2024-09-04T20:52:32.332 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-04T20:52:32.353 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-04T20:52:32.428 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727 branch: wip-guits-main-2024-09-04-1323 description: orch:cephadm/upgrade/{1-start-distro/1-start-centos_9.stream-squid 2-repo_digest/repo_digest 3-upgrade/staggered 4-wait 5-upgrade-ls agent/off mon_election/classic} email: gabrioux@redhat.com first_in_suite: false job_id: '7889727' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-04-1323 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\) - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON - CEPHADM_AGENT_DOWN log-only-match: - CEPHADM_ sha1: f9fcca5273b6971f640393d33a94730179073754 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f9fcca5273b6971f640393d33a94730179073754 workunit: branch: wip-guits-main-2024-09-04-1323 sha1: f9fcca5273b6971f640393d33a94730179073754 owner: scheduled_gabrioux@teuthology priority: 30 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 8429 sha1: f9fcca5273b6971f640393d33a94730179073754 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-04-1323 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f9fcca5273b6971f640393d33a94730179073754/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f9fcca5273b6971f640393d33a94730179073754 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEZAc+1Qror8nviBw4gFgoOqfY06ADOv7iItUbXSR5+1tSTi+ivsYmmwplsjvuhYgZgObRQepdZblzMB8x0dAQs= smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJlGc4wa/BFT5xBSF+SV/KkA2z5umrpAALZ8EcajquNpaTWbw4HRXPEgCXnQmHhp6TscEjuGSn4i5ev9By2jsUE= tasks: - cephadm: compiled_cephadm_branch: squid image: quay.ceph.io/ceph-ci/ceph:squid - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 180 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch ps - ceph versions - ceph -s - ceph orch ls - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph health detail - ceph versions | jq -e '.mgr | length == 2' - ceph mgr fail - sleep 180 - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph health detail - ceph -s - ceph mgr fail - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph health detail - ceph versions | jq -e '.mgr | length == 1' - ceph mgr fail - sleep 180 - ceph orch ps - ceph orch ls - ceph versions - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph versions | jq -e '.mgr | length == 1' - ceph versions | jq -e '.mgr | keys' | grep $sha1 - ceph versions | jq -e '.overall | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 2' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '{print $2}') - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.mon | length == 2' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '{print $2}') - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.mon | length == 1' - ceph versions | jq -e '.mon | keys' | grep $sha1 - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 5' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2 - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 7' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1 - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 8' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 1' - ceph versions | jq -e '.osd | keys' | grep $sha1 - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.foo - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.rgw | length == 1' - ceph versions | jq -e '.rgw | keys' | grep $sha1 - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-04_20:28:00 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-04T20:52:32.428 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f9fcca5273b6971f640393d33a94730179073754/qa; will attempt to use it 2024-09-04T20:52:32.429 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f9fcca5273b6971f640393d33a94730179073754/qa/tasks 2024-09-04T20:52:32.429 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-04T20:52:32.430 INFO:teuthology.task.internal:Checking packages... 2024-09-04T20:52:32.450 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f9fcca5273b6971f640393d33a94730179073754' 2024-09-04T20:52:32.450 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-04T20:52:32.450 INFO:teuthology.packaging:ref: None 2024-09-04T20:52:32.450 INFO:teuthology.packaging:tag: None 2024-09-04T20:52:32.450 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-04-1323 2024-09-04T20:52:32.450 INFO:teuthology.packaging:sha1: f9fcca5273b6971f640393d33a94730179073754 2024-09-04T20:52:32.450 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-04-1323 2024-09-04T20:52:32.595 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4702.gf9fcca52 2024-09-04T20:52:32.596 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-04T20:52:32.602 INFO:teuthology.task.internal:no buildpackages task found 2024-09-04T20:52:32.602 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-04T20:52:32.632 INFO:teuthology.task.internal:Saving configuration 2024-09-04T20:52:32.648 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-04T20:52:32.664 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-04T20:52:32.681 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-04 20:47:37.810187', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEZAc+1Qror8nviBw4gFgoOqfY06ADOv7iItUbXSR5+1tSTi+ivsYmmwplsjvuhYgZgObRQepdZblzMB8x0dAQs='} 2024-09-04T20:52:32.696 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-04 20:47:37.808749', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJlGc4wa/BFT5xBSF+SV/KkA2z5umrpAALZ8EcajquNpaTWbw4HRXPEgCXnQmHhp6TscEjuGSn4i5ev9By2jsUE='} 2024-09-04T20:52:32.696 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-04T20:52:32.703 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-09-04T20:52:32.703 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-09-04T20:52:32.703 INFO:teuthology.run_tasks:Running task console_log... 2024-09-04T20:52:32.781 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc113c1fbe0>, signals=[15]) 2024-09-04T20:52:32.781 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-04T20:52:32.788 INFO:teuthology.task.internal:Opening connections... 2024-09-04T20:52:32.788 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-09-04T20:52:32.789 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-04T20:52:32.864 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2024-09-04T20:52:32.864 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-04T20:52:32.938 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-04T20:52:32.945 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-09-04T20:52:32.963 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-09-04T20:52:32.963 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-09-04T20:52:33.020 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-09-04T20:52:33.020 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="9" 2024-09-04T20:52:33.020 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-09-04T20:52:33.020 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-09-04T20:52:33.020 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="9" 2024-09-04T20:52:33.020 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el9" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:LOGO="fedora-logo-icon" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-04T20:52:33.021 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-04T20:52:33.022 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-09-04T20:52:33.043 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2024-09-04T20:52:33.061 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2024-09-04T20:52:33.061 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="CentOS Stream" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="9" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:ID="centos" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE="rhel fedora" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="9" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:PLATFORM_ID="platform:el9" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:ANSI_COLOR="0;31" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:LOGO="fedora-logo-icon" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://centos.org/" 2024-09-04T20:52:33.120 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-04T20:52:33.121 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-04T20:52:33.121 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-04T20:52:33.121 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2024-09-04T20:52:33.134 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-04T20:52:33.141 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-04T20:52:33.200 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-04T20:52:33.200 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-09-04T20:52:33.202 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2024-09-04T20:52:33.219 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-04T20:52:33.237 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-04T20:52:33.237 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-09-04T20:52:33.259 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2024-09-04T20:52:33.295 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-04T20:52:33.339 INFO:teuthology.run_tasks:Running task kernel... 2024-09-04T20:52:33.372 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-04T20:52:33.372 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-04T20:52:33.372 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-04T20:52:33.372 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-04T20:52:33.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T20:52:33.389 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-09-04T20:52:33.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T20:52:33.390 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-09-04T20:52:33.446 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-503.el9.x86_64 2024-09-04T20:52:33.447 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.14.0-503.el9.x86_64 2024-09-04T20:52:33.447 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-09-04T20:52:33.448 INFO:teuthology.orchestra.run.smithi114.stdout:5.14.0-503.el9.x86_64 2024-09-04T20:52:33.448 INFO:teuthology.task.kernel:Running kernel on smithi114: 5.14.0-503.el9.x86_64 2024-09-04T20:52:33.449 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum install -y kernel 2024-09-04T20:52:35.640 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-09-04T20:52:38.194 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - BaseOS 2.7 MB/s | 8.2 MB 00:03 2024-09-04T20:52:40.191 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 6.0 MB/s | 20 MB 00:03 2024-09-04T20:52:45.975 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.5 MB 00:01 2024-09-04T20:52:47.459 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 19 kB 00:00 2024-09-04T20:52:48.069 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - AppStream 2.3 MB/s | 20 MB 00:08 2024-09-04T20:52:48.588 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-04T20:52:54.268 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-09-04T20:52:55.354 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.5 MB 00:03 2024-09-04T20:52:56.308 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-04T20:52:56.308 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-04T20:52:56.396 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-09-04T20:52:56.397 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-09-04T20:52:56.398 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-09-04T20:52:56.536 DEBUG:teuthology.orchestra.run.smithi031:> echo no | sudo yum reinstall kernel || true 2024-09-04T20:52:56.946 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 19 kB 00:00 2024-09-04T20:52:57.089 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:03 ago on Wed 04 Sep 2024 08:52:54 PM UTC. 2024-09-04T20:52:57.235 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-09-04T20:52:57.243 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-09-04T20:52:57.243 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-09-04T20:52:57.243 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalling: 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 1.9 M 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 0 2024-09-04T20:52:57.244 INFO:teuthology.orchestra.run.smithi031.stderr:Operation aborted. 2024-09-04T20:52:57.299 INFO:teuthology.orchestra.run.smithi031.stdout:Is this ok [y/N]: 2024-09-04T20:52:57.299 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum reinstall -y kernel || true 2024-09-04T20:52:57.844 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:03 ago on Wed 04 Sep 2024 08:52:54 PM UTC. 2024-09-04T20:52:57.875 INFO:teuthology.orchestra.run.smithi114.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-04T20:52:57.976 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalling: 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 1.9 M 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 0 2024-09-04T20:52:57.977 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-09-04T20:52:58.762 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-503.el9.x86_64.rpm 2.5 MB/s | 1.9 MB 00:00 2024-09-04T20:52:58.762 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-09-04T20:52:58.762 INFO:teuthology.orchestra.run.smithi031.stdout:Total 2.4 MB/s | 1.9 MB 00:00 2024-09-04T20:52:58.791 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-09-04T20:52:59.029 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-09-04T20:52:59.029 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-09-04T20:52:59.061 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-09-04T20:52:59.061 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-09-04T20:52:59.226 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-09-04T20:52:59.322 INFO:teuthology.orchestra.run.smithi031.stdout: Reinstalling : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-04T20:52:59.322 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-04T20:53:00.049 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-5.14.0-503.el9.x86_64 2/2 2024-09-04T20:53:00.049 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-04T20:53:00.760 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-04T20:53:00.760 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:53:00.760 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalled: 2024-09-04T20:53:00.761 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-5.14.0-503.el9.x86_64 2024-09-04T20:53:00.761 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:53:00.761 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-09-04T20:53:00.954 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-09-04T20:53:01.012 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-503.el9.x86_64 2024-09-04T20:53:01.013 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-503.el9.x86_64 2024-09-04T20:53:01.013 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-09-04T20:53:01.013 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-04T20:53:01.013 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-04T20:53:01.063 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-09-04T20:53:01.092 DEBUG:teuthology.parallel:result is None 2024-09-04T20:53:03.347 INFO:teuthology.orchestra.run.smithi114.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-04T20:53:05.312 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-04T20:53:05.312 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-04T20:53:05.399 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2024-09-04T20:53:05.400 INFO:teuthology.orchestra.run.smithi114.stdout:Nothing to do. 2024-09-04T20:53:05.400 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2024-09-04T20:53:05.508 DEBUG:teuthology.orchestra.run.smithi114:> echo no | sudo yum reinstall kernel || true 2024-09-04T20:53:06.050 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:00:03 ago on Wed 04 Sep 2024 08:53:03 PM UTC. 2024-09-04T20:53:06.181 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout:Reinstalling: 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-09-04T20:53:06.187 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:53:06.188 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 1.9 M 2024-09-04T20:53:06.188 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 0 2024-09-04T20:53:06.188 INFO:teuthology.orchestra.run.smithi114.stderr:Operation aborted. 2024-09-04T20:53:06.244 INFO:teuthology.orchestra.run.smithi114.stdout:Is this ok [y/N]: 2024-09-04T20:53:06.244 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum reinstall -y kernel || true 2024-09-04T20:53:06.799 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:00:03 ago on Wed 04 Sep 2024 08:53:03 PM UTC. 2024-09-04T20:53:06.927 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2024-09-04T20:53:06.928 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-09-04T20:53:06.928 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2024-09-04T20:53:06.928 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-09-04T20:53:06.928 INFO:teuthology.orchestra.run.smithi114.stdout:Reinstalling: 2024-09-04T20:53:06.928 INFO:teuthology.orchestra.run.smithi114.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-04T20:53:06.929 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:53:06.929 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2024-09-04T20:53:06.929 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-09-04T20:53:06.929 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:53:06.929 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 1.9 M 2024-09-04T20:53:06.929 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 0 2024-09-04T20:53:06.929 INFO:teuthology.orchestra.run.smithi114.stdout:Downloading Packages: 2024-09-04T20:53:07.275 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-5.14.0-503.el9.x86_64.rpm 8.2 MB/s | 1.9 MB 00:00 2024-09-04T20:53:07.275 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2024-09-04T20:53:07.275 INFO:teuthology.orchestra.run.smithi114.stdout:Total 5.4 MB/s | 1.9 MB 00:00 2024-09-04T20:53:07.310 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction check 2024-09-04T20:53:07.549 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction check succeeded. 2024-09-04T20:53:07.550 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction test 2024-09-04T20:53:07.580 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction test succeeded. 2024-09-04T20:53:07.580 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction 2024-09-04T20:53:07.748 INFO:teuthology.orchestra.run.smithi114.stdout: Preparing : 1/1 2024-09-04T20:53:07.860 INFO:teuthology.orchestra.run.smithi114.stdout: Reinstalling : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-04T20:53:07.860 INFO:teuthology.orchestra.run.smithi114.stdout: Cleanup : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-04T20:53:08.611 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-5.14.0-503.el9.x86_64 2/2 2024-09-04T20:53:08.611 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-04T20:53:09.375 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-04T20:53:09.375 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:53:09.375 INFO:teuthology.orchestra.run.smithi114.stdout:Reinstalled: 2024-09-04T20:53:09.375 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-5.14.0-503.el9.x86_64 2024-09-04T20:53:09.376 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:53:09.376 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2024-09-04T20:53:09.567 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2024-09-04T20:53:09.626 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-5.14.0-503.el9.x86_64 2024-09-04T20:53:09.626 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-503.el9.x86_64 2024-09-04T20:53:09.627 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-09-04T20:53:09.627 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-04T20:53:09.627 DEBUG:teuthology.orchestra.run.smithi114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-04T20:53:09.663 INFO:teuthology.orchestra.run.smithi114.stdout:ttyS1 2024-09-04T20:53:09.682 DEBUG:teuthology.parallel:result is None 2024-09-04T20:53:09.682 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-04T20:53:09.689 INFO:teuthology.task.internal:Creating test directory... 2024-09-04T20:53:09.689 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-04T20:53:09.692 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-04T20:53:09.738 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-04T20:53:09.743 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-04T20:53:09.764 INFO:teuthology.task.internal:Creating archive directory... 2024-09-04T20:53:09.764 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-04T20:53:09.767 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-04T20:53:09.802 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-04T20:53:09.809 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-04T20:53:09.809 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-04T20:53:09.832 DEBUG:teuthology.orchestra.run.smithi114:> 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-09-04T20:53:09.865 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-04T20:53:09.876 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-04T20:53:09.879 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-04T20:53:09.889 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-04T20:53:09.891 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-04T20:53:09.897 INFO:teuthology.task.internal:Configuring sudo... 2024-09-04T20:53:09.897 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-04T20:53:09.920 DEBUG:teuthology.orchestra.run.smithi114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-04T20:53:09.955 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-04T20:53:09.963 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-04T20:53:09.963 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-04T20:53:09.988 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-04T20:53:10.010 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-04T20:53:10.086 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-04T20:53:10.138 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-04T20:53:10.217 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-04T20:53:10.262 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:53:10.262 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-04T20:53:10.327 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-04T20:53:10.367 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-04T20:53:10.422 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-04T20:53:10.499 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-04T20:53:10.545 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-09-04T20:53:10.545 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-04T20:53:10.610 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-09-04T20:53:10.612 DEBUG:teuthology.orchestra.run.smithi114:> sudo service rsyslog restart 2024-09-04T20:53:10.648 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-04T20:53:10.695 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-04T20:53:11.138 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-04T20:53:11.147 INFO:teuthology.task.internal:Starting timer... 2024-09-04T20:53:11.147 INFO:teuthology.run_tasks:Running task pcp... 2024-09-04T20:53:11.177 INFO:teuthology.run_tasks:Running task selinux... 2024-09-04T20:53:11.209 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-09-04T20:53:11.255 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-09-04T20:53:11.257 DEBUG:teuthology.orchestra.run.smithi114:> sudo service auditd rotate 2024-09-04T20:53:11.304 INFO:teuthology.orchestra.run.smithi114.stdout:Rotating logs: 2024-09-04T20:53:11.305 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-04T20:53:11.306 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-09-04T20:53:11.324 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-09-04T20:53:11.324 DEBUG:teuthology.orchestra.run.smithi114:> /usr/sbin/getenforce 2024-09-04T20:53:11.347 INFO:teuthology.orchestra.run.smithi114.stdout:Permissive 2024-09-04T20:53:11.347 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi114.front.sepia.ceph.com': 'permissive'} 2024-09-04T20:53:11.347 DEBUG:teuthology.orchestra.run.smithi031:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-04T20:53:11.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T20:53:11.390 DEBUG:teuthology.orchestra.run.smithi114:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-04T20:53:11.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T20:53:11.416 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-04T20:53:11.416 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-09-04T20:53:11.463 DEBUG:teuthology.orchestra.run.smithi114:> sudo /usr/sbin/setenforce permissive 2024-09-04T20:53:11.496 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-04T20:53:11.506 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-04T20:53:11.516 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-09-04T20:53:11.517 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi114.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-04T20:56:48.358 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi114.front.sepia.ceph.com')] 2024-09-04T20:56:48.359 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-04T20:56:48.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-04T20:56:48.435 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-09-04T20:56:48.511 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-04T20:56:48.512 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-09-04T20:56:48.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-04T20:56:48.589 DEBUG:teuthology.orchestra.run.smithi114:> true 2024-09-04T20:56:48.673 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-09-04T20:56:48.673 INFO:teuthology.run_tasks:Running task clock... 2024-09-04T20:56:48.683 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-04T20:56:48.683 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-04T20:56:48.684 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-04T20:56:48.686 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-04T20:56:48.686 DEBUG:teuthology.orchestra.run.smithi114:> 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-09-04T20:56:48.713 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-04T20:56:48.727 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-04T20:56:48.743 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-04T20:56:48.752 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2024-09-04T20:56:48.758 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-04T20:56:48.762 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2024-09-04T20:56:48.776 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-04T20:56:48.783 INFO:teuthology.orchestra.run.smithi114.stderr:sudo: ntpd: command not found 2024-09-04T20:56:48.790 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-04T20:56:48.795 INFO:teuthology.orchestra.run.smithi114.stdout:506 Cannot talk to daemon 2024-09-04T20:56:48.809 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-04T20:56:48.823 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-04T20:56:48.848 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-09-04T20:56:48.851 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-04T20:56:48.852 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-09-04T20:56:48.852 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.852 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.852 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.852 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.880 INFO:teuthology.orchestra.run.smithi114.stderr:bash: line 1: ntpq: command not found 2024-09-04T20:56:48.884 INFO:teuthology.orchestra.run.smithi114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-04T20:56:48.884 INFO:teuthology.orchestra.run.smithi114.stdout:=============================================================================== 2024-09-04T20:56:48.884 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.884 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.884 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.885 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T20:56:48.885 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-04T20:56:48.974 INFO:tasks.cephadm:Config: {'compiled_cephadm_branch': 'squid', 'image': 'quay.ceph.io/ceph-ci/ceph:squid', '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\\)', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON', 'CEPHADM_AGENT_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f9fcca5273b6971f640393d33a94730179073754'} 2024-09-04T20:56:48.974 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:squid 2024-09-04T20:56:48.975 INFO:tasks.cephadm:Cluster fsid is 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:56:48.975 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-04T20:56:48.975 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.31', 'mon.c': '[v2:172.21.15.31:3301,v1:172.21.15.31:6790]', 'mon.b': '172.21.15.114'} 2024-09-04T20:56:48.975 INFO:tasks.cephadm:First mon is mon.a on smithi031 2024-09-04T20:56:48.975 INFO:tasks.cephadm:First mgr is y 2024-09-04T20:56:48.976 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-04T20:56:48.976 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-09-04T20:56:49.002 DEBUG:teuthology.orchestra.run.smithi114:> sudo hostname $(hostname -s) 2024-09-04T20:56:49.028 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra for squid 2024-09-04T20:56:49.028 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f9fcca5273b6971f640393d33a94730179073754 2024-09-04T20:56:49.173 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f9fcca5273b6971f640393d33a94730179073754', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/82771/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4702-gf9fcca52', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4702.gf9fcca52'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-04-1323/f9fcca5273b6971f640393d33a94730179073754/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-04 15:13:29.184913', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-04-1323', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-04-1323/f9fcca5273b6971f640393d33a94730179073754/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-04T20:56:49.364 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&ref=squid 2024-09-04T20:56:49.365 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4/centos/9/x86_64/flavors/default/cephadm 2024-09-04T20:56:49.366 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/squid/91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4/centos/9/x86_64/flavors/default/cephadm 2024-09-04T20:56:49.366 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-04T20:56:49.734 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-r--r--. 1 ubuntu ubuntu 784521 Sep 4 20:56 /home/ubuntu/cephtest/cephadm 2024-09-04T20:56:49.735 DEBUG:teuthology.orchestra.run.smithi114:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-04T20:56:50.124 INFO:teuthology.orchestra.run.smithi114.stdout:-rw-r--r--. 1 ubuntu ubuntu 784521 Sep 4 20:56 /home/ubuntu/cephtest/cephadm 2024-09-04T20:56:50.124 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-04T20:56:50.144 DEBUG:teuthology.orchestra.run.smithi114:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-04T20:56:50.174 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:squid on all hosts... 2024-09-04T20:56:50.174 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid pull 2024-09-04T20:56:50.186 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid pull 2024-09-04T20:56:51.753 INFO:teuthology.orchestra.run.smithi114.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-04T20:56:51.771 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-04T20:57:37.799 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T20:57:37.799 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)", 2024-09-04T20:57:37.799 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "77770cf7e895c297c29130881c012db5698948fe2279610297198415e1f3d0ac", 2024-09-04T20:57:37.799 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digests": [ 2024-09-04T20:57:37.800 INFO:teuthology.orchestra.run.smithi031.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067" 2024-09-04T20:57:37.800 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-04T20:57:37.800 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T20:57:39.618 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2024-09-04T20:57:39.618 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph_version": "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)", 2024-09-04T20:57:39.618 INFO:teuthology.orchestra.run.smithi114.stdout: "image_id": "77770cf7e895c297c29130881c012db5698948fe2279610297198415e1f3d0ac", 2024-09-04T20:57:39.618 INFO:teuthology.orchestra.run.smithi114.stdout: "repo_digests": [ 2024-09-04T20:57:39.619 INFO:teuthology.orchestra.run.smithi114.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067" 2024-09-04T20:57:39.619 INFO:teuthology.orchestra.run.smithi114.stdout: ] 2024-09-04T20:57:39.619 INFO:teuthology.orchestra.run.smithi114.stdout:} 2024-09-04T20:57:39.645 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2024-09-04T20:57:39.678 DEBUG:teuthology.orchestra.run.smithi114:> sudo mkdir -p /etc/ceph 2024-09-04T20:57:39.705 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2024-09-04T20:57:39.745 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 777 /etc/ceph 2024-09-04T20:57:39.770 INFO:tasks.cephadm:Writing seed config... 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-04T20:57:39.771 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-04T20:57:39.772 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-04T20:57:39.772 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:57:39.772 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-04T20:57:39.801 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 to file = true 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 = 34153714-6b00-11ef-bcd6-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-09-04T20:57:39.802 DEBUG:teuthology.orchestra.run.smithi031:mon.a> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service 2024-09-04T20:57:39.845 DEBUG:teuthology.orchestra.run.smithi031:mgr.y> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service 2024-09-04T20:57:39.888 INFO:tasks.cephadm:Bootstrapping... 2024-09-04T20:57:39.888 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid -v bootstrap --fsid 34153714-6b00-11ef-bcd6-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 y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.31 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-04T20:57:40.096 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-09-04T20:57:40.096 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:squid', '-v', 'bootstrap', '--fsid', '34153714-6b00-11ef-bcd6-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', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.31', '--skip-admin-label'] 2024-09-04T20:57:40.097 INFO:teuthology.orchestra.run.smithi031.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-04T20:57:40.097 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying podman|docker is present... 2024-09-04T20:57:40.121 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 5.2.2 2024-09-04T20:57:40.121 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying lvm2 is present... 2024-09-04T20:57:40.121 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying time synchronization is in place... 2024-09-04T20:57:40.128 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-04T20:57:40.128 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-04T20:57:40.134 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-04T20:57:40.134 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-09-04T20:57:40.141 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-09-04T20:57:40.147 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-09-04T20:57:40.147 INFO:teuthology.orchestra.run.smithi031.stdout:Unit chronyd.service is enabled and running 2024-09-04T20:57:40.147 INFO:teuthology.orchestra.run.smithi031.stdout:Repeating the final host check... 2024-09-04T20:57:40.169 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 5.2.2 2024-09-04T20:57:40.169 INFO:teuthology.orchestra.run.smithi031.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-04T20:57:40.169 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl is present 2024-09-04T20:57:40.169 INFO:teuthology.orchestra.run.smithi031.stdout:lvcreate is present 2024-09-04T20:57:40.176 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-04T20:57:40.176 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-04T20:57:40.182 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-04T20:57:40.182 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-09-04T20:57:40.188 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-09-04T20:57:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-09-04T20:57:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:Unit chronyd.service is enabled and running 2024-09-04T20:57:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:Host looks OK 2024-09-04T20:57:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:Cluster fsid: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:57:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:Acquiring lock 139834061589664 on /run/cephadm/34153714-6b00-11ef-bcd6-c7b262605968.lock 2024-09-04T20:57:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:Lock 139834061589664 acquired on /run/cephadm/34153714-6b00-11ef-bcd6-c7b262605968.lock 2024-09-04T20:57:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 3300 ... 2024-09-04T20:57:40.196 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 6789 ... 2024-09-04T20:57:40.196 INFO:teuthology.orchestra.run.smithi031.stdout:Base mon IP(s) is [172.21.15.31:3300, 172.21.15.31:6789], mon addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-09-04T20:57:40.199 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.31 metric 100 2024-09-04T20:57:40.199 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 metric 100 2024-09-04T20:57:40.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-04T20:57:40.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-09-04T20:57:40.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-09-04T20:57:40.204 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-04T20:57:40.204 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-04T20:57:40.204 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-04T20:57:40.204 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-04T20:57:40.204 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout inet6 fe80::df52:ca19:33e8:d2d8/64 scope link noprefixroute 2024-09-04T20:57:40.204 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-04T20:57:40.205 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-09-04T20:57:40.205 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-09-04T20:57:40.205 INFO:teuthology.orchestra.run.smithi031.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-04T20:57:40.205 INFO:teuthology.orchestra.run.smithi031.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-04T20:57:40.205 INFO:teuthology.orchestra.run.smithi031.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-04T20:57:40.668 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 77770cf7e895c297c29130881c012db5698948fe2279610297198415e1f3d0ac 2024-09-04T20:57:40.668 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:squid... 2024-09-04T20:57:40.668 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Getting image source signatures 2024-09-04T20:57:40.668 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying blob sha256:3f43494a24a2d1fe0d791eb19b05391e70ab9f54611bc9deae80cf7c3fb2dba9 2024-09-04T20:57:40.668 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-04T20:57:40.668 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying config sha256:77770cf7e895c297c29130881c012db5698948fe2279610297198415e1f3d0ac 2024-09-04T20:57:40.668 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-04T20:57:41.614 INFO:teuthology.orchestra.run.smithi031.stdout:ceph: stdout ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable) 2024-09-04T20:57:41.614 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph version: ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable) 2024-09-04T20:57:41.614 INFO:teuthology.orchestra.run.smithi031.stdout:Extracting ceph user uid/gid from container image... 2024-09-04T20:57:45.754 INFO:teuthology.orchestra.run.smithi031.stdout:stat: stdout 167 167 2024-09-04T20:57:45.754 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial keys... 2024-09-04T20:57:53.605 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQDMydhmeb7fKRAA58evli2YRc4BYnTjs+GNvw== 2024-09-04T20:57:54.460 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQDRydhmanjMNxAAG5jjtr9ZqInXJOpnNYrfnQ== 2024-09-04T20:57:55.366 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQDSydhmbSI3LhAAQvi1WbTvOh5e5H/bzvGkPw== 2024-09-04T20:57:55.367 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial monmap... 2024-09-04T20:57:56.338 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-04T20:57:56.365 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-04T20:57:56.365 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:57:56.365 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-04T20:57:56.366 INFO:teuthology.orchestra.run.smithi031.stdout:monmaptool for a [v2:172.21.15.31:3300,v1:172.21.15.31:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-04T20:57:56.366 INFO:teuthology.orchestra.run.smithi031.stdout:setting min_mon_release = quincy 2024-09-04T20:57:56.366 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: set fsid to 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:57:56.366 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-04T20:57:56.366 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:57:56.366 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mon... 2024-09-04T20:57:57.385 INFO:teuthology.orchestra.run.smithi031.stdout:create mon.a on 2024-09-04T20:57:57.735 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-04T20:57:57.922 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-34153714-6b00-11ef-bcd6-c7b262605968.target → /etc/systemd/system/ceph-34153714-6b00-11ef-bcd6-c7b262605968.target. 2024-09-04T20:57:57.923 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-34153714-6b00-11ef-bcd6-c7b262605968.target → /etc/systemd/system/ceph-34153714-6b00-11ef-bcd6-c7b262605968.target. 2024-09-04T20:57:58.266 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a 2024-09-04T20:57:58.266 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service: Unit ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service not loaded. 2024-09-04T20:57:58.422 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-34153714-6b00-11ef-bcd6-c7b262605968.target.wants/ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service → /etc/systemd/system/ceph-34153714-6b00-11ef-bcd6-c7b262605968@.service. 2024-09-04T20:57:58.977 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-04T20:57:58.977 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-09-04T20:57:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-04T20:57:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-09-04T20:57:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-09-04T20:57:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-09-04T20:57:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon to start... 2024-09-04T20:57:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon... 2024-09-04T20:57:59.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:58 smithi031 systemd[1]: Started Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T20:58:00.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: monmap epoch 1 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: last_changed 2024-09-04T20:57:55.653936+0000 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: min_mon_release 19 (squid) 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: election_strategy: 1 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: fsmap 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: osdmap e1: 0 total, 0 up, 0 in 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: mgrmap e1: no daemons active 2024-09-04T20:58:00.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:57:59 smithi031 ceph-mon[24328]: from='client.? 172.21.15.31:0/2302963225' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout cluster: 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout id: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout services: 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.551216s) 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout data: 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-04T20:58:00.048 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-04T20:58:00.049 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pgs: 2024-09-04T20:58:00.049 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:00.049 INFO:teuthology.orchestra.run.smithi031.stdout:mon is available 2024-09-04T20:58:00.049 INFO:teuthology.orchestra.run.smithi031.stdout:Assimilating anything we can from ceph.conf... 2024-09-04T20:58:01.133 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:00 smithi031 ceph-mon[24328]: from='client.? 172.21.15.31:0/1477006321' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-04T20:58:01.133 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:00 smithi031 ceph-mon[24328]: from='client.? 172.21.15.31:0/1477006321' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-04T20:58:01.137 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-04T20:58:01.138 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-04T20:58:01.138 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:01.138 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-09-04T20:58:01.138 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-04T20:58:01.138 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-04T20:58:01.138 INFO:teuthology.orchestra.run.smithi031.stdout:Generating new minimal ceph.conf... 2024-09-04T20:58:02.205 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:01 smithi031 ceph-mon[24328]: from='client.? 172.21.15.31:0/4275564414' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:58:02.208 INFO:teuthology.orchestra.run.smithi031.stdout:Restarting the monitor... 2024-09-04T20:58:02.492 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:02 smithi031 systemd[1]: Stopping Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T20:58:02.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:02 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a[24323]: 2024-09-04T20:58:02.488+0000 7f670479b640 -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-09-04T20:58:02.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:02 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a[24323]: 2024-09-04T20:58:02.488+0000 7f670479b640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-04T20:58:02.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:02 smithi031 podman[24570]: 2024-09-04 20:58:02.704835129 +0000 UTC m=+0.327204718 container died 2de3aff897c8533ca12b658fa75b5a82c63ac6333d14d5a22dc297bc81190413 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-91c8a7e, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-04T20:58:03.200 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 podman[24570]: 2024-09-04 20:58:03.022968123 +0000 UTC m=+0.645337709 container cleanup 2de3aff897c8533ca12b658fa75b5a82c63ac6333d14d5a22dc297bc81190413 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=squid-91c8a7e, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-04T20:58:03.201 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 bash[24570]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a 2024-09-04T20:58:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 podman[24584]: 2024-09-04 20:58:03.198934837 +0000 UTC m=+0.488918582 container remove 2de3aff897c8533ca12b658fa75b5a82c63ac6333d14d5a22dc297bc81190413 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=squid-91c8a7e, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-04T20:58:03.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-04T20:58:03.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 systemd[1]: Stopped Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T20:58:03.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 systemd[1]: Starting Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T20:58:03.937 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 podman[24674]: 2024-09-04 20:58:03.554890078 +0000 UTC m=+0.015696791 image pull 77770cf7e895c297c29130881c012db5698948fe2279610297198415e1f3d0ac quay.ceph.io/ceph-ci/ceph:squid 2024-09-04T20:58:03.937 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 podman[24674]: 2024-09-04 20:58:03.683017882 +0000 UTC m=+0.143824583 container create 645c11d2d12197f14995922b277ef29e9f3d77c15a8ec10936443bd538a9295c (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-91c8a7e, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True) 2024-09-04T20:58:03.937 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 podman[24674]: 2024-09-04 20:58:03.935486881 +0000 UTC m=+0.396293584 container init 645c11d2d12197f14995922b277ef29e9f3d77c15a8ec10936443bd538a9295c (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=squid-91c8a7e) 2024-09-04T20:58:04.024 INFO:teuthology.orchestra.run.smithi031.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-04T20:58:04.246 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 podman[24674]: 2024-09-04 20:58:03.938746934 +0000 UTC m=+0.399553637 container start 645c11d2d12197f14995922b277ef29e9f3d77c15a8ec10936443bd538a9295c (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=squid-91c8a7e, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True) 2024-09-04T20:58:04.246 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: set uid:gid to 167:167 (ceph:ceph) 2024-09-04T20:58:04.246 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable), process ceph-mon, pid 2 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: pidfile_write: ignore empty --pid-file 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: load: jerasure load: lrc 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: RocksDB version: 7.9.2 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Git sha 0 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Compile date 2024-09-04 15:32:03 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: DB SUMMARY 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: DB Session ID: ESJ6J5PS93N54AJHT1JA 2024-09-04T20:58:04.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: CURRENT file: CURRENT 2024-09-04T20:58:04.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: IDENTITY file: IDENTITY 2024-09-04T20:58:04.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-04T20:58:04.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-04T20:58:04.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88191 ; 2024-09-04T20:58:04.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.error_if_exists: 0 2024-09-04T20:58:04.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.create_if_missing: 0 2024-09-04T20:58:04.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.paranoid_checks: 1 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.env: 0x564c45a9c940 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.fs: PosixFileSystem 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.info_log: 0x564c478376e0 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_file_opening_threads: 16 2024-09-04T20:58:04.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.statistics: (nil) 2024-09-04T20:58:04.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.use_fsync: 0 2024-09-04T20:58:04.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_log_file_size: 0 2024-09-04T20:58:04.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-04T20:58:04.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-04T20:58:04.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.keep_log_file_num: 1000 2024-09-04T20:58:04.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.recycle_log_file_num: 0 2024-09-04T20:58:04.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.allow_fallocate: 1 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.allow_mmap_reads: 0 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.allow_mmap_writes: 0 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.use_direct_reads: 0 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.create_missing_column_families: 0 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.db_log_dir: 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.wal_dir: 2024-09-04T20:58:04.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.advise_random_on_open: 1 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.db_write_buffer_size: 0 2024-09-04T20:58:04.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.write_buffer_manager: 0x564c47846dc0 2024-09-04T20:58:04.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-04T20:58:04.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-04T20:58:04.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-04T20:58:04.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.rate_limiter: (nil) 2024-09-04T20:58:04.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-04T20:58:04.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.wal_recovery_mode: 2 2024-09-04T20:58:04.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.enable_thread_tracking: 0 2024-09-04T20:58:04.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.enable_pipelined_write: 0 2024-09-04T20:58:04.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.unordered_write: 0 2024-09-04T20:58:04.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-04T20:58:04.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-04T20:58:04.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-04T20:58:04.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-04T20:58:04.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.row_cache: None 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.wal_filter: None 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.allow_ingest_behind: 0 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.two_write_queues: 0 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.manual_wal_flush: 0 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.wal_compression: 0 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.atomic_flush: 0 2024-09-04T20:58:04.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-04T20:58:04.256 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-04T20:58:04.256 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-04T20:58:04.256 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.log_readahead_size: 0 2024-09-04T20:58:04.260 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-04T20:58:04.260 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.best_efforts_recovery: 0 2024-09-04T20:58:04.260 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-04T20:58:04.260 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-04T20:58:04.260 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.allow_data_in_errors: 0 2024-09-04T20:58:04.260 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.db_host_id: __hostname__ 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_background_jobs: 2 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_background_compactions: -1 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_subcompactions: 1 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_total_wal_size: 0 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_open_files: -1 2024-09-04T20:58:04.261 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bytes_per_sync: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_readahead_size: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_background_flushes: -1 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Compression algorithms supported: 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kZSTD supported: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kXpressCompression supported: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kBZip2Compression supported: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kLZ4Compression supported: 1 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kZlibCompression supported: 1 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kLZ4HCCompression supported: 1 2024-09-04T20:58:04.262 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: kSnappyCompression supported: 1 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.merge_operator: 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_filter: None 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_filter_factory: None 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.sst_partitioner_factory: None 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564c47837320) 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks: 1 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-04T20:58:04.263 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_top_level_index_and_filter: 1 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_type: 0 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_index_type: 0 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_shortening: 1 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: checksum: 4 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: no_block_cache: 0 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache: 0x564c4782b1f0 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_name: BinnedLRUCache 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_options: 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: capacity : 536870912 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_shard_bits : 4 2024-09-04T20:58:04.264 INFO:journalctl@ceph.mon.a.smithi031.stdout: strict_capacity_limit : 0 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: high_pri_pool_ratio: 0.000 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_compressed: (nil) 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: persistent_cache: (nil) 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size: 4096 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size_deviation: 10 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_restart_interval: 16 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_block_restart_interval: 1 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: metadata_block_size: 4096 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: partition_filters: 0 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: use_delta_encoding: 1 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: filter_policy: bloomfilter 2024-09-04T20:58:04.265 INFO:journalctl@ceph.mon.a.smithi031.stdout: whole_key_filtering: 1 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: verify_compression: 0 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: read_amp_bytes_per_bit: 0 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: format_version: 5 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_index_compression: 1 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_align: 0 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: max_auto_readahead_size: 262144 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: prepopulate_block_cache: 0 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: initial_auto_readahead_size: 8192 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_file_reads_for_auto_readahead: 2 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.write_buffer_size: 33554432 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_write_buffer_number: 2 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression: NoCompression 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression: Disabled 2024-09-04T20:58:04.266 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.prefix_extractor: nullptr 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.num_levels: 7 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-04T20:58:04.267 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.level: 32767 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.strategy: 0 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.enabled: false 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-04T20:58:04.268 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.target_file_size_base: 67108864 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-04T20:58:04.269 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.arena_block_size: 1048576 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.disable_auto_compactions: 0 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-04T20:58:04.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.inplace_update_support: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.bloom_locality: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.max_successive_merges: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.paranoid_file_checks: 0 2024-09-04T20:58:04.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.force_consistency_checks: 1 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.report_bg_io_stats: 0 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.ttl: 2592000 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.enable_blob_files: false 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.min_blob_size: 0 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.blob_file_size: 268435456 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-04T20:58:04.272 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.blob_file_starting_level: 0 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: 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-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 098896ba-8009-49a5-816e-f4a9ae2ec2ee 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725483483964911, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725483483965763, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84806, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 82953, "index_size": 237, "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": 10201, "raw_average_key_size": 47, "raw_value_size": 77162, "raw_average_value_size": 355, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "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": "[CompactOnDeletionCollector]", "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": 1725483483, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "098896ba-8009-49a5-816e-f4a9ae2ec2ee", "db_session_id": "ESJ6J5PS93N54AJHT1JA", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725483483965857, "job": 1, "event": "recovery_finished"} 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: 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-09-04T20:58:04.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564c47858e00 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: DB pointer 0x564c47954000 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** DB Stats ** 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T20:58:04.274 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: L0 2/0 84.68 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: Sum 2/0 84.68 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.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 148.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.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 148.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T20:58:04.275 INFO:journalctl@ceph.mon.a.smithi031.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative compaction: 0.00 GB write, 27.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval compaction: 0.00 GB write, 27.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache BinnedLRUCache@0x564c4782b1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-04T20:58:04.276 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: starting mon.a rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???) e1 preinit fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???).mds e1 new map 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???).mds e1 print_map 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout: e1 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout: btime 2024-09-04T20:57:58:927058+0000 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.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,11=minor log segments,12=quiesce subvolumes} 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout: legacy client fscid: -1 2024-09-04T20:58:04.277 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout: No filesystems configured 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:03 smithi031 ceph-mon[24693]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 bash[24674]: 645c11d2d12197f14995922b277ef29e9f3d77c15a8ec10936443bd538a9295c 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 systemd[1]: Started Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: monmap epoch 1 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: last_changed 2024-09-04T20:57:55.653936+0000 2024-09-04T20:58:04.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:58:04.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: min_mon_release 19 (squid) 2024-09-04T20:58:04.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: election_strategy: 1 2024-09-04T20:58:04.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:58:04.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: fsmap 2024-09-04T20:58:04.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: osdmap e1: 0 total, 0 up, 0 in 2024-09-04T20:58:04.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:04 smithi031 ceph-mon[24693]: mgrmap e1: no daemons active 2024-09-04T20:58:05.021 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-04T20:58:05.034 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-04T20:58:05.034 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mgr... 2024-09-04T20:58:05.035 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-04T20:58:05.035 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-04T20:58:05.258 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y 2024-09-04T20:58:05.258 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service: Unit ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service not loaded. 2024-09-04T20:58:05.403 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-34153714-6b00-11ef-bcd6-c7b262605968.target.wants/ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service → /etc/systemd/system/ceph-34153714-6b00-11ef-bcd6-c7b262605968@.service. 2024-09-04T20:58:05.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:05 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/297360352' entity='client.admin' 2024-09-04T20:58:05.930 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:05 smithi031 podman[24904]: 2024-09-04 20:58:05.831379695 +0000 UTC m=+0.316811129 container start 0f8f2e007bac72fc6580c4e66be2b05f786eb4a23803e2fc07af4c1096f89b58 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-91c8a7e, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-04T20:58:05.944 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-04T20:58:05.945 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-09-04T20:58:05.952 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-04T20:58:05.952 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-09-04T20:58:05.952 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-09-04T20:58:05.952 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-09-04T20:58:05.960 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-04T20:58:05.960 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-09-04T20:58:05.968 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-04T20:58:05.968 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-09-04T20:58:05.968 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-09-04T20:58:05.968 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-04T20:58:05.968 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr to start... 2024-09-04T20:58:05.968 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr... 2024-09-04T20:58:06.232 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:05 smithi031 bash[24904]: 0f8f2e007bac72fc6580c4e66be2b05f786eb4a23803e2fc07af4c1096f89b58 2024-09-04T20:58:06.232 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:05 smithi031 systemd[1]: Started Ceph mgr.y for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T20:58:06.232 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:05 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:05.953+0000 7f07d3791040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-04T20:58:06.233 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:06.016+0000 7f07d3791040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-04T20:58:06.233 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:06.172+0000 7f07d3791040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-04T20:58:06.510 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:06.244+0000 7f07d3791040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-04T20:58:06.510 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:06.400+0000 7f07d3791040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:58:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3745975445' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-04T20:58:06.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:06.553+0000 7f07d3791040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "34153714-6b00-11ef-bcd6-c7b262605968", 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-04T20:58:07.083 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-04T20:58:07.084 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-04T20:58:07.085 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-04T20:58:07.089 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:07.089 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-04T20:58:07.089 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "btime": "2024-09-04T20:57:58:927058+0000", 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:07.090 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:07.091 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-04T20:58:07.092 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:07.092 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-09-04T20:57:58.927706+0000", 2024-09-04T20:58:07.092 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-04T20:58:07.092 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:07.092 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-04T20:58:07.092 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-09-04T20:58:07.092 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (1/15)... 2024-09-04T20:58:07.145 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:06.885+0000 7f07d3791040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-04T20:58:07.145 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:06.949+0000 7f07d3791040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-04T20:58:07.542 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:07.142+0000 7f07d3791040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-04T20:58:08.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:08 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:08.058+0000 7f07d3791040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-04T20:58:08.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:08 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:08.128+0000 7f07d3791040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-04T20:58:09.155 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:08 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:08.878+0000 7f07d3791040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-04T20:58:09.156 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:08.999+0000 7f07d3791040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-04T20:58:09.156 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.153+0000 7f07d3791040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:58:09.451 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.217+0000 7f07d3791040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-04T20:58:09.451 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.376+0000 7f07d3791040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-04T20:58:09.451 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.449+0000 7f07d3791040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-04T20:58:09.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1760962604' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-04T20:58:09.762 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.513+0000 7f07d3791040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-04T20:58:09.762 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.691+0000 7f07d3791040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-04T20:58:09.762 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.759+0000 7f07d3791040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-04T20:58:10.043 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.830+0000 7f07d3791040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-04T20:58:10.043 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.916+0000 7f07d3791040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-04T20:58:10.043 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:09.977+0000 7f07d3791040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-04T20:58:10.043 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:10.041+0000 7f07d3791040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-04T20:58:10.383 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "34153714-6b00-11ef-bcd6-c7b262605968", 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:10.384 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-04T20:58:10.385 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-04T20:58:10.386 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "btime": "2024-09-04T20:57:58:927058+0000", 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-04T20:58:10.387 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-09-04T20:57:58.927706+0000", 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-09-04T20:58:10.388 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (2/15)... 2024-09-04T20:58:11.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:10.866+0000 7f07d3791040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-04T20:58:11.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: Activating manager daemon y 2024-09-04T20:58:11.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: mgrmap e2: y(active, starting, since 0.00291031s) 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: Manager daemon y is now available 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' 2024-09-04T20:58:11.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:10 smithi031 ceph-mon[24693]: from='mgr.14100 172.21.15.31:0/130563324' entity='mgr.y' 2024-09-04T20:58:13.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:12 smithi031 ceph-mon[24693]: mgrmap e3: y(active, since 1.00696s) 2024-09-04T20:58:13.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:13.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-09-04T20:58:13.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "34153714-6b00-11ef-bcd6-c7b262605968", 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-09-04T20:58:13.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-04T20:58:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-04T20:58:13.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-04T20:58:13.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-04T20:58:13.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-04T20:58:13.648 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-04T20:58:13.651 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:13.651 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-04T20:58:13.651 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "btime": "2024-09-04T20:57:58:927058+0000", 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-04T20:58:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-04T20:58:13.653 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-09-04T20:57:58.927706+0000", 2024-09-04T20:58:13.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-04T20:58:13.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-09-04T20:58:13.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-04T20:58:13.654 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-09-04T20:58:13.654 INFO:teuthology.orchestra.run.smithi031.stdout:mgr is available 2024-09-04T20:58:13.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:13 smithi031 ceph-mon[24693]: mgrmap e4: y(active, since 2s) 2024-09-04T20:58:13.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:13 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1715766673' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-04T20:58:14.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-09-04T20:58:14.851 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-09-04T20:58:14.851 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-04T20:58:14.851 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-04T20:58:14.851 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling cephadm module... 2024-09-04T20:58:15.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:14 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/791114216' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-04T20:58:15.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:14 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/791114216' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-04T20:58:16.193 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:15 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1023439713' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-04T20:58:16.194 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setuser ceph since I am not root 2024-09-04T20:58:16.194 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setgroup ceph since I am not root 2024-09-04T20:58:16.194 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:16.026+0000 7f0cfb899040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-04T20:58:16.194 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:16.085+0000 7f0cfb899040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-04T20:58:16.461 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:16.242+0000 7f0cfb899040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-04T20:58:16.461 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:16.311+0000 7f0cfb899040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-04T20:58:16.771 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:16.466+0000 7f0cfb899040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:58:16.771 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:16.617+0000 7f0cfb899040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-04T20:58:17.081 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1023439713' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-04T20:58:17.081 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-mon[24693]: mgrmap e5: y(active, since 5s) 2024-09-04T20:58:17.081 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:16.946+0000 7f0cfb899040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-04T20:58:17.081 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:17.009+0000 7f0cfb899040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-04T20:58:17.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:17.207+0000 7f0cfb899040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-09-04T20:58:17.729 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 5... 2024-09-04T20:58:18.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:17 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3008312896' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-04T20:58:18.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:18 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:18.127+0000 7f0cfb899040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-04T20:58:18.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:18 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:18.198+0000 7f0cfb899040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-04T20:58:19.205 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:18 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:18.936+0000 7f0cfb899040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-04T20:58:19.206 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.055+0000 7f0cfb899040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-04T20:58:19.493 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.203+0000 7f0cfb899040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:58:19.493 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.266+0000 7f0cfb899040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-04T20:58:19.493 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.421+0000 7f0cfb899040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-04T20:58:19.493 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.490+0000 7f0cfb899040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-04T20:58:19.786 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.553+0000 7f0cfb899040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-04T20:58:19.786 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.717+0000 7f0cfb899040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-04T20:58:19.786 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.784+0000 7f0cfb899040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-04T20:58:20.062 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.852+0000 7f0cfb899040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-04T20:58:20.062 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.938+0000 7f0cfb899040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-04T20:58:20.062 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:19.999+0000 7f0cfb899040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-04T20:58:20.062 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:20.060+0000 7f0cfb899040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-04T20:58:21.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:20.879+0000 7f0cfb899040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-04T20:58:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: Active manager daemon y restarted 2024-09-04T20:58:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: Activating manager daemon y 2024-09-04T20:58:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: osdmap e2: 0 total, 0 up, 0 in 2024-09-04T20:58:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: mgrmap e6: y(active, starting, since 0.00342465s) 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: Manager daemon y is now available 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T20:58:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:20 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T20:58:22.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:21 smithi031 ceph-mon[24693]: Found migration_current of "None". Setting to last migration. 2024-09-04T20:58:22.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:21 smithi031 ceph-mon[24693]: mgrmap e7: y(active, since 1.00506s) 2024-09-04T20:58:22.475 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-09-04T20:58:22.475 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-04T20:58:22.475 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-04T20:58:22.475 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-09-04T20:58:22.475 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 5 is available 2024-09-04T20:58:22.475 INFO:teuthology.orchestra.run.smithi031.stdout:Setting orchestrator backend to cephadm... 2024-09-04T20:58:23.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:22 smithi031 ceph-mon[24693]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-04T20:58:23.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:22 smithi031 ceph-mon[24693]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-04T20:58:23.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:22 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:23.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:22 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:23.980 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:23.770+0000 7f0c683bf640 -1 log_channel(cephadm) log [ERR] : [04/Sep/2024:20:58:23] ENGINE Error in HTTPServer.serve 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: Traceback (most recent call last): 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._connections.run(self.expiration_interval) 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._run(expiration_interval) 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: s = self.context.wrap_socket( 2024-09-04T20:58:23.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T20:58:23.982 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: return self.sslsocket_class._create( 2024-09-04T20:58:23.982 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T20:58:23.982 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self.do_handshake() 2024-09-04T20:58:23.982 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T20:58:23.982 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._sslobj.do_handshake() 2024-09-04T20:58:23.982 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T20:58:23.982 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:24.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:24.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:24.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:58:24.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: mgrmap e8: y(active, since 2s) 2024-09-04T20:58:24.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:23] ENGINE Bus STARTING 2024-09-04T20:58:24.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:23] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T20:58:24.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:23] ENGINE Error in HTTPServer.serve 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: Traceback (most recent call last): 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._run(expiration_interval) 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T20:58:24.252 INFO:journalctl@ceph.mon.a.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout: self.do_handshake() 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:23] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:23] ENGINE Bus STARTED 2024-09-04T20:58:24.253 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:24 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:58:24.820 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-04T20:58:24.820 INFO:teuthology.orchestra.run.smithi031.stdout:Generating ssh key... 2024-09-04T20:58:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-mon[24693]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:26.022 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: Generating public/private rsa key pair. 2024-09-04T20:58:26.022 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: Your identification has been saved in /tmp/tmpuvi_1uey/key 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: Your public key has been saved in /tmp/tmpuvi_1uey/key.pub 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: The key fingerprint is: 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: SHA256:7MUr+qWYKElmI/Fj5/FPZewfx17EvbCz0odw84KvkHY ceph-34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: The key's randomart image is: 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: +---[RSA 3072]----+ 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: | | 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: | | 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: | | 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: |. . o ..| 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: | o S * . +| 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: |. O o . =.o +o..| 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: | * * o +++E*o*..| 2024-09-04T20:58:26.023 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: | o ...=.+o+ Bo+ | 2024-09-04T20:58:26.024 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: | .. +o+ .=o+ | 2024-09-04T20:58:26.024 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: +----[SHA256]-----+ 2024-09-04T20:58:26.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:26 smithi031 ceph-mon[24693]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:26.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:26 smithi031 ceph-mon[24693]: Generating ssh key... 2024-09-04T20:58:26.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:26 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:26.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:26 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:27.448 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM5YBgrb7Zy1sCAKiiuBvQkNdRMy0pkwfrZDasXCNEUwBISlUoGqcaPbv+Cv7ogPQ2LYGQjE3RUY4FHUEnrLmuG+T3oQ6ArlNdUoWTTk0Be9+Ltf8YC/xhI6l6zPekS+AMDB/x5muHBIiRWP2mdj9g7n1Rz+sleVW7VM7UhxL04NzR5j75jAnkkpKRvwKrF4IDwwxKBzvDZd3mXLzYgPRwU3qb0yplJC8lTqflqGZCGcAiNZ60fzVcZe9ZSwYwm8ezQis7aUxtmrlOy8a8zliG69CJ2IsAX7kJuwJrODZI9ZkDBhQUudfH2SlPFwYqQfTIvIk0Ni9gfTgVIIYcBEHbstxBG6QuliYTBFE80rkaLet4txkG1Dh/1qWNMiRVEX7y4drZvfBG0YgnUGi3dOpji2cQ6a2eoTqXgqs1A6gQPFy+kiZfeFPeQuqlXR5Z0hCXq+rU6gGiMfcIncRgjf0JFeIohwsX6Sbp80ZSD7c3YWPUCi8jjmR1D3hn+XwZ1/E= ceph-34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:27.448 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-04T20:58:27.448 INFO:teuthology.orchestra.run.smithi031.stdout:Adding key to root@localhost authorized_keys... 2024-09-04T20:58:27.448 INFO:teuthology.orchestra.run.smithi031.stdout:Adding host smithi031... 2024-09-04T20:58:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:27 smithi031 ceph-mon[24693]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:29.066 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:28 smithi031 ceph-mon[24693]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:30.258 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:29 smithi031 ceph-mon[24693]: Deploying cephadm binary to smithi031 2024-09-04T20:58:32.482 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Added host 'smithi031' with addr '172.21.15.31' 2024-09-04T20:58:32.482 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mon service... 2024-09-04T20:58:33.072 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:32 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:33.072 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:32 smithi031 ceph-mon[24693]: Added host smithi031 2024-09-04T20:58:33.072 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:32 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:58:33.857 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-04T20:58:33.858 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mgr service... 2024-09-04T20:58:34.191 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:34 smithi031 ceph-mon[24693]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:34.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:34 smithi031 ceph-mon[24693]: Saving service mon spec with placement count:5 2024-09-04T20:58:34.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:34 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:36.035 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:35 smithi031 ceph-mon[24693]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:36.035 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:35 smithi031 ceph-mon[24693]: Saving service mgr spec with placement count:2 2024-09-04T20:58:36.036 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:35 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:36.036 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:35 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:36.036 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:35 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:36.037 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-04T20:58:37.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:37 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3474752924' entity='client.admin' 2024-09-04T20:58:38.729 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling the dashboard module... 2024-09-04T20:58:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:38 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1124601474' entity='client.admin' 2024-09-04T20:58:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:38 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:40.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:39 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1730770794' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-04T20:58:40.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:39 smithi031 ceph-mon[24693]: from='mgr.14118 172.21.15.31:0/1285059080' entity='mgr.y' 2024-09-04T20:58:40.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setuser ceph since I am not root 2024-09-04T20:58:40.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setgroup ceph since I am not root 2024-09-04T20:58:40.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:40.146+0000 7f38320a0040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-04T20:58:40.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:40.205+0000 7f38320a0040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-04T20:58:40.693 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:40.370+0000 7f38320a0040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-04T20:58:40.693 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:40.439+0000 7f38320a0040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-04T20:58:40.693 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:40.594+0000 7f38320a0040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:58:40.992 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:40.751+0000 7f38320a0040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-04T20:58:41.264 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1730770794' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-04T20:58:41.264 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:40 smithi031 ceph-mon[24693]: mgrmap e9: y(active, since 19s) 2024-09-04T20:58:41.265 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:41 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:41.084+0000 7f38320a0040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-04T20:58:41.265 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:41 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:41.150+0000 7f38320a0040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-04T20:58:41.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:41 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:41.346+0000 7f38320a0040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-04T20:58:42.282 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:42 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1822264416' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-04T20:58:42.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:42 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:42.279+0000 7f38320a0040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-04T20:58:42.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:42 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:42.350+0000 7f38320a0040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-09-04T20:58:42.876 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 9... 2024-09-04T20:58:43.217 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.109+0000 7f38320a0040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-04T20:58:43.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.231+0000 7f38320a0040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-04T20:58:43.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.383+0000 7f38320a0040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:58:43.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.448+0000 7f38320a0040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-04T20:58:43.907 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.604+0000 7f38320a0040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-04T20:58:43.907 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.675+0000 7f38320a0040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-04T20:58:43.907 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.738+0000 7f38320a0040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-04T20:58:43.907 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.904+0000 7f38320a0040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-04T20:58:44.193 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:43.972+0000 7f38320a0040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-04T20:58:44.193 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:44.042+0000 7f38320a0040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-04T20:58:44.193 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:44.128+0000 7f38320a0040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-04T20:58:44.193 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:44.190+0000 7f38320a0040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-04T20:58:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:44.252+0000 7f38320a0040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-04T20:58:45.349 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:45.080+0000 7f38320a0040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-04T20:58:45.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: Active manager daemon y restarted 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: Activating manager daemon y 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: osdmap e3: 0 total, 0 up, 0 in 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: mgrmap e10: y(active, starting, since 0.00311662s) 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: Manager daemon y is now available 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T20:58:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T20:58:47.061 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-09-04T20:58:47.061 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-04T20:58:47.061 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-04T20:58:47.061 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-09-04T20:58:47.061 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 9 is available 2024-09-04T20:58:47.061 INFO:teuthology.orchestra.run.smithi031.stdout:Generating a dashboard self-signed certificate... 2024-09-04T20:58:47.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-mon[24693]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-04T20:58:47.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-mon[24693]: mgrmap e11: y(active, since 1.00565s) 2024-09-04T20:58:47.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-mon[24693]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-04T20:58:47.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:47.322+0000 7f379d3b5640 -1 log_channel(cephadm) log [ERR] : [04/Sep/2024:20:58:47] ENGINE Error in HTTPServer.serve 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: Traceback (most recent call last): 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._connections.run(self.expiration_interval) 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._run(expiration_interval) 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T20:58:47.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: s = self.context.wrap_socket( 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: return self.sslsocket_class._create( 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self.do_handshake() 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._sslobj.do_handshake() 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T20:58:47.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 20:58:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T20:58:48.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-04T20:58:48.327 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial admin user... 2024-09-04T20:58:48.743 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:47] ENGINE Bus STARTING 2024-09-04T20:58:48.743 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:47] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T20:58:48.743 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:47] ENGINE Error in HTTPServer.serve 2024-09-04T20:58:48.743 INFO:journalctl@ceph.mon.a.smithi031.stdout: Traceback (most recent call last): 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._run(expiration_interval) 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T20:58:48.744 INFO:journalctl@ceph.mon.a.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout: self.do_handshake() 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:47] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: [04/Sep/2024:20:58:47] ENGINE Bus STARTED 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: mgrmap e12: y(active, since 2s) 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:48.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:48 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:49.842 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:49 smithi031 ceph-mon[24693]: 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-09-04T20:58:49.842 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:50.496 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$c3XdrLM65ufiK4O/a8bNCebi6p.ds2dwSHtBhEYaXzx9XvTf/RsjW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725483529, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-04T20:58:50.497 INFO:teuthology.orchestra.run.smithi031.stdout:Fetching dashboard port number... 2024-09-04T20:58:51.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:51 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2970044365' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-04T20:58:51.670 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 8443 2024-09-04T20:58:51.681 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-04T20:58:51.681 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2024-09-04T20:58:51.689 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-04T20:58:51.689 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-09-04T20:58:51.689 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2024-09-04T20:58:51.690 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-04T20:58:51.691 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph Dashboard is now available at: 2024-09-04T20:58:51.691 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:51.691 INFO:teuthology.orchestra.run.smithi031.stdout: URL: https://smithi031:8443/ 2024-09-04T20:58:51.691 INFO:teuthology.orchestra.run.smithi031.stdout: User: admin 2024-09-04T20:58:51.691 INFO:teuthology.orchestra.run.smithi031.stdout: Password: ydwhiwankn 2024-09-04T20:58:51.691 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:51.692 INFO:teuthology.orchestra.run.smithi031.stdout:Saving cluster configuration to /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config directory 2024-09-04T20:58:52.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:52 smithi031 ceph-mon[24693]: mgrmap e13: y(active, since 6s) 2024-09-04T20:58:52.985 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-04T20:58:52.985 INFO:teuthology.orchestra.run.smithi031.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-04T20:58:52.985 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.985 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout:Or, if you are only running a single cluster on this host: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: ceph telemetry on 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout:For more information see: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:58:52.986 INFO:teuthology.orchestra.run.smithi031.stdout:Bootstrap complete. 2024-09-04T20:58:53.026 INFO:tasks.cephadm:Fetching config... 2024-09-04T20:58:53.026 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:58:53.026 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-04T20:58:53.042 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-04T20:58:53.043 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:58:53.043 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-04T20:58:53.099 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-04T20:58:53.099 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:58:53.099 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-04T20:58:53.164 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-04T20:58:53.164 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:58:53.164 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-04T20:58:53.219 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-04T20:58:53.219 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM5YBgrb7Zy1sCAKiiuBvQkNdRMy0pkwfrZDasXCNEUwBISlUoGqcaPbv+Cv7ogPQ2LYGQjE3RUY4FHUEnrLmuG+T3oQ6ArlNdUoWTTk0Be9+Ltf8YC/xhI6l6zPekS+AMDB/x5muHBIiRWP2mdj9g7n1Rz+sleVW7VM7UhxL04NzR5j75jAnkkpKRvwKrF4IDwwxKBzvDZd3mXLzYgPRwU3qb0yplJC8lTqflqGZCGcAiNZ60fzVcZe9ZSwYwm8ezQis7aUxtmrlOy8a8zliG69CJ2IsAX7kJuwJrODZI9ZkDBhQUudfH2SlPFwYqQfTIvIk0Ni9gfTgVIIYcBEHbstxBG6QuliYTBFE80rkaLet4txkG1Dh/1qWNMiRVEX7y4drZvfBG0YgnUGi3dOpji2cQ6a2eoTqXgqs1A6gQPFy+kiZfeFPeQuqlXR5Z0hCXq+rU6gGiMfcIncRgjf0JFeIohwsX6Sbp80ZSD7c3YWPUCi8jjmR1D3hn+XwZ1/E= ceph-34153714-6b00-11ef-bcd6-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-04T20:58:53.292 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM5YBgrb7Zy1sCAKiiuBvQkNdRMy0pkwfrZDasXCNEUwBISlUoGqcaPbv+Cv7ogPQ2LYGQjE3RUY4FHUEnrLmuG+T3oQ6ArlNdUoWTTk0Be9+Ltf8YC/xhI6l6zPekS+AMDB/x5muHBIiRWP2mdj9g7n1Rz+sleVW7VM7UhxL04NzR5j75jAnkkpKRvwKrF4IDwwxKBzvDZd3mXLzYgPRwU3qb0yplJC8lTqflqGZCGcAiNZ60fzVcZe9ZSwYwm8ezQis7aUxtmrlOy8a8zliG69CJ2IsAX7kJuwJrODZI9ZkDBhQUudfH2SlPFwYqQfTIvIk0Ni9gfTgVIIYcBEHbstxBG6QuliYTBFE80rkaLet4txkG1Dh/1qWNMiRVEX7y4drZvfBG0YgnUGi3dOpji2cQ6a2eoTqXgqs1A6gQPFy+kiZfeFPeQuqlXR5Z0hCXq+rU6gGiMfcIncRgjf0JFeIohwsX6Sbp80ZSD7c3YWPUCi8jjmR1D3hn+XwZ1/E= ceph-34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:53.303 DEBUG:teuthology.orchestra.run.smithi114:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM5YBgrb7Zy1sCAKiiuBvQkNdRMy0pkwfrZDasXCNEUwBISlUoGqcaPbv+Cv7ogPQ2LYGQjE3RUY4FHUEnrLmuG+T3oQ6ArlNdUoWTTk0Be9+Ltf8YC/xhI6l6zPekS+AMDB/x5muHBIiRWP2mdj9g7n1Rz+sleVW7VM7UhxL04NzR5j75jAnkkpKRvwKrF4IDwwxKBzvDZd3mXLzYgPRwU3qb0yplJC8lTqflqGZCGcAiNZ60fzVcZe9ZSwYwm8ezQis7aUxtmrlOy8a8zliG69CJ2IsAX7kJuwJrODZI9ZkDBhQUudfH2SlPFwYqQfTIvIk0Ni9gfTgVIIYcBEHbstxBG6QuliYTBFE80rkaLet4txkG1Dh/1qWNMiRVEX7y4drZvfBG0YgnUGi3dOpji2cQ6a2eoTqXgqs1A6gQPFy+kiZfeFPeQuqlXR5Z0hCXq+rU6gGiMfcIncRgjf0JFeIohwsX6Sbp80ZSD7c3YWPUCi8jjmR1D3hn+XwZ1/E= ceph-34153714-6b00-11ef-bcd6-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-04T20:58:53.345 INFO:teuthology.orchestra.run.smithi114.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM5YBgrb7Zy1sCAKiiuBvQkNdRMy0pkwfrZDasXCNEUwBISlUoGqcaPbv+Cv7ogPQ2LYGQjE3RUY4FHUEnrLmuG+T3oQ6ArlNdUoWTTk0Be9+Ltf8YC/xhI6l6zPekS+AMDB/x5muHBIiRWP2mdj9g7n1Rz+sleVW7VM7UhxL04NzR5j75jAnkkpKRvwKrF4IDwwxKBzvDZd3mXLzYgPRwU3qb0yplJC8lTqflqGZCGcAiNZ60fzVcZe9ZSwYwm8ezQis7aUxtmrlOy8a8zliG69CJ2IsAX7kJuwJrODZI9ZkDBhQUudfH2SlPFwYqQfTIvIk0Ni9gfTgVIIYcBEHbstxBG6QuliYTBFE80rkaLet4txkG1Dh/1qWNMiRVEX7y4drZvfBG0YgnUGi3dOpji2cQ6a2eoTqXgqs1A6gQPFy+kiZfeFPeQuqlXR5Z0hCXq+rU6gGiMfcIncRgjf0JFeIohwsX6Sbp80ZSD7c3YWPUCi8jjmR1D3hn+XwZ1/E= ceph-34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:58:53.358 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-04T20:58:53.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:53 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1132855034' entity='client.admin' 2024-09-04T20:58:53.605 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:58:55.311 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-04T20:58:55.311 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-04T20:58:55.571 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:55 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3549915088' entity='client.admin' 2024-09-04T20:58:55.798 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:58:57.115 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi114 2024-09-04T20:58:57.115 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-09-04T20:58:57.115 DEBUG:teuthology.orchestra.run.smithi114:> dd of=/etc/ceph/ceph.conf 2024-09-04T20:58:57.135 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-09-04T20:58:57.135 DEBUG:teuthology.orchestra.run.smithi114:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-04T20:58:57.193 INFO:tasks.cephadm:Adding host smithi114 to orchestrator... 2024-09-04T20:58:57.193 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch host add smithi114 2024-09-04T20:58:57.575 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:58:57.841 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:57 smithi031 ceph-mon[24693]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:58:57.841 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-09-04T20:58:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:58:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:58:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:58:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:59 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T20:58:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:58:59 smithi031 ceph-mon[24693]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi114", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:00 smithi031 ceph-mon[24693]: Deploying cephadm binary to smithi114 2024-09-04T20:59:02.127 INFO:teuthology.orchestra.run.smithi031.stdout:Added host 'smithi114' with addr '172.21.15.114' 2024-09-04T20:59:02.742 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch host ls --format=json 2024-09-04T20:59:02.984 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:59:03.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:03.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:03 smithi031 ceph-mon[24693]: Added host smithi114 2024-09-04T20:59:03.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:03.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:03.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:03.596 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:59:03.596 INFO:teuthology.orchestra.run.smithi031.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.114", "hostname": "smithi114", "labels": [], "status": ""}] 2024-09-04T20:59:04.218 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-04T20:59:04.218 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd crush tunables default 2024-09-04T20:59:04.466 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:59:04.780 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:04 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:04.780 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:04 smithi031 ceph-mon[24693]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-04T20:59:05.475 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2024-09-04T20:59:05.774 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:05 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3303476136' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-04T20:59:06.061 INFO:tasks.cephadm:Adding mon.a on smithi031 2024-09-04T20:59:06.062 INFO:tasks.cephadm:Adding mon.c on smithi031 2024-09-04T20:59:06.062 INFO:tasks.cephadm:Adding mon.b on smithi114 2024-09-04T20:59:06.062 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch apply mon '3;smithi031:172.21.15.31=a;smithi031:[v2:172.21.15.31:3301,v1:172.21.15.31:6790]=c;smithi114:172.21.15.114=b' 2024-09-04T20:59:06.415 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-04T20:59:06.461 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-04T20:59:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3303476136' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-04T20:59:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: osdmap e4: 0 total, 0 up, 0 in 2024-09-04T20:59:06.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:06.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:06.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:06.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:06.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2024-09-04T20:59:06.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:06.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:07.164 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled mon update... 2024-09-04T20:59:07.796 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:07.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:07 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:07.812 DEBUG:teuthology.orchestra.run.smithi031:mon.c> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.c.service 2024-09-04T20:59:07.814 DEBUG:teuthology.orchestra.run.smithi114:mon.b> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.b.service 2024-09-04T20:59:07.816 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-04T20:59:07.816 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph mon dump -f json 2024-09-04T20:59:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:08 smithi031 ceph-mon[24693]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:08 smithi031 ceph-mon[24693]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi031:172.21.15.31=a;smithi031:[v2:172.21.15.31:3301,v1:172.21.15.31:6790]=c;smithi114:172.21.15.114=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:08 smithi031 ceph-mon[24693]: Saving service mon spec with placement smithi031:172.21.15.31=a;smithi031:[v2:172.21.15.31:3301,v1:172.21.15.31:6790]=c;smithi114:172.21.15.114=b;count:3 2024-09-04T20:59:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:08 smithi031 ceph-mon[24693]: Deploying daemon mon.b on smithi114 2024-09-04T20:59:10.041 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T20:59:10.842 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:59:10.842 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":1,"fsid":"34153714-6b00-11ef-bcd6-c7b262605968","modified":"2024-09-04T20:57:55.653936Z","created":"2024-09-04T20:57:55.653936Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-04T20:59:10.842 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 1 2024-09-04T20:59:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:10 smithi031 ceph-mon[24693]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:11.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:11 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/1212899981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:12.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:11 smithi114 systemd[1]: Started Ceph mon.b for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T20:59:12.423 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-04T20:59:12.423 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph mon dump -f json 2024-09-04T20:59:12.672 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T20:59:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:59:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: mon.a calling monitor election 2024-09-04T20:59:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: mon.b calling monitor election 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: monmap epoch 2 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: last_changed 2024-09-04T20:59:11.822200+0000 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: min_mon_release 19 (squid) 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: election_strategy: 1 2024-09-04T20:59:17.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: fsmap 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: osdmap e4: 0 total, 0 up, 0 in 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: mgrmap e13: y(active, since 31s) 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: overall HEALTH_OK 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:17.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:17.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:17.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:59:17.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: mon.a calling monitor election 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: mon.b calling monitor election 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: monmap epoch 2 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: last_changed 2024-09-04T20:59:11.822200+0000 2024-09-04T20:59:17.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: min_mon_release 19 (squid) 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: election_strategy: 1 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: fsmap 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: osdmap e4: 0 total, 0 up, 0 in 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: mgrmap e13: y(active, since 31s) 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: overall HEALTH_OK 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:17.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:17.780 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:59:17.780 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":2,"fsid":"34153714-6b00-11ef-bcd6-c7b262605968","modified":"2024-09-04T20:59:11.822200Z","created":"2024-09-04T20:57:55.653936Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-04T20:59:17.780 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 2 2024-09-04T20:59:18.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:17 smithi114 ceph-mon[28207]: Deploying daemon mon.c on smithi031 2024-09-04T20:59:18.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:17 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/1489888855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:18.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:17 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:18.199 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:17 smithi031 ceph-mon[24693]: Deploying daemon mon.c on smithi031 2024-09-04T20:59:18.199 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:17 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/1489888855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:18.199 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:17 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:19.172 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:18 smithi031 ceph-mon[24693]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:19.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:18 smithi114 ceph-mon[28207]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:19.356 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-04T20:59:19.357 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph mon dump -f json 2024-09-04T20:59:19.608 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T20:59:19.805 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:19 smithi031 systemd[1]: Starting Ceph mon.c for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T20:59:20.055 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:19 smithi031 podman[34642]: 2024-09-04 20:59:19.706015635 +0000 UTC m=+0.015928328 image pull 77770cf7e895c297c29130881c012db5698948fe2279610297198415e1f3d0ac quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067 2024-09-04T20:59:20.055 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:19 smithi031 podman[34642]: 2024-09-04 20:59:19.806219785 +0000 UTC m=+0.116132464 container create b4a5d98023e930ec153ffd3c045b9420c7a2d180f74f0a422a774c1c84f12fcd (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=squid-91c8a7e, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-04T20:59:20.055 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 podman[34642]: 2024-09-04 20:59:20.050488471 +0000 UTC m=+0.360401165 container init b4a5d98023e930ec153ffd3c045b9420c7a2d180f74f0a422a774c1c84f12fcd (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=squid-91c8a7e, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-04T20:59:20.055 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 podman[34642]: 2024-09-04 20:59:20.053965371 +0000 UTC m=+0.363878053 container start b4a5d98023e930ec153ffd3c045b9420c7a2d180f74f0a422a774c1c84f12fcd (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=squid-91c8a7e, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-04T20:59:20.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: set uid:gid to 167:167 (ceph:ceph) 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable), process ceph-mon, pid 2 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: pidfile_write: ignore empty --pid-file 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: load: jerasure load: lrc 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: RocksDB version: 7.9.2 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Git sha 0 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Compile date 2024-09-04 15:32:03 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: DB SUMMARY 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: DB Session ID: VS5RSTIVFPYQSQMDEN0W 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: CURRENT file: CURRENT 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: IDENTITY file: IDENTITY 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-04T20:59:20.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 636 ; 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.error_if_exists: 0 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.create_if_missing: 0 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.paranoid_checks: 1 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.env: 0x55a0c6ba8940 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.fs: PosixFileSystem 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.info_log: 0x55a0c8b356e0 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_file_opening_threads: 16 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.statistics: (nil) 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.use_fsync: 0 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_log_file_size: 0 2024-09-04T20:59:20.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.keep_log_file_num: 1000 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.recycle_log_file_num: 0 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.allow_fallocate: 1 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.allow_mmap_reads: 0 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.allow_mmap_writes: 0 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.use_direct_reads: 0 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.create_missing_column_families: 0 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.db_log_dir: 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.wal_dir: 2024-09-04T20:59:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.advise_random_on_open: 1 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.db_write_buffer_size: 0 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.write_buffer_manager: 0x55a0c8b44dc0 2024-09-04T20:59:20.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.rate_limiter: (nil) 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.wal_recovery_mode: 2 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.enable_thread_tracking: 0 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.enable_pipelined_write: 0 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.unordered_write: 0 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-04T20:59:20.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.row_cache: None 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.wal_filter: None 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.allow_ingest_behind: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.two_write_queues: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.manual_wal_flush: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.wal_compression: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.atomic_flush: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.log_readahead_size: 0 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-04T20:59:20.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.best_efforts_recovery: 0 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.allow_data_in_errors: 0 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.db_host_id: __hostname__ 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_background_jobs: 2 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_background_compactions: -1 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_subcompactions: 1 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_total_wal_size: 0 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-04T20:59:20.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_open_files: -1 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bytes_per_sync: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_readahead_size: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_background_flushes: -1 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Compression algorithms supported: 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kZSTD supported: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kXpressCompression supported: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kBZip2Compression supported: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kLZ4Compression supported: 1 2024-09-04T20:59:20.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kZlibCompression supported: 1 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kLZ4HCCompression supported: 1 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: kSnappyCompression supported: 1 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.merge_operator: 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_filter: None 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_filter_factory: None 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.sst_partitioner_factory: None 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-04T20:59:20.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a0c8b35320) 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: cache_index_and_filter_blocks: 1 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: pin_top_level_index_and_filter: 1 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: index_type: 0 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: data_block_index_type: 0 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: index_shortening: 1 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: checksum: 4 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: no_block_cache: 0 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache: 0x55a0c8b291f0 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache_name: BinnedLRUCache 2024-09-04T20:59:20.361 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache_options: 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: capacity : 536870912 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: num_shard_bits : 4 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: strict_capacity_limit : 0 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: high_pri_pool_ratio: 0.000 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache_compressed: (nil) 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: persistent_cache: (nil) 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_size: 4096 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_size_deviation: 10 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_restart_interval: 16 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: index_block_restart_interval: 1 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: metadata_block_size: 4096 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: partition_filters: 0 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: use_delta_encoding: 1 2024-09-04T20:59:20.362 INFO:journalctl@ceph.mon.c.smithi031.stdout: filter_policy: bloomfilter 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: whole_key_filtering: 1 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: verify_compression: 0 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: read_amp_bytes_per_bit: 0 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: format_version: 5 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: enable_index_compression: 1 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_align: 0 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: max_auto_readahead_size: 262144 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: prepopulate_block_cache: 0 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: initial_auto_readahead_size: 8192 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout: num_file_reads_for_auto_readahead: 2 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.write_buffer_size: 33554432 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_write_buffer_number: 2 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression: NoCompression 2024-09-04T20:59:20.363 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression: Disabled 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.prefix_extractor: nullptr 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.num_levels: 7 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-04T20:59:20.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.level: 32767 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.strategy: 0 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.enabled: false 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.target_file_size_base: 67108864 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-04T20:59:20.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.arena_block_size: 1048576 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-04T20:59:20.366 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.disable_auto_compactions: 0 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.inplace_update_support: 0 2024-09-04T20:59:20.367 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.bloom_locality: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.max_successive_merges: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.paranoid_file_checks: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.force_consistency_checks: 1 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.report_bg_io_stats: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.ttl: 2592000 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-04T20:59:20.368 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.enable_blob_files: false 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.min_blob_size: 0 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.blob_file_size: 268435456 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.blob_file_starting_level: 0 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/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-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 055f6b60-9118-4fcb-9e0d-fc92c0590806 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725483560081240, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-04T20:59:20.369 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725483560081621, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "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": "[CompactOnDeletionCollector]", "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": 1725483560, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "055f6b60-9118-4fcb-9e0d-fc92c0590806", "db_session_id": "VS5RSTIVFPYQSQMDEN0W", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725483560081713, "job": 1, "event": "recovery_finished"} 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a0c8b56e00 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: DB pointer 0x55a0c8c52000 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** DB Stats ** 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T20:59:20.370 INFO:journalctl@ceph.mon.c.smithi031.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T20:59:20.371 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: Cumulative compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: Interval compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.stdout: Block cache BinnedLRUCache@0x55a0c8b291f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-04T20:59:20.372 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: using public_addrv [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: starting mon.c rank -1 at public addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] at bind addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(???) e0 preinit fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).mds e1 new map 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout: e1 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout: btime 2024-09-04T20:57:58:927058+0000 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.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,11=minor log segments,12=quiesce subvolumes} 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout: legacy client fscid: -1 2024-09-04T20:59:20.373 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout: No filesystems configured 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/1212899981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:20.374 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.a calling monitor election 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.b calling monitor election 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: monmap epoch 2 2024-09-04T20:59:20.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: last_changed 2024-09-04T20:59:11.822200+0000 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: min_mon_release 19 (squid) 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: election_strategy: 1 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: fsmap 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: osdmap e4: 0 total, 0 up, 0 in 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mgrmap e13: y(active, since 31s) 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: overall HEALTH_OK 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:20.376 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:20.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: Deploying daemon mon.c on smithi031 2024-09-04T20:59:20.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/1489888855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:20.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:20.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:20.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 ceph-mon[34661]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-04T20:59:20.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 bash[34642]: b4a5d98023e930ec153ffd3c045b9420c7a2d180f74f0a422a774c1c84f12fcd 2024-09-04T20:59:20.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:20 smithi031 systemd[1]: Started Ceph mon.c for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T20:59:25.121 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T20:59:25.121 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":3,"fsid":"34153714-6b00-11ef-bcd6-c7b262605968","modified":"2024-09-04T20:59:20.105698Z","created":"2024-09-04T20:57:55.653936Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3301","nonce":0},{"type":"v1","addr":"172.21.15.31:6790","nonce":0}]},"addr":"172.21.15.31:6790/0","public_addr":"172.21.15.31:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-04T20:59:25.121 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 3 2024-09-04T20:59:25.424 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:59:25.424 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: mon.a calling monitor election 2024-09-04T20:59:25.424 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:25.424 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.424 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: mon.b calling monitor election 2024-09-04T20:59:25.424 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/1680038106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:25.424 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: mon.c calling monitor election 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: monmap epoch 3 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:59:25.425 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: min_mon_release 19 (squid) 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: election_strategy: 1 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: fsmap 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: osdmap e4: 0 total, 0 up, 0 in 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: mgrmap e13: y(active, since 40s) 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: overall HEALTH_OK 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.426 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:59:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: mon.a calling monitor election 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: mon.b calling monitor election 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/1680038106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: mon.c calling monitor election 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: monmap epoch 3 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: min_mon_release 19 (squid) 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: election_strategy: 1 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: fsmap 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: osdmap e4: 0 total, 0 up, 0 in 2024-09-04T20:59:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: mgrmap e13: y(active, since 40s) 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: overall HEALTH_OK 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: mon.a calling monitor election 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: mon.b calling monitor election 2024-09-04T20:59:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/1680038106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: mon.c calling monitor election 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: monmap epoch 3 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T20:59:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: min_mon_release 19 (squid) 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: election_strategy: 1 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: fsmap 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: osdmap e4: 0 total, 0 up, 0 in 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: mgrmap e13: y(active, since 40s) 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: overall HEALTH_OK 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:25.717 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-04T20:59:25.717 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph config generate-minimal-conf 2024-09-04T20:59:26.307 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:59:26.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:26 smithi114 ceph-mon[28207]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:26.538 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:26 smithi031 ceph-mon[24693]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:26.538 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:26.539 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:26.539 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:26 smithi031 ceph-mon[34661]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:26.539 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:26.539 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T20:59:26.973 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:26.973 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2024-09-04T20:59:26.973 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T20:59:26.973 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] 2024-09-04T20:59:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2428831948' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2428831948' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:27.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:27.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:27 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.626 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-04T20:59:27.626 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:59:27.626 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2024-09-04T20:59:27.655 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:59:27.655 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-04T20:59:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2428831948' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:27.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:27 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:27.720 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-09-04T20:59:27.720 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.conf 2024-09-04T20:59:27.747 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-09-04T20:59:27.747 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-04T20:59:27.811 INFO:tasks.cephadm:Adding mgr.y on smithi031 2024-09-04T20:59:27.811 INFO:tasks.cephadm:Adding mgr.x on smithi114 2024-09-04T20:59:27.812 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch apply mgr '2;smithi031=y;smithi114=x' 2024-09-04T20:59:28.093 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T20:59:28.448 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:28 smithi114 ceph-mon[28207]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:28.448 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:28 smithi114 ceph-mon[28207]: Reconfiguring mon.a (unknown last config time)... 2024-09-04T20:59:28.448 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:28 smithi114 ceph-mon[28207]: Reconfiguring daemon mon.a on smithi031 2024-09-04T20:59:28.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:28 smithi031 ceph-mon[34661]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:28 smithi031 ceph-mon[34661]: Reconfiguring mon.a (unknown last config time)... 2024-09-04T20:59:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:28 smithi031 ceph-mon[34661]: Reconfiguring daemon mon.a on smithi031 2024-09-04T20:59:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:28 smithi031 ceph-mon[24693]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:28 smithi031 ceph-mon[24693]: Reconfiguring mon.a (unknown last config time)... 2024-09-04T20:59:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:28 smithi031 ceph-mon[24693]: Reconfiguring daemon mon.a on smithi031 2024-09-04T20:59:28.723 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled mgr update... 2024-09-04T20:59:29.304 DEBUG:teuthology.orchestra.run.smithi114:mgr.x> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service 2024-09-04T20:59:29.307 DEBUG:tasks.cephadm:set 0 configs 2024-09-04T20:59:29.307 INFO:tasks.cephadm:Deploying OSDs... 2024-09-04T20:59:29.307 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T20:59:29.307 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-09-04T20:59:29.323 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-09-04T20:59:29.323 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-09-04T20:59:29.378 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-04 20:59:19.531670182 +0000 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-04 20:56:29.014306229 +0000 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-04 20:56:29.014306229 +0000 2024-09-04T20:59:29.379 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-09-04 20:56:29.014306229 +0000 2024-09-04T20:59:29.379 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-04T20:59:29.444 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-04T20:59:29.444 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-04T20:59:29.444 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000188575 s, 2.7 MB/s 2024-09-04T20:59:29.445 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-04T20:59:29.502 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-09-04T20:59:29.557 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-04T20:59:29.557 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:29.557 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-04T20:59:29.557 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:29.557 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:29.557 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-04 20:59:19.531670182 +0000 2024-09-04T20:59:29.557 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-04 20:56:29.349300627 +0000 2024-09-04T20:59:29.558 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-04 20:56:29.349300627 +0000 2024-09-04T20:59:29.558 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-09-04 20:56:29.349300627 +0000 2024-09-04T20:59:29.558 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-04T20:59:29.619 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-04T20:59:29.620 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-04T20:59:29.620 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.0001839 s, 2.8 MB/s 2024-09-04T20:59:29.621 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-04T20:59:29.677 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-09-04T20:59:29.732 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-04T20:59:29.732 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:29.732 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 701 Links: 1 2024-09-04T20:59:29.732 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:29.732 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:29.732 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-04 20:59:19.532670166 +0000 2024-09-04T20:59:29.732 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-04 20:56:29.678295126 +0000 2024-09-04T20:59:29.733 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-04 20:56:29.678295126 +0000 2024-09-04T20:59:29.733 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-09-04 20:56:29.678295126 +0000 2024-09-04T20:59:29.733 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-04T20:59:29.795 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-04T20:59:29.795 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-04T20:59:29.795 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000209763 s, 2.4 MB/s 2024-09-04T20:59:29.797 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-04T20:59:29.853 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-09-04T20:59:29.908 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-04T20:59:29.908 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:29.908 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-04T20:59:29.908 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:29.908 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:29.908 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-04 20:59:19.532670166 +0000 2024-09-04T20:59:29.909 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-04 20:56:30.010289575 +0000 2024-09-04T20:59:29.909 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-04 20:56:30.010289575 +0000 2024-09-04T20:59:29.909 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-09-04 20:56:30.010289575 +0000 2024-09-04T20:59:29.909 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-04T20:59:29.971 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-04T20:59:29.971 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-04T20:59:29.971 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000181189 s, 2.8 MB/s 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=y;smithi114=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: Saving service mgr spec with placement smithi031=y;smithi114=x;count:2 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: Reconfiguring mgr.y (unknown last config time)... 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:29.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[34661]: Reconfiguring daemon mgr.y on smithi031 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=y;smithi114=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: Saving service mgr spec with placement smithi031=y;smithi114=x;count:2 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: Reconfiguring mgr.y (unknown last config time)... 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:29.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:29 smithi031 ceph-mon[24693]: Reconfiguring daemon mgr.y on smithi031 2024-09-04T20:59:29.974 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-04T20:59:30.030 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-09-04T20:59:30.030 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-09-04T20:59:30.048 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-09-04T20:59:30.048 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_1 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-09-04 20:59:10.955785006 +0000 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-09-04 20:56:29.008738225 +0000 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-09-04 20:56:29.008738225 +0000 2024-09-04T20:59:30.105 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-09-04 20:56:29.008738225 +0000 2024-09-04T20:59:30.106 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=y;smithi114=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: Saving service mgr spec with placement smithi031=y;smithi114=x;count:2 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: Reconfiguring mgr.y (unknown last config time)... 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:30.168 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:29 smithi114 ceph-mon[28207]: Reconfiguring daemon mgr.y on smithi031 2024-09-04T20:59:30.170 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-09-04T20:59:30.171 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-09-04T20:59:30.171 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000208994 s, 2.4 MB/s 2024-09-04T20:59:30.172 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-04T20:59:30.229 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_2 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-09-04 20:59:10.956784985 +0000 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-09-04 20:56:29.342731034 +0000 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-09-04 20:56:29.342731034 +0000 2024-09-04T20:59:30.285 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-09-04 20:56:29.342731034 +0000 2024-09-04T20:59:30.285 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-04T20:59:30.349 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-09-04T20:59:30.349 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-09-04T20:59:30.349 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000222018 s, 2.3 MB/s 2024-09-04T20:59:30.350 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-04T20:59:30.407 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_3 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-09-04 20:59:10.956784985 +0000 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-09-04 20:56:29.675723864 +0000 2024-09-04T20:59:30.462 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-09-04 20:56:29.675723864 +0000 2024-09-04T20:59:30.463 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-09-04 20:56:29.675723864 +0000 2024-09-04T20:59:30.463 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-04T20:59:30.525 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-09-04T20:59:30.525 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-09-04T20:59:30.525 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000224366 s, 2.3 MB/s 2024-09-04T20:59:30.526 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-04T20:59:30.582 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_4 2024-09-04T20:59:30.637 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-04T20:59:30.637 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-04T20:59:30.637 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-04T20:59:30.637 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-04T20:59:30.637 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-09-04T20:59:30.637 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-09-04 20:59:10.956784985 +0000 2024-09-04T20:59:30.638 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-09-04 20:56:30.006716737 +0000 2024-09-04T20:59:30.638 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-09-04 20:56:30.006716737 +0000 2024-09-04T20:59:30.638 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-09-04 20:56:30.006716737 +0000 2024-09-04T20:59:30.638 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-04T20:59:30.699 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-09-04T20:59:30.700 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-09-04T20:59:30.700 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000202465 s, 2.5 MB/s 2024-09-04T20:59:30.701 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-04T20:59:30.757 INFO:tasks.cephadm:Deploying osd.0 on smithi031 with /dev/vg_nvme/lv_4... 2024-09-04T20:59:30.757 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-04T20:59:30.981 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[34661]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:30.981 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.981 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.981 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.981 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[24693]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:30.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:30 smithi114 ceph-mon[28207]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:31.751 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:59:31.872 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[34661]: Reconfiguring mon.c (monmap changed)... 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[34661]: Reconfiguring daemon mon.c on smithi031 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[24693]: Reconfiguring mon.c (monmap changed)... 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[24693]: Reconfiguring daemon mon.c on smithi031 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:31.873 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:31.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:31.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:31.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:31 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:32.061 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:31 smithi114 ceph-mon[28207]: Reconfiguring mon.c (monmap changed)... 2024-09-04T20:59:32.061 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:31 smithi114 ceph-mon[28207]: Reconfiguring daemon mon.c on smithi031 2024-09-04T20:59:32.061 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:31 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:32.061 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:31 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:32.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:31 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T20:59:32.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:31 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T20:59:32.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:31 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:33.025 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:32 smithi031 ceph-mon[24693]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:33.025 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:32 smithi031 ceph-mon[24693]: Reconfiguring mon.b (monmap changed)... 2024-09-04T20:59:33.025 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:32 smithi031 ceph-mon[24693]: Reconfiguring daemon mon.b on smithi114 2024-09-04T20:59:33.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:32 smithi031 ceph-mon[34661]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:33.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:32 smithi031 ceph-mon[34661]: Reconfiguring mon.b (monmap changed)... 2024-09-04T20:59:33.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:32 smithi031 ceph-mon[34661]: Reconfiguring daemon mon.b on smithi114 2024-09-04T20:59:33.091 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:32 smithi114 ceph-mon[28207]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:33.091 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:32 smithi114 ceph-mon[28207]: Reconfiguring mon.b (monmap changed)... 2024-09-04T20:59:33.091 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:32 smithi114 ceph-mon[28207]: Reconfiguring daemon mon.b on smithi114 2024-09-04T20:59:34.215 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:34.215 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.215 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.215 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:34.215 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:34.215 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:34.215 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[24693]: Deploying daemon mgr.x on smithi114 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.216 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:34.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:34 smithi031 ceph-mon[34661]: Deploying daemon mgr.x on smithi114 2024-09-04T20:59:34.218 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:59:34.245 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_4 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T20:59:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:34.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:34 smithi114 ceph-mon[28207]: Deploying daemon mgr.x on smithi114 2024-09-04T20:59:34.493 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:59:35.145 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:34 smithi114 systemd[1]: Starting Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T20:59:35.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:35 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T20:59:35.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:35 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T20:59:35.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:35 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:35.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:35 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T20:59:35.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:35 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T20:59:35.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:35 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:35.396 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T20:59:35.396 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T20:59:35.396 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:35.396 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 podman[29895]: 2024-09-04 20:59:35.046116986 +0000 UTC m=+0.015169644 image pull 77770cf7e895c297c29130881c012db5698948fe2279610297198415e1f3d0ac quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067 2024-09-04T20:59:35.396 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 podman[29895]: 2024-09-04 20:59:35.1564162 +0000 UTC m=+0.125468860 container create e454d6eabf2c2ad06c40670ce04d4dc564ef48ac10140e54bf51c80137b73ff5 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=squid-91c8a7e, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-04T20:59:35.397 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 podman[29895]: 2024-09-04 20:59:35.367386578 +0000 UTC m=+0.336439226 container init e454d6eabf2c2ad06c40670ce04d4dc564ef48ac10140e54bf51c80137b73ff5 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=squid-91c8a7e, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-04T20:59:35.397 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 podman[29895]: 2024-09-04 20:59:35.370558201 +0000 UTC m=+0.339610850 container start e454d6eabf2c2ad06c40670ce04d4dc564ef48ac10140e54bf51c80137b73ff5 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=squid-91c8a7e, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-04T20:59:35.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-mgr[29913]: -- 172.21.15.114:0/1184366697 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56157e7d50e0 con 0x56157e7b3000 2024-09-04T20:59:35.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 bash[29895]: e454d6eabf2c2ad06c40670ce04d4dc564ef48ac10140e54bf51c80137b73ff5 2024-09-04T20:59:35.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 systemd[1]: Started Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T20:59:35.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:35.491+0000 7fc62874f040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-04T20:59:35.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:35.551+0000 7fc62874f040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-04T20:59:36.088 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:35.708+0000 7fc62874f040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-04T20:59:36.088 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:35.777+0000 7fc62874f040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-04T20:59:36.088 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:35.940+0000 7fc62874f040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:59:36.088 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:36.086+0000 7fc62874f040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-04T20:59:36.677 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:36.416+0000 7fc62874f040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-04T20:59:36.677 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:36.478+0000 7fc62874f040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-04T20:59:36.678 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-mon[28207]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:36.678 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-mon[28207]: from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:36.678 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.678 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.678 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.678 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.678 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:36.737 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[34661]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:36.737 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[34661]: from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:36.737 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.737 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.737 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.737 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.737 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:36.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[24693]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:36.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[24693]: from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T20:59:36.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:36.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:36 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:36.951 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:36.675+0000 7fc62874f040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-04T20:59:37.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:37.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:37.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3387871182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]: dispatch 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]: dispatch 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]': finished 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: osdmap e5: 1 total, 0 up, 1 in 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:37.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3387871182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]: dispatch 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]: dispatch 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]': finished 2024-09-04T20:59:37.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: osdmap e5: 1 total, 0 up, 1 in 2024-09-04T20:59:37.854 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:37 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:37.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:37.565+0000 7fc62874f040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-04T20:59:37.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:37.631+0000 7fc62874f040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-04T20:59:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3387871182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]: dispatch 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]: dispatch 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44329505-29a0-4fc3-966f-2ce57eb921ac"}]': finished 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: osdmap e5: 1 total, 0 up, 1 in 2024-09-04T20:59:37.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:37 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:38.502 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:38.383+0000 7fc62874f040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-04T20:59:38.503 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:38.500+0000 7fc62874f040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-04T20:59:38.782 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:38.641+0000 7fc62874f040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-04T20:59:38.782 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:38.701+0000 7fc62874f040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-04T20:59:39.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:38 smithi031 ceph-mon[24693]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:39.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:38 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4279075475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T20:59:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:38 smithi031 ceph-mon[34661]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:38 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4279075475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T20:59:39.132 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-mon[28207]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:39.132 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4279075475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T20:59:39.132 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:38.850+0000 7fc62874f040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-04T20:59:39.132 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:38.917+0000 7fc62874f040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-04T20:59:39.132 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:38.975+0000 7fc62874f040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-04T20:59:39.132 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:39.129+0000 7fc62874f040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-04T20:59:39.405 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:39.194+0000 7fc62874f040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-04T20:59:39.405 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:39.261+0000 7fc62874f040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-04T20:59:39.405 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:39.343+0000 7fc62874f040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-04T20:59:39.701 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:39.402+0000 7fc62874f040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-04T20:59:39.701 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:39.461+0000 7fc62874f040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-04T20:59:40.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T20:59:40.252+0000 7fc62874f040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-04T20:59:41.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[24693]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:41.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:41.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[24693]: Standby manager daemon x started 2024-09-04T20:59:41.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T20:59:41.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T20:59:41.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T20:59:41.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T20:59:41.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[34661]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:41.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:41.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[34661]: Standby manager daemon x started 2024-09-04T20:59:41.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T20:59:41.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T20:59:41.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T20:59:41.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:40 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T20:59:41.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-mon[28207]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:41.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:41.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-mon[28207]: Standby manager daemon x started 2024-09-04T20:59:41.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T20:59:41.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T20:59:41.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T20:59:41.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:40 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/2829721167' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T20:59:42.449 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:42 smithi031 ceph-mon[24693]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:42.449 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:42 smithi031 ceph-mon[24693]: mgrmap e14: y(active, since 56s), standbys: x 2024-09-04T20:59:42.449 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:42 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T20:59:42.449 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:42 smithi031 ceph-mon[34661]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:42.449 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:42 smithi031 ceph-mon[34661]: mgrmap e14: y(active, since 56s), standbys: x 2024-09-04T20:59:42.449 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:42 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T20:59:42.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:42 smithi114 ceph-mon[28207]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:42.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:42 smithi114 ceph-mon[28207]: mgrmap e14: y(active, since 56s), standbys: x 2024-09-04T20:59:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:42 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T20:59:44.237 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:44 smithi031 ceph-mon[24693]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:44.237 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:44 smithi031 ceph-mon[34661]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:44.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:44 smithi114 ceph-mon[28207]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:45.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-04T20:59:45.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:45 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:45.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:45 smithi031 ceph-mon[24693]: Deploying daemon osd.0 on smithi031 2024-09-04T20:59:45.325 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:45 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-04T20:59:45.325 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:45 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:45.325 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:45 smithi031 ceph-mon[34661]: Deploying daemon osd.0 on smithi031 2024-09-04T20:59:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:45 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-04T20:59:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:45 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:45 smithi114 ceph-mon[28207]: Deploying daemon osd.0 on smithi031 2024-09-04T20:59:46.291 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:46 smithi031 ceph-mon[24693]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:46.292 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:46 smithi031 ceph-mon[34661]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:46 smithi114 ceph-mon[28207]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:48.259 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:48 smithi031 ceph-mon[24693]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:48.259 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:48 smithi031 ceph-mon[34661]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:48 smithi114 ceph-mon[28207]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:50.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:50 smithi114 ceph-mon[28207]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:50.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:50.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:50.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[24693]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[34661]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:50.482 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:52.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:52 smithi031 ceph-mon[24693]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:52.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:52 smithi031 ceph-mon[34661]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:52.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:52 smithi114 ceph-mon[28207]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:53.702 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.702 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:53.703 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:53 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.745 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 0 on host 'smithi031' 2024-09-04T20:59:53.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:53.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:53.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:53.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:54.391 DEBUG:teuthology.orchestra.run.smithi031:osd.0> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.0.service 2024-09-04T20:59:54.393 INFO:tasks.cephadm:Deploying osd.1 on smithi031 with /dev/vg_nvme/lv_3... 2024-09-04T20:59:54.394 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-04T20:59:54.703 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[24693]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:54.704 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:54.704 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:54.704 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:54.704 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[34661]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:54.704 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:54.704 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:54.704 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:54.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:54 smithi114 ceph-mon[28207]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:54.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T20:59:54.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:54.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:55.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 20:59:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[38427]: 2024-09-04T20:59:54.849+0000 7f2c7e388640 -1 osd.0 0 log_to_monitors true 2024-09-04T20:59:55.540 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T20:59:55.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:55 smithi031 ceph-mon[24693]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-04T20:59:55.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:55 smithi031 ceph-mon[34661]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-04T20:59:55.853 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:55 smithi114 ceph-mon[28207]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-04T20:59:56.837 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[24693]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:56.837 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[24693]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-04T20:59:56.837 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[24693]: osdmap e6: 1 total, 0 up, 1 in 2024-09-04T20:59:56.837 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[24693]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T20:59:56.837 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:56.837 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[34661]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:56.837 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[34661]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-04T20:59:56.838 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[34661]: osdmap e6: 1 total, 0 up, 1 in 2024-09-04T20:59:56.838 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[34661]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T20:59:56.838 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:56 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:56 smithi114 ceph-mon[28207]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:56 smithi114 ceph-mon[28207]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-04T20:59:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:56 smithi114 ceph-mon[28207]: osdmap e6: 1 total, 0 up, 1 in 2024-09-04T20:59:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:56 smithi114 ceph-mon[28207]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T20:59:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:56 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.086 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[38427]: 2024-09-04T20:59:57.002+0000 7f2c7a30b640 -1 osd.0 0 waiting for initial osdmap 2024-09-04T20:59:57.087 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[38427]: 2024-09-04T20:59:57.005+0000 7f2c7212b640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T20:59:57.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[34661]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T20:59:57.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[34661]: osdmap e7: 1 total, 0 up, 1 in 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[34661]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[24693]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[24693]: osdmap e7: 1 total, 0 up, 1 in 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[24693]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' 2024-09-04T20:59:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:57 smithi114 ceph-mon[28207]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T20:59:57.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:57 smithi114 ceph-mon[28207]: osdmap e7: 1 total, 0 up, 1 in 2024-09-04T20:59:57.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:57.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:57 smithi114 ceph-mon[28207]: from='osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902]' entity='osd.0' 2024-09-04T20:59:57.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902] boot 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: osdmap e8: 1 total, 1 up, 1 in 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T20:59:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902] boot 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: osdmap e8: 1 total, 1 up, 1 in 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T20:59:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: osd.0 [v2:172.21.15.31:6802/3122404902,v1:172.21.15.31:6803/3122404902] boot 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: osdmap e8: 1 total, 1 up, 1 in 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T20:59:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:58.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T20:59:58.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T20:59:58.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T20:59:59.739 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:59 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi031 2024-09-04T20:59:59.739 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 20:59:59 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi031 to 16068M 2024-09-04T20:59:59.739 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:59 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi031 2024-09-04T20:59:59.739 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 20:59:59 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi031 to 16068M 2024-09-04T20:59:59.742 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T20:59:59.770 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_3 2024-09-04T20:59:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:59 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi031 2024-09-04T20:59:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 20:59:59 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi031 to 16068M 2024-09-04T21:00:00.020 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:00:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:00 smithi031 ceph-mon[24693]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:00 smithi031 ceph-mon[24693]: osdmap e9: 1 total, 1 up, 1 in 2024-09-04T21:00:00.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:00 smithi031 ceph-mon[24693]: overall HEALTH_OK 2024-09-04T21:00:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:00 smithi031 ceph-mon[34661]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:00 smithi031 ceph-mon[34661]: osdmap e9: 1 total, 1 up, 1 in 2024-09-04T21:00:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:00 smithi031 ceph-mon[34661]: overall HEALTH_OK 2024-09-04T21:00:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:00 smithi114 ceph-mon[28207]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:00 smithi114 ceph-mon[28207]: osdmap e9: 1 total, 1 up, 1 in 2024-09-04T21:00:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:00 smithi114 ceph-mon[28207]: overall HEALTH_OK 2024-09-04T21:00:01.756 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[24693]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:01.756 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:01.756 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:01.757 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:01.757 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[34661]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:01.757 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:01.757 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:01.757 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:01 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:01 smithi114 ceph-mon[28207]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:01 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:01 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:01 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:02 smithi031 ceph-mon[24693]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:02 smithi031 ceph-mon[34661]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:02 smithi114 ceph-mon[28207]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1446695929' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51f26a96-8349-4350-8237-57d03332ebe8"}]: dispatch 2024-09-04T21:00:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1446695929' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "51f26a96-8349-4350-8237-57d03332ebe8"}]': finished 2024-09-04T21:00:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[34661]: osdmap e10: 2 total, 1 up, 2 in 2024-09-04T21:00:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3792397737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1446695929' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51f26a96-8349-4350-8237-57d03332ebe8"}]: dispatch 2024-09-04T21:00:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1446695929' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "51f26a96-8349-4350-8237-57d03332ebe8"}]': finished 2024-09-04T21:00:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[24693]: osdmap e10: 2 total, 1 up, 2 in 2024-09-04T21:00:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:03 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3792397737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:03 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1446695929' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51f26a96-8349-4350-8237-57d03332ebe8"}]: dispatch 2024-09-04T21:00:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:03 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1446695929' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "51f26a96-8349-4350-8237-57d03332ebe8"}]': finished 2024-09-04T21:00:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:03 smithi114 ceph-mon[28207]: osdmap e10: 2 total, 1 up, 2 in 2024-09-04T21:00:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:03 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:03 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3792397737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:05.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:05 smithi031 ceph-mon[24693]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:05.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:05 smithi031 ceph-mon[34661]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:05.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:05 smithi114 ceph-mon[28207]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:07.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:07 smithi031 ceph-mon[24693]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:07.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:07 smithi031 ceph-mon[34661]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:07.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:07 smithi114 ceph-mon[28207]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:09.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:09 smithi031 ceph-mon[24693]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:09.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:09 smithi031 ceph-mon[34661]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:09.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:09 smithi114 ceph-mon[28207]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:11.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:11 smithi031 ceph-mon[24693]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:11.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:11 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-04T21:00:11.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:11 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:11.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:11 smithi031 ceph-mon[34661]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:11.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:11 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-04T21:00:11.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:11 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:11.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:11 smithi114 ceph-mon[28207]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:11.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:11 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-04T21:00:11.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:11 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:12.242 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:12 smithi031 ceph-mon[24693]: Deploying daemon osd.1 on smithi031 2024-09-04T21:00:12.242 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:12 smithi031 ceph-mon[34661]: Deploying daemon osd.1 on smithi031 2024-09-04T21:00:12.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:12 smithi114 ceph-mon[28207]: Deploying daemon osd.1 on smithi031 2024-09-04T21:00:13.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:13 smithi031 ceph-mon[24693]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:13.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:13 smithi031 ceph-mon[34661]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:13.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:13 smithi114 ceph-mon[28207]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:15.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:15 smithi031 ceph-mon[24693]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:15.251 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:15 smithi031 ceph-mon[34661]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:15.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:15 smithi114 ceph-mon[28207]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:16.241 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:16.241 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:16.242 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:16 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:16.242 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:16 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:16.242 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:16 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:16.242 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:16 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:16.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:16.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:16 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:17.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:17 smithi031 ceph-mon[24693]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:17.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:17 smithi031 ceph-mon[34661]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:17.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:17 smithi114 ceph-mon[28207]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[24693]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[34661]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:19.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:19.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:19 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:19 smithi114 ceph-mon[28207]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:19 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:19 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:19 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:19 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:19 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:19.452 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 1 on host 'smithi031' 2024-09-04T21:00:20.070 DEBUG:teuthology.orchestra.run.smithi031:osd.1> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.1.service 2024-09-04T21:00:20.072 INFO:tasks.cephadm:Deploying osd.2 on smithi031 with /dev/vg_nvme/lv_2... 2024-09-04T21:00:20.073 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-09-04T21:00:20.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:20 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:20.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:20 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:20.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:20 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:20.310 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:20.310 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:20.310 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:20 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:20.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:20 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:20.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:20 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:20.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:20 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:20.600 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:20 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[44023]: 2024-09-04T21:00:20.537+0000 7fd518cd6640 -1 osd.1 0 log_to_monitors true 2024-09-04T21:00:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:21 smithi031 ceph-mon[24693]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:21 smithi031 ceph-mon[24693]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-04T21:00:21.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:21 smithi031 ceph-mon[34661]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:21.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:21 smithi031 ceph-mon[34661]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-04T21:00:21.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:21 smithi114 ceph-mon[28207]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:21.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:21 smithi114 ceph-mon[28207]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-04T21:00:21.772 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:00:22.318 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[24693]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-04T21:00:22.318 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[24693]: osdmap e11: 2 total, 1 up, 2 in 2024-09-04T21:00:22.318 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[24693]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:22.318 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:22.318 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[24693]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:00:22.318 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[34661]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-04T21:00:22.318 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[34661]: osdmap e11: 2 total, 1 up, 2 in 2024-09-04T21:00:22.319 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[34661]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:22.319 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:22.319 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-mon[34661]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:00:22.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:22 smithi114 ceph-mon[28207]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-04T21:00:22.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:22 smithi114 ceph-mon[28207]: osdmap e11: 2 total, 1 up, 2 in 2024-09-04T21:00:22.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:22 smithi114 ceph-mon[28207]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:22.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:22.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:22 smithi114 ceph-mon[28207]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:00:22.568 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[44023]: 2024-09-04T21:00:22.486+0000 7fd514c59640 -1 osd.1 0 waiting for initial osdmap 2024-09-04T21:00:22.568 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:22 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[44023]: 2024-09-04T21:00:22.489+0000 7fd50ca79640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:00:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:23 smithi114 ceph-mon[28207]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:23 smithi114 ceph-mon[28207]: osdmap e12: 2 total, 1 up, 2 in 2024-09-04T21:00:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:23 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:23 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:23 smithi114 ceph-mon[28207]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' 2024-09-04T21:00:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:23 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.576 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[34661]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:23.576 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[34661]: osdmap e12: 2 total, 1 up, 2 in 2024-09-04T21:00:23.576 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.576 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[34661]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[24693]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[24693]: osdmap e12: 2 total, 1 up, 2 in 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[24693]: from='osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205]' entity='osd.1' 2024-09-04T21:00:23.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:23 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T21:00:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T21:00:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi031 2024-09-04T21:00:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi031 to 8034M 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205] boot 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: osdmap e13: 2 total, 2 up, 2 in 2024-09-04T21:00:24.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi031 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi031 to 8034M 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205] boot 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: osdmap e13: 2 total, 2 up, 2 in 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi031 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi031 to 8034M 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: osd.1 [v2:172.21.15.31:6810/751529205,v1:172.21.15.31:6811/751529205] boot 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: osdmap e13: 2 total, 2 up, 2 in 2024-09-04T21:00:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:00:24.994 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:00:25.021 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_2 2024-09-04T21:00:25.273 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:00:26.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[24693]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[24693]: osdmap e14: 2 total, 2 up, 2 in 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[24693]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[34661]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[34661]: osdmap e14: 2 total, 2 up, 2 in 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[34661]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:26.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:26.445 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:26.445 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:26.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:26 smithi114 ceph-mon[28207]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:26.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:26 smithi114 ceph-mon[28207]: osdmap e14: 2 total, 2 up, 2 in 2024-09-04T21:00:26.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:26 smithi114 ceph-mon[28207]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:28 smithi114 ceph-mon[28207]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:28 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1351345939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]: dispatch 2024-09-04T21:00:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:28 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]: dispatch 2024-09-04T21:00:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:28 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]': finished 2024-09-04T21:00:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:28 smithi114 ceph-mon[28207]: osdmap e15: 3 total, 2 up, 3 in 2024-09-04T21:00:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:28 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[24693]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1351345939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]: dispatch 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]: dispatch 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]': finished 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[24693]: osdmap e15: 3 total, 2 up, 3 in 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[34661]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1351345939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]: dispatch 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]: dispatch 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d"}]': finished 2024-09-04T21:00:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[34661]: osdmap e15: 3 total, 2 up, 3 in 2024-09-04T21:00:28.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:28 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:29.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:29 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1503989814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:29.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:29 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1503989814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:29 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1503989814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:30.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:30 smithi031 ceph-mon[24693]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:30.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:30 smithi031 ceph-mon[34661]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:30.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:30 smithi114 ceph-mon[28207]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:32.298 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:32 smithi031 ceph-mon[24693]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:32.299 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:32 smithi031 ceph-mon[34661]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:32.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:32 smithi114 ceph-mon[28207]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:34.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:34 smithi031 ceph-mon[34661]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:34 smithi031 ceph-mon[24693]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:34 smithi114 ceph-mon[28207]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:36.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[34661]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:36.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-04T21:00:36.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:36.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[34661]: Deploying daemon osd.2 on smithi031 2024-09-04T21:00:36.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[24693]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:36.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-04T21:00:36.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:36.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:36 smithi031 ceph-mon[24693]: Deploying daemon osd.2 on smithi031 2024-09-04T21:00:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:36 smithi114 ceph-mon[28207]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:36 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-04T21:00:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:36 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:36 smithi114 ceph-mon[28207]: Deploying daemon osd.2 on smithi031 2024-09-04T21:00:38.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:38 smithi031 ceph-mon[24693]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:38.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:38 smithi031 ceph-mon[34661]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:38 smithi114 ceph-mon[28207]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:40.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:40 smithi031 ceph-mon[24693]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:40.440 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:40 smithi031 ceph-mon[34661]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:40.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:40 smithi114 ceph-mon[28207]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:41.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:41 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:41.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:41 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:41.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:41 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:41.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:41 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:41.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:41 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:41.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:41 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:41.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:41 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:41 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:41 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:42 smithi114 ceph-mon[28207]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:43.010 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:42 smithi031 ceph-mon[24693]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:43.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:42 smithi031 ceph-mon[34661]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:44.187 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 2 on host 'smithi031' 2024-09-04T21:00:44.500 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:44.501 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:44.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:44.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:44.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:44.827 DEBUG:teuthology.orchestra.run.smithi031:osd.2> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.2.service 2024-09-04T21:00:44.829 INFO:tasks.cephadm:Deploying osd.3 on smithi031 with /dev/vg_nvme/lv_1... 2024-09-04T21:00:44.830 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-09-04T21:00:45.329 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:45 smithi031 ceph-mon[24693]: from='osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-04T21:00:45.329 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:45 smithi031 ceph-mon[24693]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-04T21:00:45.330 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:45 smithi031 ceph-mon[34661]: from='osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-04T21:00:45.330 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:45 smithi031 ceph-mon[34661]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-04T21:00:45.330 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:45 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[49875]: 2024-09-04T21:00:45.225+0000 7f18e6b49640 -1 osd.2 0 log_to_monitors true 2024-09-04T21:00:45.593 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:00:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:45 smithi114 ceph-mon[28207]: from='osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-04T21:00:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:45 smithi114 ceph-mon[28207]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[24693]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[24693]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[24693]: from='osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[24693]: osdmap e16: 3 total, 2 up, 3 in 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[24693]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[34661]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[34661]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-04T21:00:46.554 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[34661]: from='osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:46.555 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[34661]: osdmap e16: 3 total, 2 up, 3 in 2024-09-04T21:00:46.555 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:46.555 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-mon[34661]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:46 smithi114 ceph-mon[28207]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:46 smithi114 ceph-mon[28207]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-04T21:00:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:46 smithi114 ceph-mon[28207]: from='osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:46 smithi114 ceph-mon[28207]: osdmap e16: 3 total, 2 up, 3 in 2024-09-04T21:00:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:46 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:46 smithi114 ceph-mon[28207]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:00:46.850 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[49875]: 2024-09-04T21:00:46.717+0000 7f18e2acc640 -1 osd.2 0 waiting for initial osdmap 2024-09-04T21:00:46.850 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[49875]: 2024-09-04T21:00:46.720+0000 7f18da8ec640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:00:47.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[24693]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:00:47.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[24693]: osdmap e17: 3 total, 2 up, 3 in 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[24693]: from='osd.2 ' entity='osd.2' 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[34661]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[34661]: osdmap e17: 3 total, 2 up, 3 in 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:47.407 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:47 smithi031 ceph-mon[34661]: from='osd.2 ' entity='osd.2' 2024-09-04T21:00:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:47 smithi114 ceph-mon[28207]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:00:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:47 smithi114 ceph-mon[28207]: osdmap e17: 3 total, 2 up, 3 in 2024-09-04T21:00:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:47 smithi114 ceph-mon[28207]: from='osd.2 ' entity='osd.2' 2024-09-04T21:00:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T21:00:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[24693]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[24693]: osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472] boot 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[24693]: osdmap e18: 3 total, 3 up, 3 in 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[34661]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[34661]: osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472] boot 2024-09-04T21:00:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[34661]: osdmap e18: 3 total, 3 up, 3 in 2024-09-04T21:00:48.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:48 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:48 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T21:00:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:48 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T21:00:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:48 smithi114 ceph-mon[28207]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-04T21:00:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:48 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:48 smithi114 ceph-mon[28207]: osd.2 [v2:172.21.15.31:6818/809583472,v1:172.21.15.31:6819/809583472] boot 2024-09-04T21:00:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:48 smithi114 ceph-mon[28207]: osdmap e18: 3 total, 3 up, 3 in 2024-09-04T21:00:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:48 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:00:49.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi031 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi031 to 5356M 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: osdmap e19: 3 total, 3 up, 3 in 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 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-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi031 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi031 to 5356M 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:49.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:49.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: osdmap e19: 3 total, 3 up, 3 in 2024-09-04T21:00:49.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:49 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 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-09-04T21:00:49.924 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:00:49.950 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_1 2024-09-04T21:00:49.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi031 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi031 to 5356M 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: osdmap e19: 3 total, 3 up, 3 in 2024-09-04T21:00:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:49 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 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-09-04T21:00:50.199 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:00:51.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[34661]: pgmap v71: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:51.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 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-09-04T21:00:51.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[34661]: osdmap e20: 3 total, 3 up, 3 in 2024-09-04T21:00:51.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-04T21:00:51.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[24693]: pgmap v71: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:51.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 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-09-04T21:00:51.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[24693]: osdmap e20: 3 total, 3 up, 3 in 2024-09-04T21:00:51.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-04T21:00:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:50 smithi114 ceph-mon[28207]: pgmap v71: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 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-09-04T21:00:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:50 smithi114 ceph-mon[28207]: osdmap e20: 3 total, 3 up, 3 in 2024-09-04T21:00:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-04T21:00:51.497 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53875]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-04T21:00:51.497 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53875]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:51.497 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53875]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:51.497 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53875]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:51.748 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53920]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-04T21:00:51.748 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53920]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:51.748 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53920]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:51.748 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53920]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:52.047 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53940]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-04T21:00:52.047 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53940]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:52.048 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53940]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:52.048 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:51 smithi031 sudo[53940]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:52.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-04T21:00:52.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[34661]: osdmap e21: 3 total, 3 up, 3 in 2024-09-04T21:00:52.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[34661]: from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:52.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:52.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:52.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:52.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:52.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-04T21:00:52.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[24693]: osdmap e21: 3 total, 3 up, 3 in 2024-09-04T21:00:52.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[24693]: from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:52.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:52.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:52.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:52.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-04T21:00:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:51 smithi114 ceph-mon[28207]: osdmap e21: 3 total, 3 up, 3 in 2024-09-04T21:00:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:51 smithi114 ceph-mon[28207]: from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:00:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:00:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:00:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:00:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:52.308 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53943]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-04T21:00:52.308 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53943]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:52.308 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53943]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:52.308 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53943]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:52.579 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53948]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-04T21:00:52.579 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53948]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:52.579 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53948]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:52.579 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53948]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:52.838 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53974]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-04T21:00:52.838 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53974]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:52.838 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53974]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:52.838 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53974]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:53.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53977]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-04T21:00:53.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53977]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:53.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53977]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:53.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:52 smithi031 sudo[53977]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 ceph-mon[28207]: pgmap v74: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 ceph-mon[28207]: osdmap e22: 3 total, 3 up, 3 in 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 ceph-mon[28207]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 ceph-mon[28207]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30566]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30566]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30566]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:53.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30566]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:53.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[34661]: pgmap v74: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[34661]: osdmap e22: 3 total, 3 up, 3 in 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[34661]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[34661]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[53986]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[53986]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[53986]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[53986]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[24693]: pgmap v74: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[24693]: osdmap e22: 3 total, 3 up, 3 in 2024-09-04T21:00:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[24693]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-04T21:00:53.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:53 smithi031 ceph-mon[24693]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30569]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-04T21:00:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30569]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30569]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:53 smithi114 sudo[30569]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:54.166 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[54037]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-04T21:00:54.166 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[54037]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:54.166 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[54037]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:54.166 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:53 smithi031 sudo[54037]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3595454022' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]: dispatch 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]: dispatch 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]': finished 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: osdmap e23: 4 total, 3 up, 4 in 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:54 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3595454022' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]: dispatch 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]': finished 2024-09-04T21:00:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: osdmap e23: 4 total, 3 up, 4 in 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 sudo[54065]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 sudo[54065]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 sudo[54065]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 sudo[54065]: pam_unix(sudo:session): session closed for user root 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3595454022' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]: dispatch 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca6a748d-bbe0-4967-9c0b-c637e47d7c05"}]': finished 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: osdmap e23: 4 total, 3 up, 4 in 2024-09-04T21:00:54.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:00:54.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:00:54.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:00:54.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:00:54.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:00:55.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:55 smithi114 ceph-mon[28207]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:55.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:55 smithi114 ceph-mon[28207]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:55.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:55 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2352775231' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:55 smithi031 ceph-mon[24693]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:55 smithi031 ceph-mon[24693]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:55 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2352775231' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:55.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:55 smithi031 ceph-mon[34661]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-04T21:00:55.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:55 smithi031 ceph-mon[34661]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-04T21:00:55.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:55 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2352775231' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:00:56.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:56 smithi114 ceph-mon[28207]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:56.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:56 smithi031 ceph-mon[24693]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:56.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:56 smithi031 ceph-mon[34661]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:58.222 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:00:58 smithi031 ceph-mon[24693]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:58.222 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:00:58 smithi031 ceph-mon[34661]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:00:58.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:00:58 smithi114 ceph-mon[28207]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:01:00.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:00 smithi114 ceph-mon[28207]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-04T21:01:00.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:00 smithi031 ceph-mon[34661]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-04T21:01:00.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:00 smithi031 ceph-mon[24693]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-04T21:01:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:01 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-04T21:01:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:01 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:01 smithi114 ceph-mon[28207]: Deploying daemon osd.3 on smithi031 2024-09-04T21:01:01.473 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:01 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-04T21:01:01.474 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:01 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:01.474 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:01 smithi031 ceph-mon[24693]: Deploying daemon osd.3 on smithi031 2024-09-04T21:01:01.474 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:01 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-04T21:01:01.474 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:01 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:01.474 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:01 smithi031 ceph-mon[34661]: Deploying daemon osd.3 on smithi031 2024-09-04T21:01:02.239 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:02 smithi031 ceph-mon[24693]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-04T21:01:02.240 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:02 smithi031 ceph-mon[34661]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-04T21:01:02.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:02 smithi114 ceph-mon[28207]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-04T21:01:04.409 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:04 smithi031 ceph-mon[24693]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-04T21:01:04.409 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:04 smithi031 ceph-mon[34661]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-04T21:01:04.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:04 smithi114 ceph-mon[28207]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-04T21:01:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:06 smithi114 ceph-mon[28207]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-04T21:01:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:06 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:06 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:06 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:06.463 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[24693]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-04T21:01:06.463 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:06.463 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:06.463 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:06.463 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[34661]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-04T21:01:06.463 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:06.464 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:06.464 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:06 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:08.380 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:08 smithi031 ceph-mon[24693]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-04T21:01:08.380 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:08 smithi031 ceph-mon[34661]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-04T21:01:08.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:08 smithi114 ceph-mon[28207]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-04T21:01:09.300 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 3 on host 'smithi031' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:09 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.049 DEBUG:teuthology.orchestra.run.smithi031:osd.3> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.3.service 2024-09-04T21:01:10.052 INFO:tasks.cephadm:Deploying osd.4 on smithi114 with /dev/vg_nvme/lv_4... 2024-09-04T21:01:10.052 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-04T21:01:10.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:09 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:09 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:09 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:09 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:10.307 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:01:11.031 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:10 smithi031 ceph-mon[24693]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-04T21:01:11.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:10 smithi031 ceph-mon[34661]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-04T21:01:11.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:10 smithi114 ceph-mon[28207]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-04T21:01:11.291 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:01:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[55723]: 2024-09-04T21:01:11.042+0000 7fc8a2aef640 -1 osd.3 0 log_to_monitors true 2024-09-04T21:01:12.336 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:11 smithi114 ceph-mon[28207]: from='osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-04T21:01:12.336 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:11 smithi114 ceph-mon[28207]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-04T21:01:12.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:11 smithi031 ceph-mon[24693]: from='osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-04T21:01:12.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:11 smithi031 ceph-mon[24693]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-04T21:01:12.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:11 smithi031 ceph-mon[34661]: from='osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-04T21:01:12.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:11 smithi031 ceph-mon[34661]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-04T21:01:12.750 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T21:01:12.776 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi114:vg_nvme/lv_4 2024-09-04T21:01:13.037 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:01:13.158 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:01:13.158 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: osdmap e24: 4 total, 3 up, 4 in 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:13.159 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.160 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:13.160 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:13.160 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:13.160 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:12 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[55723]: 2024-09-04T21:01:12.970+0000 7fc89ea72640 -1 osd.3 0 waiting for initial osdmap 2024-09-04T21:01:13.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[55723]: 2024-09-04T21:01:12.974+0000 7fc89a89a640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: osdmap e24: 4 total, 3 up, 4 in 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:01:13.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: osdmap e24: 4 total, 3 up, 4 in 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:13.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:13.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:13.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:13.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:12 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:14.234 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi031 2024-09-04T21:01:14.234 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi031 to 4017M 2024-09-04T21:01:14.234 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:01:14.235 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: osdmap e25: 4 total, 3 up, 4 in 2024-09-04T21:01:14.235 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.235 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.235 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:01:14.235 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:01:14.235 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:14.235 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi031 2024-09-04T21:01:14.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi031 to 4017M 2024-09-04T21:01:14.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:01:14.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: osdmap e25: 4 total, 3 up, 4 in 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi031 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi031 to 4017M 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: osdmap e25: 4 total, 3 up, 4 in 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:14.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:01:14.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:01:14.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:14.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:15.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:14 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T21:01:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:14 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T21:01:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:14 smithi114 ceph-mon[28207]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:01:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:14 smithi114 ceph-mon[28207]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:01:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:14 smithi114 ceph-mon[28207]: osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451] boot 2024-09-04T21:01:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:14 smithi114 ceph-mon[28207]: osdmap e26: 4 total, 4 up, 4 in 2024-09-04T21:01:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:14 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:15.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T21:01:15.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[24693]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[24693]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[24693]: osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451] boot 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[24693]: osdmap e26: 4 total, 4 up, 4 in 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T21:01:15.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[34661]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-04T21:01:15.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[34661]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:01:15.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[34661]: osd.3 [v2:172.21.15.31:6826/2271564451,v1:172.21.15.31:6827/2271564451] boot 2024-09-04T21:01:15.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[34661]: osdmap e26: 4 total, 4 up, 4 in 2024-09-04T21:01:15.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:14 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:01:16.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[24693]: osdmap e27: 4 total, 4 up, 4 in 2024-09-04T21:01:16.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/2108676069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]: dispatch 2024-09-04T21:01:16.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]: dispatch 2024-09-04T21:01:16.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]': finished 2024-09-04T21:01:16.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[24693]: osdmap e28: 5 total, 4 up, 5 in 2024-09-04T21:01:16.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:16.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[34661]: osdmap e27: 4 total, 4 up, 4 in 2024-09-04T21:01:16.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/2108676069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]: dispatch 2024-09-04T21:01:16.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]: dispatch 2024-09-04T21:01:16.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]': finished 2024-09-04T21:01:16.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[34661]: osdmap e28: 5 total, 4 up, 5 in 2024-09-04T21:01:16.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:15 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:15 smithi114 ceph-mon[28207]: osdmap e27: 4 total, 4 up, 4 in 2024-09-04T21:01:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:15 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/2108676069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]: dispatch 2024-09-04T21:01:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:15 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]: dispatch 2024-09-04T21:01:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:15 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba07502-c8f4-4dfc-b8b5-52543f1b6dff"}]': finished 2024-09-04T21:01:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:15 smithi114 ceph-mon[28207]: osdmap e28: 5 total, 4 up, 5 in 2024-09-04T21:01:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:15 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:17.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:16 smithi031 ceph-mon[24693]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:17.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:16 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/840452587' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:01:17.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:16 smithi031 ceph-mon[34661]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:17.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:16 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/840452587' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:01:17.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:16 smithi114 ceph-mon[28207]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:17.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:16 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/840452587' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:01:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:18 smithi031 ceph-mon[24693]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:19.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:18 smithi031 ceph-mon[34661]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:19.418 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:18 smithi114 ceph-mon[28207]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:21.258 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:20 smithi114 ceph-mon[28207]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:20 smithi031 ceph-mon[24693]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:21.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:20 smithi031 ceph-mon[34661]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:23.227 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:23 smithi114 ceph-mon[28207]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:23 smithi031 ceph-mon[24693]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:23.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:23 smithi031 ceph-mon[34661]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:24.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-04T21:01:24.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:24.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-04T21:01:24.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-04T21:01:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:25.216 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:25 smithi114 ceph-mon[28207]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:25.216 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:25 smithi114 ceph-mon[28207]: Deploying daemon osd.4 on smithi114 2024-09-04T21:01:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:25 smithi031 ceph-mon[24693]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:25 smithi031 ceph-mon[24693]: Deploying daemon osd.4 on smithi114 2024-09-04T21:01:25.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:25 smithi031 ceph-mon[34661]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:25.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:25 smithi031 ceph-mon[34661]: Deploying daemon osd.4 on smithi114 2024-09-04T21:01:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:27 smithi114 ceph-mon[28207]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:27.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:27 smithi031 ceph-mon[24693]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:27.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:27 smithi031 ceph-mon[34661]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:29.280 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:29 smithi114 ceph-mon[28207]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:29.280 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:29.280 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:29.280 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:29.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[24693]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:29.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:29.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:29.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:29.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[34661]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:29.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:29.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:29.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.072 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:30 smithi114 ceph-mon[28207]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:31.073 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.073 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.073 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:31.073 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:31.073 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:30 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[24693]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[34661]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:30 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:32 smithi114 ceph-mon[28207]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:32.951 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 4 on host 'smithi114' 2024-09-04T21:01:33.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:32 smithi031 ceph-mon[24693]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:33.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:32 smithi031 ceph-mon[34661]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:33.652 DEBUG:teuthology.orchestra.run.smithi114:osd.4> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.4.service 2024-09-04T21:01:33.654 INFO:tasks.cephadm:Deploying osd.5 on smithi114 with /dev/vg_nvme/lv_3... 2024-09-04T21:01:33.655 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-04T21:01:33.948 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:33 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:33.948 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:33 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:33.948 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:33 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:33.948 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:33 smithi114 ceph-mon[28207]: from='osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-04T21:01:33.949 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:33 smithi114 ceph-mon[28207]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-04T21:01:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:34.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[24693]: from='osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-04T21:01:34.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[24693]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-04T21:01:34.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:34.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:34.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:34.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[34661]: from='osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-04T21:01:34.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:33 smithi031 ceph-mon[34661]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-04T21:01:34.339 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:01:35.098 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-mon[28207]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:35.098 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-mon[28207]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-04T21:01:35.098 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-mon[28207]: osdmap e29: 5 total, 4 up, 5 in 2024-09-04T21:01:35.098 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:35.098 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-mon[28207]: from='osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:01:35.098 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-mon[28207]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:01:35.099 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[32807]: 2024-09-04T21:01:34.957+0000 7f562fb32640 -1 osd.4 0 waiting for initial osdmap 2024-09-04T21:01:35.099 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:01:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[32807]: 2024-09-04T21:01:34.961+0000 7f562b95a640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:01:35.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[24693]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:35.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[24693]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-04T21:01:35.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[24693]: osdmap e29: 5 total, 4 up, 5 in 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[24693]: from='osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[24693]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[34661]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[34661]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[34661]: osdmap e29: 5 total, 4 up, 5 in 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[34661]: from='osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:01:35.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:34 smithi031 ceph-mon[34661]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:01:36.296 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:35 smithi114 ceph-mon[28207]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:01:36.296 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:35 smithi114 ceph-mon[28207]: osdmap e30: 5 total, 4 up, 5 in 2024-09-04T21:01:36.296 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:35 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:36.296 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:35 smithi114 ceph-mon[28207]: osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347] boot 2024-09-04T21:01:36.296 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:35 smithi114 ceph-mon[28207]: osdmap e31: 5 total, 5 up, 5 in 2024-09-04T21:01:36.296 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:35 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[24693]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:01:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[24693]: osdmap e30: 5 total, 4 up, 5 in 2024-09-04T21:01:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[24693]: osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347] boot 2024-09-04T21:01:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[24693]: osdmap e31: 5 total, 5 up, 5 in 2024-09-04T21:01:36.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[34661]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:01:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[34661]: osdmap e30: 5 total, 4 up, 5 in 2024-09-04T21:01:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[34661]: osd.4 [v2:172.21.15.114:6800/3348526347,v1:172.21.15.114:6801/3348526347] boot 2024-09-04T21:01:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[34661]: osdmap e31: 5 total, 5 up, 5 in 2024-09-04T21:01:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:35 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:01:36.910 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T21:01:36.939 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi114:vg_nvme/lv_3 2024-09-04T21:01:37.114 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:36 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T21:01:37.114 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:36 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T21:01:37.114 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:36 smithi114 ceph-mon[28207]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:37.114 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:36 smithi114 ceph-mon[28207]: osdmap e32: 5 total, 5 up, 5 in 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[24693]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[24693]: osdmap e32: 5 total, 5 up, 5 in 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[34661]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-04T21:01:37.252 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:36 smithi031 ceph-mon[34661]: osdmap e32: 5 total, 5 up, 5 in 2024-09-04T21:01:37.462 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: osdmap e33: 5 total, 5 up, 5 in 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:39.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:39.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:39.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: osdmap e33: 5 total, 5 up, 5 in 2024-09-04T21:01:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: osdmap e33: 5 total, 5 up, 5 in 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:39.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:40.126 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:39 smithi114 ceph-mon[28207]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:01:40.126 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:39 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi114 2024-09-04T21:01:40.127 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:39 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi114 to 17088M 2024-09-04T21:01:40.127 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:39 smithi114 ceph-mon[28207]: osdmap e34: 5 total, 5 up, 5 in 2024-09-04T21:01:40.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[24693]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:01:40.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi114 2024-09-04T21:01:40.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi114 to 17088M 2024-09-04T21:01:40.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[24693]: osdmap e34: 5 total, 5 up, 5 in 2024-09-04T21:01:40.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[34661]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:01:40.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi114 2024-09-04T21:01:40.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi114 to 17088M 2024-09-04T21:01:40.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:39 smithi031 ceph-mon[34661]: osdmap e34: 5 total, 5 up, 5 in 2024-09-04T21:01:41.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[34661]: pgmap v111: 1 pgs: 1 peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:01:41.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[34661]: osdmap e35: 5 total, 5 up, 5 in 2024-09-04T21:01:41.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/1468577951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]: dispatch 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]: dispatch 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]': finished 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[34661]: osdmap e36: 6 total, 5 up, 6 in 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[24693]: pgmap v111: 1 pgs: 1 peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[24693]: osdmap e35: 5 total, 5 up, 5 in 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/1468577951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]: dispatch 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]: dispatch 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]': finished 2024-09-04T21:01:41.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[24693]: osdmap e36: 6 total, 5 up, 6 in 2024-09-04T21:01:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:40 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:01:41.362 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:40 smithi114 ceph-mon[28207]: pgmap v111: 1 pgs: 1 peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:01:41.362 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:40 smithi114 ceph-mon[28207]: osdmap e35: 5 total, 5 up, 5 in 2024-09-04T21:01:41.362 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:40 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/1468577951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]: dispatch 2024-09-04T21:01:41.362 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:40 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]: dispatch 2024-09-04T21:01:41.362 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:40 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f"}]': finished 2024-09-04T21:01:41.362 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:40 smithi114 ceph-mon[28207]: osdmap e36: 6 total, 5 up, 6 in 2024-09-04T21:01:41.362 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:40 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:01:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:41 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/529647954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:01:42.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:41 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/529647954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:01:42.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:41 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/529647954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:01:43.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:42 smithi031 ceph-mon[24693]: pgmap v114: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:01:43.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:42 smithi031 ceph-mon[34661]: pgmap v114: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:01:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:42 smithi114 ceph-mon[28207]: pgmap v114: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:01:45.283 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:44 smithi114 ceph-mon[28207]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-09-04T21:01:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:44 smithi031 ceph-mon[24693]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-09-04T21:01:45.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:44 smithi031 ceph-mon[34661]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-09-04T21:01:47.109 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:46 smithi114 ceph-mon[28207]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-09-04T21:01:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:46 smithi031 ceph-mon[24693]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-09-04T21:01:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:46 smithi031 ceph-mon[34661]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-09-04T21:01:49.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[24693]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:49.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-04T21:01:49.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:49.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[24693]: Deploying daemon osd.5 on smithi114 2024-09-04T21:01:49.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[34661]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:49.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-04T21:01:49.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:49.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:48 smithi031 ceph-mon[34661]: Deploying daemon osd.5 on smithi114 2024-09-04T21:01:49.403 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:48 smithi114 ceph-mon[28207]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:49.404 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:48 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-04T21:01:49.404 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:48 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:49.404 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:48 smithi114 ceph-mon[28207]: Deploying daemon osd.5 on smithi114 2024-09-04T21:01:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:50 smithi114 ceph-mon[28207]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:51.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:50 smithi031 ceph-mon[24693]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:51.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:50 smithi031 ceph-mon[34661]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:53.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:52 smithi031 ceph-mon[24693]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:53.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:52 smithi031 ceph-mon[34661]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:53.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:52 smithi114 ceph-mon[28207]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:54.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:54.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:54.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:53 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:54.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:54.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:54.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:54 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:53 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:55.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:55 smithi031 ceph-mon[24693]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:55.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:55 smithi031 ceph-mon[34661]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:55.439 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:55 smithi114 ceph-mon[28207]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:57.106 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:56 smithi114 ceph-mon[28207]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:57.106 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:56 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.106 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:56 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.106 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:56 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:57.106 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:56 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:57.107 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:56 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.148 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 5 on host 'smithi114' 2024-09-04T21:01:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[24693]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[34661]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:01:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:56 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:57.785 DEBUG:teuthology.orchestra.run.smithi114:osd.5> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.5.service 2024-09-04T21:01:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:58.848 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:58.848 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:58.848 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:58.848 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:01:58.848 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:58.848 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:01:58.850 INFO:tasks.cephadm:Deploying osd.6 on smithi114 with /dev/vg_nvme/lv_2... 2024-09-04T21:01:58.850 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-09-04T21:01:59.110 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:58 smithi114 ceph-mon[28207]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:59.110 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:58 smithi114 ceph-mon[28207]: from='osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-04T21:01:59.110 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:58 smithi114 ceph-mon[28207]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-04T21:01:59.346 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:01:59.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:58 smithi031 ceph-mon[24693]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:59.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:58 smithi031 ceph-mon[24693]: from='osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-04T21:01:59.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:58 smithi031 ceph-mon[24693]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-04T21:01:59.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:58 smithi031 ceph-mon[34661]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:01:59.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:58 smithi031 ceph-mon[34661]: from='osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-04T21:01:59.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:58 smithi031 ceph-mon[34661]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-04T21:02:00.010 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:59 smithi114 ceph-mon[28207]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-04T21:02:00.010 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:59 smithi114 ceph-mon[28207]: from='osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:00.010 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:59 smithi114 ceph-mon[28207]: osdmap e37: 6 total, 5 up, 6 in 2024-09-04T21:02:00.010 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:59 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:00.010 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:01:59 smithi114 ceph-mon[28207]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:00.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[24693]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-04T21:02:00.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[24693]: from='osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:00.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[24693]: osdmap e37: 6 total, 5 up, 6 in 2024-09-04T21:02:00.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:00.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[24693]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[34661]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-04T21:02:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[34661]: from='osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[34661]: osdmap e37: 6 total, 5 up, 6 in 2024-09-04T21:02:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:01:59 smithi031 ceph-mon[34661]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:00.609 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[38822]: 2024-09-04T21:02:00.320+0000 7fd33f0ba640 -1 osd.5 0 waiting for initial osdmap 2024-09-04T21:02:00.609 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[38822]: 2024-09-04T21:02:00.326+0000 7fd336eda640 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:02:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:02:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: osdmap e38: 6 total, 5 up, 6 in 2024-09-04T21:02:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='osd.5 ' entity='osd.5' 2024-09-04T21:02:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711] boot 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: osdmap e39: 6 total, 6 up, 6 in 2024-09-04T21:02:01.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: osdmap e38: 6 total, 5 up, 6 in 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='osd.5 ' entity='osd.5' 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711] boot 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: osdmap e39: 6 total, 6 up, 6 in 2024-09-04T21:02:01.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: osdmap e38: 6 total, 5 up, 6 in 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='osd.5 ' entity='osd.5' 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: osd.5 [v2:172.21.15.114:6808/2657290711,v1:172.21.15.114:6809/2657290711] boot 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: osdmap e39: 6 total, 6 up, 6 in 2024-09-04T21:02:01.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:02:02.178 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:01 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T21:02:02.178 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:01 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T21:02:02.179 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:01 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi114 2024-09-04T21:02:02.179 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:01 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi114 to 8544M 2024-09-04T21:02:02.179 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:01 smithi114 ceph-mon[28207]: osdmap e40: 6 total, 6 up, 6 in 2024-09-04T21:02:02.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T21:02:02.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi114 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi114 to 8544M 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[24693]: osdmap e40: 6 total, 6 up, 6 in 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi114 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi114 to 8544M 2024-09-04T21:02:02.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:01 smithi031 ceph-mon[34661]: osdmap e40: 6 total, 6 up, 6 in 2024-09-04T21:02:02.498 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T21:02:02.524 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi114:vg_nvme/lv_2 2024-09-04T21:02:02.766 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:02:03.158 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:02 smithi114 ceph-mon[28207]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:03.158 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:02 smithi114 ceph-mon[28207]: osdmap e41: 6 total, 6 up, 6 in 2024-09-04T21:02:03.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:02 smithi031 ceph-mon[24693]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:03.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:02 smithi031 ceph-mon[24693]: osdmap e41: 6 total, 6 up, 6 in 2024-09-04T21:02:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:02 smithi031 ceph-mon[34661]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:02 smithi031 ceph-mon[34661]: osdmap e41: 6 total, 6 up, 6 in 2024-09-04T21:02:04.161 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:03 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:02:04.161 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:03 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:02:04.162 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:03 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:04.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:03 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:02:04.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:03 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:02:04.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:03 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:04.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:02:04.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:02:04.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:03 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:05.049 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:04 smithi114 ceph-mon[28207]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:05.049 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:04 smithi114 ceph-mon[28207]: from='client.24247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:05.049 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:04 smithi114 ceph-mon[28207]: osdmap e42: 6 total, 6 up, 6 in 2024-09-04T21:02:05.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:04 smithi031 ceph-mon[34661]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:05.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:04 smithi031 ceph-mon[34661]: from='client.24247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:05.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:04 smithi031 ceph-mon[34661]: osdmap e42: 6 total, 6 up, 6 in 2024-09-04T21:02:05.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:04 smithi031 ceph-mon[24693]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:05.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:04 smithi031 ceph-mon[24693]: from='client.24247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:05.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:04 smithi031 ceph-mon[24693]: osdmap e42: 6 total, 6 up, 6 in 2024-09-04T21:02:06.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:05 smithi114 ceph-mon[28207]: osdmap e43: 6 total, 6 up, 6 in 2024-09-04T21:02:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:05 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/644581283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]: dispatch 2024-09-04T21:02:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:05 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]: dispatch 2024-09-04T21:02:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:05 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]': finished 2024-09-04T21:02:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:05 smithi114 ceph-mon[28207]: osdmap e44: 7 total, 6 up, 7 in 2024-09-04T21:02:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:05 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:06.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[34661]: osdmap e43: 6 total, 6 up, 6 in 2024-09-04T21:02:06.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/644581283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]: dispatch 2024-09-04T21:02:06.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]: dispatch 2024-09-04T21:02:06.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]': finished 2024-09-04T21:02:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[34661]: osdmap e44: 7 total, 6 up, 7 in 2024-09-04T21:02:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:06.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[24693]: osdmap e43: 6 total, 6 up, 6 in 2024-09-04T21:02:06.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/644581283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]: dispatch 2024-09-04T21:02:06.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]: dispatch 2024-09-04T21:02:06.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f762edb-e06b-4df2-b997-14462fadcc7e"}]': finished 2024-09-04T21:02:06.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[24693]: osdmap e44: 7 total, 6 up, 7 in 2024-09-04T21:02:06.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:05 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:06 smithi114 ceph-mon[28207]: pgmap v133: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:06 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/588761893' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:02:07.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:06 smithi031 ceph-mon[24693]: pgmap v133: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:07.251 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:06 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/588761893' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:02:07.252 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:06 smithi031 ceph-mon[34661]: pgmap v133: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 298 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:07.252 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:06 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/588761893' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:02:09.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:08 smithi031 ceph-mon[24693]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:09.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:08 smithi031 ceph-mon[34661]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:09.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:08 smithi114 ceph-mon[28207]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:11.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:10 smithi114 ceph-mon[28207]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:11.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:10 smithi031 ceph-mon[24693]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:11.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:10 smithi031 ceph-mon[34661]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:13.161 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:12 smithi114 ceph-mon[28207]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:13.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:12 smithi031 ceph-mon[34661]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:13.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:12 smithi031 ceph-mon[24693]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:14.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-04T21:02:14.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:13 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:14.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-04T21:02:14.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:13 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-04T21:02:14.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:13 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:15.151 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:14 smithi114 ceph-mon[28207]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:15.152 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:14 smithi114 ceph-mon[28207]: Deploying daemon osd.6 on smithi114 2024-09-04T21:02:15.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:14 smithi031 ceph-mon[34661]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:15.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:14 smithi031 ceph-mon[34661]: Deploying daemon osd.6 on smithi114 2024-09-04T21:02:15.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:14 smithi031 ceph-mon[24693]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:15.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:14 smithi031 ceph-mon[24693]: Deploying daemon osd.6 on smithi114 2024-09-04T21:02:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:16 smithi114 ceph-mon[28207]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:17.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:16 smithi031 ceph-mon[34661]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:17.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:16 smithi031 ceph-mon[24693]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:19.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:18 smithi114 ceph-mon[28207]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:19.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:18 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:19.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:18 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:19.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:18 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[34661]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:19.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:19.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:19.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[24693]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:19.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:19.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:19.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:18 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:21.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:20 smithi114 ceph-mon[28207]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:20 smithi031 ceph-mon[24693]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:21.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:20 smithi031 ceph-mon[34661]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:21.892 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 6 on host 'smithi114' 2024-09-04T21:02:22.506 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:22.506 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.506 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.507 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:22.507 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:22.507 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.507 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:22.507 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.507 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:22 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.534 DEBUG:teuthology.orchestra.run.smithi114:osd.6> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.6.service 2024-09-04T21:02:22.536 INFO:tasks.cephadm:Deploying osd.7 on smithi114 with /dev/vg_nvme/lv_1... 2024-09-04T21:02:22.536 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-09-04T21:02:22.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:22.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:22.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:22.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:22.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:22.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:22.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:22 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:23.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:02:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[44627]: 2024-09-04T21:02:23.079+0000 7fb94b680640 -1 osd.6 0 log_to_monitors true 2024-09-04T21:02:23.336 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:02:23.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:23 smithi031 ceph-mon[24693]: from='osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-04T21:02:23.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:23 smithi031 ceph-mon[24693]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-04T21:02:23.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:23 smithi031 ceph-mon[34661]: from='osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-04T21:02:23.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:23 smithi031 ceph-mon[34661]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-04T21:02:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:23 smithi114 ceph-mon[28207]: from='osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-04T21:02:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:23 smithi114 ceph-mon[28207]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-04T21:02:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[24693]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[24693]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-04T21:02:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[24693]: from='osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[24693]: osdmap e45: 7 total, 6 up, 7 in 2024-09-04T21:02:24.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:24.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[24693]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[34661]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[34661]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-04T21:02:24.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[34661]: from='osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[34661]: osdmap e45: 7 total, 6 up, 7 in 2024-09-04T21:02:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:24.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:24 smithi031 ceph-mon[34661]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-mon[28207]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-mon[28207]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-04T21:02:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-mon[28207]: from='osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-mon[28207]: osdmap e45: 7 total, 6 up, 7 in 2024-09-04T21:02:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-mon[28207]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:24.703 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[44627]: 2024-09-04T21:02:24.286+0000 7fb947603640 -1 osd.6 0 waiting for initial osdmap 2024-09-04T21:02:24.703 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:02:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[44627]: 2024-09-04T21:02:24.292+0000 7fb94342b640 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:02:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[24693]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[24693]: osdmap e46: 7 total, 6 up, 7 in 2024-09-04T21:02:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:25.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[34661]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:25.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[34661]: osdmap e46: 7 total, 6 up, 7 in 2024-09-04T21:02:25.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:25.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:25 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:25 smithi114 ceph-mon[28207]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:25 smithi114 ceph-mon[28207]: osdmap e46: 7 total, 6 up, 7 in 2024-09-04T21:02:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:25 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:26.439 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T21:02:26.439 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218] boot 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: osdmap e47: 7 total, 7 up, 7 in 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:26.440 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:26.441 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.441 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:26 smithi114 ceph-mon[28207]: osdmap e48: 7 total, 7 up, 7 in 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218] boot 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: osdmap e47: 7 total, 7 up, 7 in 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[24693]: osdmap e48: 7 total, 7 up, 7 in 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T21:02:26.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: osd.6 [v2:172.21.15.114:6816/1420026218,v1:172.21.15.114:6817/1420026218] boot 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: osdmap e47: 7 total, 7 up, 7 in 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:26 smithi031 ceph-mon[34661]: osdmap e48: 7 total, 7 up, 7 in 2024-09-04T21:02:27.577 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:27 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi114 2024-09-04T21:02:27.577 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:27 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi114 to 5696M 2024-09-04T21:02:27.577 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:27 smithi114 ceph-mon[28207]: osdmap e49: 7 total, 7 up, 7 in 2024-09-04T21:02:27.580 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-09-04T21:02:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:27 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi114 2024-09-04T21:02:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:27 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi114 to 5696M 2024-09-04T21:02:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:27 smithi031 ceph-mon[24693]: osdmap e49: 7 total, 7 up, 7 in 2024-09-04T21:02:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:27 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi114 2024-09-04T21:02:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:27 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi114 to 5696M 2024-09-04T21:02:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:27 smithi031 ceph-mon[34661]: osdmap e49: 7 total, 7 up, 7 in 2024-09-04T21:02:27.605 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch daemon add osd smithi114:vg_nvme/lv_1 2024-09-04T21:02:27.846 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:02:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:28 smithi031 ceph-mon[24693]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:28 smithi031 ceph-mon[34661]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:28.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:28 smithi114 ceph-mon[28207]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:29.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:29 smithi114 ceph-mon[28207]: osdmap e50: 7 total, 7 up, 7 in 2024-09-04T21:02:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:29 smithi114 ceph-mon[28207]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:02:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:02:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:29 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:29.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[24693]: osdmap e50: 7 total, 7 up, 7 in 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[24693]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[34661]: osdmap e50: 7 total, 7 up, 7 in 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[34661]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-04T21:02:29.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:29 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:30.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:30 smithi114 ceph-mon[28207]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:30.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:30 smithi114 ceph-mon[28207]: osdmap e51: 7 total, 7 up, 7 in 2024-09-04T21:02:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:30 smithi031 ceph-mon[24693]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:30.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:30 smithi031 ceph-mon[24693]: osdmap e51: 7 total, 7 up, 7 in 2024-09-04T21:02:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:30 smithi031 ceph-mon[34661]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:30 smithi031 ceph-mon[34661]: osdmap e51: 7 total, 7 up, 7 in 2024-09-04T21:02:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/3124044711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]: dispatch 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]: dispatch 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[24693]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]': finished 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[24693]: osdmap e52: 8 total, 7 up, 8 in 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/3124044711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]: dispatch 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]: dispatch 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[34661]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]': finished 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[34661]: osdmap e52: 8 total, 7 up, 8 in 2024-09-04T21:02:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:31 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:31 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/3124044711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]: dispatch 2024-09-04T21:02:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:31 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]: dispatch 2024-09-04T21:02:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:31 smithi114 ceph-mon[28207]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7674b10-cd98-4744-b6e5-078b6d4a43f7"}]': finished 2024-09-04T21:02:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:31 smithi114 ceph-mon[28207]: osdmap e52: 8 total, 7 up, 8 in 2024-09-04T21:02:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:31 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:32 smithi031 ceph-mon[24693]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:02:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:32 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/3115943578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:02:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:32 smithi031 ceph-mon[34661]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:02:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:32 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/3115943578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:02:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:32 smithi114 ceph-mon[28207]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:02:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:32 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/3115943578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-04T21:02:34.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:34 smithi031 ceph-mon[24693]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-04T21:02:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:34 smithi031 ceph-mon[34661]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-04T21:02:34.689 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:34 smithi114 ceph-mon[28207]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-04T21:02:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:36 smithi114 ceph-mon[28207]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-04T21:02:36.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:36 smithi031 ceph-mon[24693]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-04T21:02:36.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:36 smithi031 ceph-mon[34661]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-04T21:02:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:38 smithi114 ceph-mon[28207]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-04T21:02:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-04T21:02:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:38 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:38 smithi031 ceph-mon[24693]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-04T21:02:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-04T21:02:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:38 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:38 smithi031 ceph-mon[34661]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-04T21:02:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-04T21:02:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:38 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:39.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:39 smithi031 ceph-mon[24693]: Deploying daemon osd.7 on smithi114 2024-09-04T21:02:39.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:39 smithi031 ceph-mon[34661]: Deploying daemon osd.7 on smithi114 2024-09-04T21:02:39.607 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:39 smithi114 ceph-mon[28207]: Deploying daemon osd.7 on smithi114 2024-09-04T21:02:40.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:40 smithi114 ceph-mon[28207]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-04T21:02:40.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:40 smithi031 ceph-mon[24693]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-04T21:02:40.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:40 smithi031 ceph-mon[34661]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-04T21:02:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:42 smithi031 ceph-mon[24693]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:42.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:42 smithi031 ceph-mon[34661]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:42.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:42 smithi114 ceph-mon[28207]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[24693]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:44.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:44.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:44.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[34661]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:44 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:44 smithi114 ceph-mon[28207]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:44 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:46 smithi114 ceph-mon[28207]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:46 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:46 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:46.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:46 smithi031 ceph-mon[24693]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:46.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:46 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:46.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:46 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:46.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:46 smithi031 ceph-mon[34661]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:46.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:46 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:46.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:46 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.095 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 7 on host 'smithi114' 2024-09-04T21:02:47.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:47 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:47 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:47.853 DEBUG:teuthology.orchestra.run.smithi114:osd.7> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.7.service 2024-09-04T21:02:47.855 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-04T21:02:47.856 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd stat -f json 2024-09-04T21:02:48.119 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:02:48.782 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:02:48.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:02:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[50582]: 2024-09-04T21:02:48.644+0000 7f5e1a08b640 -1 osd.7 0 log_to_monitors true 2024-09-04T21:02:49.350 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:49 smithi114 ceph-mon[28207]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:49.351 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:49 smithi114 ceph-mon[28207]: from='osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-04T21:02:49.351 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:49 smithi114 ceph-mon[28207]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-04T21:02:49.351 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:49 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/184045037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-04T21:02:49.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[34661]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:49.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[34661]: from='osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-04T21:02:49.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[34661]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-04T21:02:49.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/184045037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-04T21:02:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[24693]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[24693]: from='osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-04T21:02:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[24693]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-04T21:02:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:49 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/184045037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-04T21:02:49.706 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":52,"num_osds":8,"num_up_osds":7,"osd_up_since":1725483745,"num_in_osds":8,"osd_in_since":1725483750,"num_remapped_pgs":0} 2024-09-04T21:02:50.324 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[50582]: 2024-09-04T21:02:50.098+0000 7f5e1600e640 -1 osd.7 0 waiting for initial osdmap 2024-09-04T21:02:50.324 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[50582]: 2024-09-04T21:02:50.103+0000 7f5e11e36640 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:02:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-04T21:02:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: from='osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: osdmap e53: 8 total, 7 up, 8 in 2024-09-04T21:02:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: osdmap e54: 8 total, 7 up, 8 in 2024-09-04T21:02:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:50 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: from='osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: osdmap e53: 8 total, 7 up, 8 in 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: osdmap e54: 8 total, 7 up, 8 in 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: from='osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: osdmap e53: 8 total, 7 up, 8 in 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: osdmap e54: 8 total, 7 up, 8 in 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:50 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:50.708 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd stat -f json 2024-09-04T21:02:50.976 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:02:51.571 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: purged_snaps scrub starts 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: purged_snaps scrub ok 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: Detected new or changed devices on smithi114 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi114 to 4272M 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765] boot 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: osdmap e55: 8 total, 8 up, 8 in 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/347328465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: purged_snaps scrub starts 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: purged_snaps scrub ok 2024-09-04T21:02:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: Detected new or changed devices on smithi114 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi114 to 4272M 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765] boot 2024-09-04T21:02:52.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: osdmap e55: 8 total, 8 up, 8 in 2024-09-04T21:02:52.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:52.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:51 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/347328465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-04T21:02:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: purged_snaps scrub starts 2024-09-04T21:02:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: purged_snaps scrub ok 2024-09-04T21:02:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: Detected new or changed devices on smithi114 2024-09-04T21:02:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi114 to 4272M 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: osd.7 [v2:172.21.15.114:6824/2309315765,v1:172.21.15.114:6825/2309315765] boot 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: osdmap e55: 8 total, 8 up, 8 in 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:02:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:51 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/347328465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-04T21:02:52.243 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1725483771,"num_in_osds":8,"osd_in_since":1725483750,"num_remapped_pgs":1} 2024-09-04T21:02:52.244 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd dump --format=json 2024-09-04T21:02:52.495 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:02:52.964 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:52 smithi031 ceph-mon[24693]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:02:52.965 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:52 smithi031 ceph-mon[24693]: osdmap e56: 8 total, 8 up, 8 in 2024-09-04T21:02:52.965 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:52 smithi031 ceph-mon[34661]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:02:52.965 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:52 smithi031 ceph-mon[34661]: osdmap e56: 8 total, 8 up, 8 in 2024-09-04T21:02:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:52 smithi114 ceph-mon[28207]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:02:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:52 smithi114 ceph-mon[28207]: osdmap e56: 8 total, 8 up, 8 in 2024-09-04T21:02:53.235 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:02:53.235 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":57,"fsid":"34153714-6b00-11ef-bcd6-c7b262605968","created":"2024-09-04T20:57:58.927249+0000","modified":"2024-09-04T21:02:53.102162+0000","last_up_change":"2024-09-04T21:02:51.093041+0000","last_in_change":"2024-09-04T21:02:30.808714+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-04T21:00:49.392304+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,"is_stretch_pool":false,"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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"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":"44329505-29a0-4fc3-966f-2ce57eb921ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6803","nonce":3122404902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6805","nonce":3122404902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6809","nonce":3122404902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6807","nonce":3122404902}]},"public_addr":"172.21.15.31:6803/3122404902","cluster_addr":"172.21.15.31:6805/3122404902","heartbeat_back_addr":"172.21.15.31:6809/3122404902","heartbeat_front_addr":"172.21.15.31:6807/3122404902","state":["exists","up"]},{"osd":1,"uuid":"51f26a96-8349-4350-8237-57d03332ebe8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6811","nonce":751529205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6813","nonce":751529205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6817","nonce":751529205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6815","nonce":751529205}]},"public_addr":"172.21.15.31:6811/751529205","cluster_addr":"172.21.15.31:6813/751529205","heartbeat_back_addr":"172.21.15.31:6817/751529205","heartbeat_front_addr":"172.21.15.31:6815/751529205","state":["exists","up"]},{"osd":2,"uuid":"ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d","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.31:6818","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6819","nonce":809583472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6821","nonce":809583472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6825","nonce":809583472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6823","nonce":809583472}]},"public_addr":"172.21.15.31:6819/809583472","cluster_addr":"172.21.15.31:6821/809583472","heartbeat_back_addr":"172.21.15.31:6825/809583472","heartbeat_front_addr":"172.21.15.31:6823/809583472","state":["exists","up"]},{"osd":3,"uuid":"ca6a748d-bbe0-4967-9c0b-c637e47d7c05","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6827","nonce":2271564451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6829","nonce":2271564451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6833","nonce":2271564451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6831","nonce":2271564451}]},"public_addr":"172.21.15.31:6827/2271564451","cluster_addr":"172.21.15.31:6829/2271564451","heartbeat_back_addr":"172.21.15.31:6833/2271564451","heartbeat_front_addr":"172.21.15.31:6831/2271564451","state":["exists","up"]},{"osd":4,"uuid":"8ba07502-c8f4-4dfc-b8b5-52543f1b6dff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6800","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6801","nonce":3348526347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6802","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6803","nonce":3348526347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6807","nonce":3348526347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6805","nonce":3348526347}]},"public_addr":"172.21.15.114:6801/3348526347","cluster_addr":"172.21.15.114:6803/3348526347","heartbeat_back_addr":"172.21.15.114:6807/3348526347","heartbeat_front_addr":"172.21.15.114:6805/3348526347","state":["exists","up"]},{"osd":5,"uuid":"fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6809","nonce":2657290711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6810","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6811","nonce":2657290711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6815","nonce":2657290711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6813","nonce":2657290711}]},"public_addr":"172.21.15.114:6809/2657290711","cluster_addr":"172.21.15.114:6811/2657290711","heartbeat_back_addr":"172.21.15.114:6815/2657290711","heartbeat_front_addr":"172.21.15.114:6813/2657290711","state":["exists","up"]},{"osd":6,"uuid":"8f762edb-e06b-4df2-b997-14462fadcc7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6817","nonce":1420026218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6818","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6819","nonce":1420026218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6822","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6823","nonce":1420026218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6820","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6821","nonce":1420026218}]},"public_addr":"172.21.15.114:6817/1420026218","cluster_addr":"172.21.15.114:6819/1420026218","heartbeat_back_addr":"172.21.15.114:6823/1420026218","heartbeat_front_addr":"172.21.15.114:6821/1420026218","state":["exists","up"]},{"osd":7,"uuid":"e7674b10-cd98-4744-b6e5-078b6d4a43f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6824","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6825","nonce":2309315765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6826","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6827","nonce":2309315765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6830","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6831","nonce":2309315765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6828","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6829","nonce":2309315765}]},"public_addr":"172.21.15.114:6825/2309315765","cluster_addr":"172.21.15.114:6827/2309315765","heartbeat_back_addr":"172.21.15.114:6831/2309315765","heartbeat_front_addr":"172.21.15.114:6829/2309315765","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T20:59:55.854391+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:00:21.579531+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:00:46.205758+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:11.997998+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:34.508496+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:58.953419+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:02:24.115939+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:02:49.643421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.31:0/2154035664":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/2928962623":"2024-09-05T20:58:45.082736+0000","172.21.15.31:6801/3599748653":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/3387412945":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/1969400736":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/1956328838":"2024-09-05T20:58:20.881272+0000","172.21.15.31:6800/3599748653":"2024-09-05T20:58:45.082736+0000","172.21.15.31:6801/374290294":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/130119666":"2024-09-05T20:58:45.082736+0000","172.21.15.31:6800/374290294":"2024-09-05T20:58:20.881272+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-09-04T21:02:53.860 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-04T21:00:49.392304+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, 'is_stretch_pool': False, '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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-04T21:02:53.860 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-04T21:02:54.114 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:02:54.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[24693]: osdmap e57: 8 total, 8 up, 8 in 2024-09-04T21:02:54.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[24693]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:02:54.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2989926828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:02:54.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[24693]: osdmap e58: 8 total, 8 up, 8 in 2024-09-04T21:02:54.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[34661]: osdmap e57: 8 total, 8 up, 8 in 2024-09-04T21:02:54.364 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[34661]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:02:54.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2989926828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:02:54.365 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:54 smithi031 ceph-mon[34661]: osdmap e58: 8 total, 8 up, 8 in 2024-09-04T21:02:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:54 smithi114 ceph-mon[28207]: osdmap e57: 8 total, 8 up, 8 in 2024-09-04T21:02:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:54 smithi114 ceph-mon[28207]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:02:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:54 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2989926828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:02:54.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:54 smithi114 ceph-mon[28207]: osdmap e58: 8 total, 8 up, 8 in 2024-09-04T21:02:54.872 INFO:teuthology.orchestra.run.smithi031.stdout:pg_num: 1 2024-09-04T21:02:55.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:55 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3817430077' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-04T21:02:55.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:55 smithi114 ceph-mon[28207]: osdmap e59: 8 total, 8 up, 8 in 2024-09-04T21:02:55.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:55 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3817430077' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-04T21:02:55.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:55 smithi031 ceph-mon[24693]: osdmap e59: 8 total, 8 up, 8 in 2024-09-04T21:02:55.534 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:55 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3817430077' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-04T21:02:55.534 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:55 smithi031 ceph-mon[34661]: osdmap e59: 8 total, 8 up, 8 in 2024-09-04T21:02:55.566 INFO:tasks.cephadm:Adding prometheus.a on smithi114 2024-09-04T21:02:55.566 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch apply prometheus '1;smithi114=a' 2024-09-04T21:02:55.823 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:02:56.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:56 smithi114 ceph-mon[28207]: pgmap v174: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:02:56.518 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled prometheus update... 2024-09-04T21:02:56.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:56 smithi031 ceph-mon[24693]: pgmap v174: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:02:56.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:56 smithi031 ceph-mon[34661]: pgmap v174: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-04T21:02:57.214 DEBUG:teuthology.orchestra.run.smithi114:prometheus.a> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service 2024-09-04T21:02:57.216 INFO:tasks.cephadm:Adding node-exporter.a on smithi031 2024-09-04T21:02:57.217 INFO:tasks.cephadm:Adding node-exporter.b on smithi114 2024-09-04T21:02:57.217 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch apply node-exporter '2;smithi031=a;smithi114=b' 2024-09-04T21:02:57.501 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi114=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: Saving service prometheus spec with placement smithi114=a;count:1 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:57.622 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:57 smithi114 ceph-mon[28207]: Deploying daemon prometheus.a on smithi114 2024-09-04T21:02:57.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi114=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:57.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: Saving service prometheus spec with placement smithi114=a;count:1 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[24693]: Deploying daemon prometheus.a on smithi114 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi114=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: Saving service prometheus spec with placement smithi114=a;count:1 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:02:57.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:02:57.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:02:57.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:57.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:57 smithi031 ceph-mon[34661]: Deploying daemon prometheus.a on smithi114 2024-09-04T21:02:58.156 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled node-exporter update... 2024-09-04T21:02:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:58 smithi031 ceph-mon[24693]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-04T21:02:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:58 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:58 smithi031 ceph-mon[34661]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-04T21:02:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:58 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:58.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:58 smithi114 ceph-mon[28207]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-04T21:02:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:58 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:02:59.148 DEBUG:teuthology.orchestra.run.smithi031:node-exporter.a> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.a.service 2024-09-04T21:02:59.151 DEBUG:teuthology.orchestra.run.smithi114:node-exporter.b> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.b.service 2024-09-04T21:02:59.153 INFO:tasks.cephadm:Adding alertmanager.a on smithi031 2024-09-04T21:02:59.153 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch apply alertmanager '1;smithi031=a' 2024-09-04T21:02:59.433 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:02:59.827 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:59 smithi114 ceph-mon[28207]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi031=a;smithi114=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:59.827 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:02:59 smithi114 ceph-mon[28207]: Saving service node-exporter spec with placement smithi031=a;smithi114=b;count:2 2024-09-04T21:02:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:59 smithi031 ceph-mon[24693]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi031=a;smithi114=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:02:59 smithi031 ceph-mon[24693]: Saving service node-exporter spec with placement smithi031=a;smithi114=b;count:2 2024-09-04T21:02:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:59 smithi031 ceph-mon[34661]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi031=a;smithi114=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:02:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:02:59 smithi031 ceph-mon[34661]: Saving service node-exporter spec with placement smithi031=a;smithi114=b;count:2 2024-09-04T21:03:00.272 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled alertmanager update... 2024-09-04T21:03:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:00 smithi031 ceph-mon[24693]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-04T21:03:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:00 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:00 smithi031 ceph-mon[34661]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-04T21:03:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:00 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:00.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:00 smithi114 ceph-mon[28207]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-04T21:03:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:00 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:01.424 DEBUG:teuthology.orchestra.run.smithi031:alertmanager.a> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@alertmanager.a.service 2024-09-04T21:03:01.426 INFO:tasks.cephadm:Adding grafana.a on smithi114 2024-09-04T21:03:01.427 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph orch apply grafana '1;smithi114=a' 2024-09-04T21:03:01.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:01 smithi114 ceph-mon[28207]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi031=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:03:01.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:01 smithi114 ceph-mon[28207]: Saving service alertmanager spec with placement smithi031=a;count:1 2024-09-04T21:03:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:01 smithi031 ceph-mon[24693]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi031=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:03:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:01 smithi031 ceph-mon[24693]: Saving service alertmanager spec with placement smithi031=a;count:1 2024-09-04T21:03:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:01 smithi031 ceph-mon[34661]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi031=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:03:01.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:01 smithi031 ceph-mon[34661]: Saving service alertmanager spec with placement smithi031=a;count:1 2024-09-04T21:03:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:02 smithi031 ceph-mon[24693]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-04T21:03:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:02 smithi031 ceph-mon[34661]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-04T21:03:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:02 smithi114 ceph-mon[28207]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-04T21:03:03.261 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:03:04.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:04 smithi114 ceph-mon[28207]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:04 smithi031 ceph-mon[24693]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:04.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:04 smithi031 ceph-mon[34661]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:04.860 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled grafana update... 2024-09-04T21:03:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:05 smithi114 ceph-mon[28207]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi114=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:03:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:05 smithi114 ceph-mon[28207]: Saving service grafana spec with placement smithi114=a;count:1 2024-09-04T21:03:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:05 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:05 smithi031 ceph-mon[24693]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi114=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:03:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:05 smithi031 ceph-mon[24693]: Saving service grafana spec with placement smithi114=a;count:1 2024-09-04T21:03:06.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:05 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:05 smithi031 ceph-mon[34661]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi114=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:03:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:05 smithi031 ceph-mon[34661]: Saving service grafana spec with placement smithi114=a;count:1 2024-09-04T21:03:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:05 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:06 smithi114 ceph-mon[28207]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:07.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:06 smithi031 ceph-mon[24693]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:07.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:06 smithi031 ceph-mon[34661]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:07.641 DEBUG:teuthology.orchestra.run.smithi114:grafana.a> sudo journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@grafana.a.service 2024-09-04T21:03:07.643 INFO:tasks.cephadm:Setting up client nodes... 2024-09-04T21:03:07.644 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-04T21:03:07.903 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:08.604 INFO:teuthology.orchestra.run.smithi031.stdout:[client.0] 2024-09-04T21:03:08.604 INFO:teuthology.orchestra.run.smithi031.stdout: key = AQAMy9hmTUCuIxAAlyYTMJVatMwC1XGMSykPoQ== 2024-09-04T21:03:08.842 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:08 smithi114 systemd[1]: Starting Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:03:09.108 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:08 smithi114 ceph-mon[28207]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:09.108 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:08 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1689396104' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:09.108 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:08 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:09.108 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:08 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-04T21:03:09.108 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:08 smithi114 podman[55555]: 2024-09-04 21:03:08.744362783 +0000 UTC m=+0.017076762 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-04T21:03:09.108 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:08 smithi114 podman[55555]: 2024-09-04 21:03:08.860210379 +0000 UTC m=+0.132924357 container create 144169c9d02536484c1f5150d44466a128f6b625b01ea03f69791bbbaaf7770f (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:09.109 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 podman[55555]: 2024-09-04 21:03:09.079228105 +0000 UTC m=+0.351942077 container init 144169c9d02536484c1f5150d44466a128f6b625b01ea03f69791bbbaaf7770f (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:09.109 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 podman[55555]: 2024-09-04 21:03:09.082085287 +0000 UTC m=+0.354799268 container start 144169c9d02536484c1f5150d44466a128f6b625b01ea03f69791bbbaaf7770f (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[24693]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1689396104' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[34661]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1689396104' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:09.225 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:08 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-04T21:03:09.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.106Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-04T21:03:09.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.106Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-04T21:03:09.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.106Z caller=main.go:570 level=info host_details="(Linux 5.14.0-503.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 22 17:03:23 UTC 2024 x86_64 smithi114 (none))" 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.106Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.106Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.108Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.108Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.109Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.109Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.110Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.110Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.016µs 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.110Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.111Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-04T21:03:09.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.111Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.682µs wal_replay_duration=187.035µs wbl_replay_duration=125ns total_replay_duration=236.737µs 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.112Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.112Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.112Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.133Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.920384ms db_storage=941ns remote_storage=1.281µs web_handler=396ns query_engine=621ns scrape=431.879µs scrape_sd=81.078µs notify=1.05µs notify_sd=1.934µs rules=20.101299ms tracing=8.749µs 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.133Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:03:09.133Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 bash[55555]: 144169c9d02536484c1f5150d44466a128f6b625b01ea03f69791bbbaaf7770f 2024-09-04T21:03:09.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:03:09 smithi114 systemd[1]: Started Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:03:09.492 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-04T21:03:09.492 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-04T21:03:09.493 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-04T21:03:09.530 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-04T21:03:09.777 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.b/config 2024-09-04T21:03:10.510 INFO:teuthology.orchestra.run.smithi114.stdout:[client.1] 2024-09-04T21:03:10.510 INFO:teuthology.orchestra.run.smithi114.stdout: key = AQAOy9hmfWQYHhAAPMwbPcAarQIfktenimLpbg== 2024-09-04T21:03:10.510 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-mon[28207]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:10.510 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.510 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.510 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.511 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-04T21:03:10.511 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.511 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: ignoring --setuser ceph since I am not root 2024-09-04T21:03:10.511 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: ignoring --setgroup ceph since I am not root 2024-09-04T21:03:10.511 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-mgr[29913]: -- 172.21.15.114:0/2260749496 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55723b8070e0 con 0x55723b7e5000 2024-09-04T21:03:10.511 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:10.404+0000 7f1987081040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-04T21:03:10.511 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:10.462+0000 7f1987081040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-04T21:03:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[24693]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[34661]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-04T21:03:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' 2024-09-04T21:03:10.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setuser ceph since I am not root 2024-09-04T21:03:10.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setgroup ceph since I am not root 2024-09-04T21:03:10.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:10.403+0000 7f759134d040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-04T21:03:10.602 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:10.462+0000 7f759134d040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-04T21:03:10.833 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:10.615+0000 7f1987081040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-04T21:03:10.834 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:10.682+0000 7f1987081040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-04T21:03:10.834 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:10.831+0000 7f1987081040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-04T21:03:10.987 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:10.617+0000 7f759134d040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-04T21:03:10.987 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:10.685+0000 7f759134d040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-04T21:03:10.987 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:10.838+0000 7f759134d040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-04T21:03:10.987 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:10.985+0000 7f759134d040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-04T21:03:11.113 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:10.973+0000 7f1987081040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-04T21:03:11.141 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-09-04T21:03:11.142 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-04T21:03:11.142 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-04T21:03:11.181 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph config log 1 --format=json 2024-09-04T21:03:11.441 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:11.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:11.297+0000 7f1987081040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-04T21:03:11.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:11.357+0000 7f1987081040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-04T21:03:11.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-mon[28207]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-04T21:03:11.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-mon[28207]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-04T21:03:11.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-mon[28207]: from='client.? 172.21.15.114:0/1340761942' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:11.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:11.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-04T21:03:11.566 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[24693]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-04T21:03:11.566 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[24693]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-04T21:03:11.567 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[24693]: from='client.? 172.21.15.114:0/1340761942' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:11.567 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:11.567 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-04T21:03:11.567 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:11.316+0000 7f759134d040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-04T21:03:11.567 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:11.382+0000 7f759134d040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-04T21:03:11.568 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[34661]: from='mgr.14150 172.21.15.31:0/2123406284' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-04T21:03:11.568 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[34661]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-04T21:03:11.568 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[34661]: from='client.? 172.21.15.114:0/1340761942' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:11.568 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-04T21:03:11.568 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-04T21:03:11.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:11.598+0000 7f759134d040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-04T21:03:11.951 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:11.541+0000 7f1987081040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-04T21:03:12.070 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:03:12.547 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:12 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1504133167' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-04T21:03:12.548 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:12 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1504133167' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-04T21:03:12.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:12 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1504133167' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-04T21:03:12.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:12.421+0000 7f1987081040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-04T21:03:12.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:12.488+0000 7f1987081040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-04T21:03:12.814 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:12 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:12.544+0000 7f759134d040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-04T21:03:12.814 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:12 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:12.615+0000 7f759134d040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-04T21:03:12.815 INFO:teuthology.orchestra.run.smithi031.stdout:[{"version":22,"timestamp":"2024-09-04T21:02:50.764462+0000","name":"","changes":[{"name":"osd/host:smithi114/osd_memory_target","previous_value":"5972723438","new_value":"4479542579"}]}] 2024-09-04T21:03:12.815 INFO:tasks.ceph_manager:config epoch is 22 2024-09-04T21:03:12.815 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-04T21:03:12.815 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-04T21:03:12.816 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph mgr dump --format=json 2024-09-04T21:03:13.076 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:13.446 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.187+0000 7f1987081040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-04T21:03:13.447 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.303+0000 7f1987081040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-04T21:03:13.466 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:13.391+0000 7f759134d040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-04T21:03:13.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.444+0000 7f1987081040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-04T21:03:13.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.506+0000 7f1987081040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-04T21:03:13.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.654+0000 7f1987081040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-04T21:03:13.734 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:13.514+0000 7f759134d040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-04T21:03:13.734 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:13.667+0000 7f759134d040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-04T21:03:13.734 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:13.731+0000 7f759134d040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-04T21:03:13.784 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:03:14.005 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2794050486' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:03:14.005 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.722+0000 7f1987081040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-04T21:03:14.005 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.781+0000 7f1987081040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-04T21:03:14.005 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:13.938+0000 7f1987081040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-04T21:03:14.005 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:14.002+0000 7f1987081040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-04T21:03:14.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2794050486' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:03:14.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2794050486' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:03:14.032 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:13.895+0000 7f759134d040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-04T21:03:14.032 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:13 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:13.967+0000 7f759134d040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-04T21:03:14.269 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:14.068+0000 7f1987081040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-04T21:03:14.269 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:14.150+0000 7f1987081040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-04T21:03:14.269 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:14.208+0000 7f1987081040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-04T21:03:14.344 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:14.029+0000 7f759134d040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-04T21:03:14.344 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:14.201+0000 7f759134d040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-04T21:03:14.344 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:14.271+0000 7f759134d040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-04T21:03:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:14.341+0000 7f759134d040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-04T21:03:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:14.427+0000 7f759134d040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-04T21:03:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:14.490+0000 7f759134d040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-04T21:03:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:14.551+0000 7f759134d040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-04T21:03:14.699 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":16,"flags":0,"active_gid":14150,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":1991368951},{"type":"v1","addr":"172.21.15.31:6801","nonce":1991368951}]},"active_addr":"172.21.15.31:6801/1991368951","active_change":"2024-09-04T20:58:45.082840+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24112,"name":"x","mgr_features":4540701547738038271,"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","read","upmap","upmap-read"],"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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/grafana:9.4.12","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:3.0.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.2.5","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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","prometheus","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","read","upmap","upmap-read"],"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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/grafana:9.4.12","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:3.0.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.2.5","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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.31: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"],"squid":["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.31:0","nonce":2169835880}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":670721741}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":105952414}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":3217607249}]}]} 2024-09-04T21:03:14.703 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-04T21:03:14.703 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-04T21:03:14.703 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd dump --format=json 2024-09-04T21:03:14.704 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:14.267+0000 7f1987081040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-04T21:03:14.954 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:15.333 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[24693]: Standby manager daemon x restarted 2024-09-04T21:03:15.333 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[24693]: Standby manager daemon x started 2024-09-04T21:03:15.334 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:03:15.334 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:03:15.334 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:03:15.334 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:03:15.334 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[34661]: Standby manager daemon x restarted 2024-09-04T21:03:15.334 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[34661]: Standby manager daemon x started 2024-09-04T21:03:15.335 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:03:15.335 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:03:15.335 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:03:15.335 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-mon[28207]: Standby manager daemon x restarted 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-mon[28207]: Standby manager daemon x started 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/81822837' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:15.048+0000 7f1987081040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-04T21:03:15.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: [04/Sep/2024:21:03:15] ENGINE Bus STARTING 2024-09-04T21:03:15.453 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: CherryPy Checker: 2024-09-04T21:03:15.453 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: The Application mounted at '' has an empty config. 2024-09-04T21:03:15.453 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: 2024-09-04T21:03:15.453 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: [04/Sep/2024:21:03:15] ENGINE Serving on http://:::9283 2024-09-04T21:03:15.453 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:03:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[29909]: [04/Sep/2024:21:03:15] ENGINE Bus STARTED 2024-09-04T21:03:15.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:15.413+0000 7f759134d040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-04T21:03:15.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:15] ENGINE Bus STARTING 2024-09-04T21:03:15.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: CherryPy Checker: 2024-09-04T21:03:15.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: The Application mounted at '' has an empty config. 2024-09-04T21:03:15.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:15.699 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:03:15.699 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":60,"fsid":"34153714-6b00-11ef-bcd6-c7b262605968","created":"2024-09-04T20:57:58.927249+0000","modified":"2024-09-04T21:03:15.416822+0000","last_up_change":"2024-09-04T21:02:51.093041+0000","last_in_change":"2024-09-04T21:02:30.808714+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-04T21:00:49.392304+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,"is_stretch_pool":false,"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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"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":"44329505-29a0-4fc3-966f-2ce57eb921ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6803","nonce":3122404902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6805","nonce":3122404902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6809","nonce":3122404902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6807","nonce":3122404902}]},"public_addr":"172.21.15.31:6803/3122404902","cluster_addr":"172.21.15.31:6805/3122404902","heartbeat_back_addr":"172.21.15.31:6809/3122404902","heartbeat_front_addr":"172.21.15.31:6807/3122404902","state":["exists","up"]},{"osd":1,"uuid":"51f26a96-8349-4350-8237-57d03332ebe8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6811","nonce":751529205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6813","nonce":751529205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6817","nonce":751529205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6815","nonce":751529205}]},"public_addr":"172.21.15.31:6811/751529205","cluster_addr":"172.21.15.31:6813/751529205","heartbeat_back_addr":"172.21.15.31:6817/751529205","heartbeat_front_addr":"172.21.15.31:6815/751529205","state":["exists","up"]},{"osd":2,"uuid":"ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d","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.31:6818","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6819","nonce":809583472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6821","nonce":809583472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6825","nonce":809583472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6823","nonce":809583472}]},"public_addr":"172.21.15.31:6819/809583472","cluster_addr":"172.21.15.31:6821/809583472","heartbeat_back_addr":"172.21.15.31:6825/809583472","heartbeat_front_addr":"172.21.15.31:6823/809583472","state":["exists","up"]},{"osd":3,"uuid":"ca6a748d-bbe0-4967-9c0b-c637e47d7c05","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6827","nonce":2271564451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6829","nonce":2271564451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6833","nonce":2271564451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6831","nonce":2271564451}]},"public_addr":"172.21.15.31:6827/2271564451","cluster_addr":"172.21.15.31:6829/2271564451","heartbeat_back_addr":"172.21.15.31:6833/2271564451","heartbeat_front_addr":"172.21.15.31:6831/2271564451","state":["exists","up"]},{"osd":4,"uuid":"8ba07502-c8f4-4dfc-b8b5-52543f1b6dff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6800","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6801","nonce":3348526347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6802","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6803","nonce":3348526347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6807","nonce":3348526347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6805","nonce":3348526347}]},"public_addr":"172.21.15.114:6801/3348526347","cluster_addr":"172.21.15.114:6803/3348526347","heartbeat_back_addr":"172.21.15.114:6807/3348526347","heartbeat_front_addr":"172.21.15.114:6805/3348526347","state":["exists","up"]},{"osd":5,"uuid":"fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6809","nonce":2657290711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6810","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6811","nonce":2657290711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6815","nonce":2657290711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6813","nonce":2657290711}]},"public_addr":"172.21.15.114:6809/2657290711","cluster_addr":"172.21.15.114:6811/2657290711","heartbeat_back_addr":"172.21.15.114:6815/2657290711","heartbeat_front_addr":"172.21.15.114:6813/2657290711","state":["exists","up"]},{"osd":6,"uuid":"8f762edb-e06b-4df2-b997-14462fadcc7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6817","nonce":1420026218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6818","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6819","nonce":1420026218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6822","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6823","nonce":1420026218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6820","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6821","nonce":1420026218}]},"public_addr":"172.21.15.114:6817/1420026218","cluster_addr":"172.21.15.114:6819/1420026218","heartbeat_back_addr":"172.21.15.114:6823/1420026218","heartbeat_front_addr":"172.21.15.114:6821/1420026218","state":["exists","up"]},{"osd":7,"uuid":"e7674b10-cd98-4744-b6e5-078b6d4a43f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6824","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6825","nonce":2309315765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6826","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6827","nonce":2309315765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6830","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6831","nonce":2309315765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6828","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6829","nonce":2309315765}]},"public_addr":"172.21.15.114:6825/2309315765","cluster_addr":"172.21.15.114:6827/2309315765","heartbeat_back_addr":"172.21.15.114:6831/2309315765","heartbeat_front_addr":"172.21.15.114:6829/2309315765","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T20:59:55.854391+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:00:21.579531+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:00:46.205758+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:11.997998+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:34.508496+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:58.953419+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:02:24.115939+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:02:49.643421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1991368951":"2024-09-05T21:03:15.416779+0000","172.21.15.31:6800/1991368951":"2024-09-05T21:03:15.416779+0000","172.21.15.31:0/670721741":"2024-09-05T21:03:15.416779+0000","172.21.15.31:6800/374290294":"2024-09-05T20:58:20.881272+0000","172.21.15.31:6800/3599748653":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/1956328838":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/2169835880":"2024-09-05T21:03:15.416779+0000","172.21.15.31:0/1969400736":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/3217607249":"2024-09-05T21:03:15.416779+0000","172.21.15.31:0/3387412945":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/130119666":"2024-09-05T20:58:45.082736+0000","172.21.15.31:6801/3599748653":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/2928962623":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/2154035664":"2024-09-05T20:58:45.082736+0000","172.21.15.31:6801/374290294":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/105952414":"2024-09-05T21:03:15.416779+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-09-04T21:03:16.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:15] ENGINE Serving on http://:::9283 2024-09-04T21:03:16.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:15] ENGINE Bus STARTED 2024-09-04T21:03:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-04T21:03:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: Active manager daemon y restarted 2024-09-04T21:03:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: Activating manager daemon y 2024-09-04T21:03:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: osdmap e60: 8 total, 8 up, 8 in 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: mgrmap e18: y(active, starting, since 0.0133211s), standbys: x 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:03:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: Manager daemon y is now available 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:03:16.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:16 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1709437889' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: Active manager daemon y restarted 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: Activating manager daemon y 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: osdmap e60: 8 total, 8 up, 8 in 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: mgrmap e18: y(active, starting, since 0.0133211s), standbys: x 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:03:16.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:03:16.522 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: Manager daemon y is now available 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1709437889' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:03:16.523 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: Active manager daemon y restarted 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: Activating manager daemon y 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: osdmap e60: 8 total, 8 up, 8 in 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: mgrmap e18: y(active, starting, since 0.0133211s), standbys: x 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:03:16.524 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: Manager daemon y is now available 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:03:16.525 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:03:16.526 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:03:16.526 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:03:16.526 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:16 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1709437889' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:03:16.550 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-04T21:03:16.551 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd dump --format=json 2024-09-04T21:03:17.370 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:17 smithi114 ceph-mon[28207]: mgrmap e19: y(active, since 1.01831s), standbys: x 2024-09-04T21:03:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:17 smithi114 ceph-mon[28207]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:17.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-mon[24693]: mgrmap e19: y(active, since 1.01831s), standbys: x 2024-09-04T21:03:17.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-mon[24693]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:17.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-mon[34661]: mgrmap e19: y(active, since 1.01831s), standbys: x 2024-09-04T21:03:17.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-mon[34661]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:18.179 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:03:18.179 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":60,"fsid":"34153714-6b00-11ef-bcd6-c7b262605968","created":"2024-09-04T20:57:58.927249+0000","modified":"2024-09-04T21:03:15.416822+0000","last_up_change":"2024-09-04T21:02:51.093041+0000","last_in_change":"2024-09-04T21:02:30.808714+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-04T21:00:49.392304+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,"is_stretch_pool":false,"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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"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":"44329505-29a0-4fc3-966f-2ce57eb921ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6803","nonce":3122404902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6805","nonce":3122404902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6809","nonce":3122404902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3122404902},{"type":"v1","addr":"172.21.15.31:6807","nonce":3122404902}]},"public_addr":"172.21.15.31:6803/3122404902","cluster_addr":"172.21.15.31:6805/3122404902","heartbeat_back_addr":"172.21.15.31:6809/3122404902","heartbeat_front_addr":"172.21.15.31:6807/3122404902","state":["exists","up"]},{"osd":1,"uuid":"51f26a96-8349-4350-8237-57d03332ebe8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6811","nonce":751529205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6813","nonce":751529205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6817","nonce":751529205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":751529205},{"type":"v1","addr":"172.21.15.31:6815","nonce":751529205}]},"public_addr":"172.21.15.31:6811/751529205","cluster_addr":"172.21.15.31:6813/751529205","heartbeat_back_addr":"172.21.15.31:6817/751529205","heartbeat_front_addr":"172.21.15.31:6815/751529205","state":["exists","up"]},{"osd":2,"uuid":"ef95c9e6-1d33-4ca4-b106-5c5f26e55a4d","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.31:6818","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6819","nonce":809583472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6821","nonce":809583472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6825","nonce":809583472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":809583472},{"type":"v1","addr":"172.21.15.31:6823","nonce":809583472}]},"public_addr":"172.21.15.31:6819/809583472","cluster_addr":"172.21.15.31:6821/809583472","heartbeat_back_addr":"172.21.15.31:6825/809583472","heartbeat_front_addr":"172.21.15.31:6823/809583472","state":["exists","up"]},{"osd":3,"uuid":"ca6a748d-bbe0-4967-9c0b-c637e47d7c05","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6827","nonce":2271564451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6829","nonce":2271564451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6833","nonce":2271564451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2271564451},{"type":"v1","addr":"172.21.15.31:6831","nonce":2271564451}]},"public_addr":"172.21.15.31:6827/2271564451","cluster_addr":"172.21.15.31:6829/2271564451","heartbeat_back_addr":"172.21.15.31:6833/2271564451","heartbeat_front_addr":"172.21.15.31:6831/2271564451","state":["exists","up"]},{"osd":4,"uuid":"8ba07502-c8f4-4dfc-b8b5-52543f1b6dff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6800","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6801","nonce":3348526347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6802","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6803","nonce":3348526347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6807","nonce":3348526347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":3348526347},{"type":"v1","addr":"172.21.15.114:6805","nonce":3348526347}]},"public_addr":"172.21.15.114:6801/3348526347","cluster_addr":"172.21.15.114:6803/3348526347","heartbeat_back_addr":"172.21.15.114:6807/3348526347","heartbeat_front_addr":"172.21.15.114:6805/3348526347","state":["exists","up"]},{"osd":5,"uuid":"fa69c5b1-3df5-4f94-aa7e-9e9808bbb00f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6809","nonce":2657290711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6810","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6811","nonce":2657290711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6815","nonce":2657290711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":2657290711},{"type":"v1","addr":"172.21.15.114:6813","nonce":2657290711}]},"public_addr":"172.21.15.114:6809/2657290711","cluster_addr":"172.21.15.114:6811/2657290711","heartbeat_back_addr":"172.21.15.114:6815/2657290711","heartbeat_front_addr":"172.21.15.114:6813/2657290711","state":["exists","up"]},{"osd":6,"uuid":"8f762edb-e06b-4df2-b997-14462fadcc7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6817","nonce":1420026218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6818","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6819","nonce":1420026218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6822","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6823","nonce":1420026218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6820","nonce":1420026218},{"type":"v1","addr":"172.21.15.114:6821","nonce":1420026218}]},"public_addr":"172.21.15.114:6817/1420026218","cluster_addr":"172.21.15.114:6819/1420026218","heartbeat_back_addr":"172.21.15.114:6823/1420026218","heartbeat_front_addr":"172.21.15.114:6821/1420026218","state":["exists","up"]},{"osd":7,"uuid":"e7674b10-cd98-4744-b6e5-078b6d4a43f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6824","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6825","nonce":2309315765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6826","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6827","nonce":2309315765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6830","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6831","nonce":2309315765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6828","nonce":2309315765},{"type":"v1","addr":"172.21.15.114:6829","nonce":2309315765}]},"public_addr":"172.21.15.114:6825/2309315765","cluster_addr":"172.21.15.114:6827/2309315765","heartbeat_back_addr":"172.21.15.114:6831/2309315765","heartbeat_front_addr":"172.21.15.114:6829/2309315765","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T20:59:55.854391+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:00:21.579531+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:00:46.205758+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:11.997998+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:34.508496+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:01:58.953419+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:02:24.115939+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-04T21:02:49.643421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1991368951":"2024-09-05T21:03:15.416779+0000","172.21.15.31:6800/1991368951":"2024-09-05T21:03:15.416779+0000","172.21.15.31:0/670721741":"2024-09-05T21:03:15.416779+0000","172.21.15.31:6800/374290294":"2024-09-05T20:58:20.881272+0000","172.21.15.31:6800/3599748653":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/1956328838":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/2169835880":"2024-09-05T21:03:15.416779+0000","172.21.15.31:0/1969400736":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/3217607249":"2024-09-05T21:03:15.416779+0000","172.21.15.31:0/3387412945":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/130119666":"2024-09-05T20:58:45.082736+0000","172.21.15.31:6801/3599748653":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/2928962623":"2024-09-05T20:58:45.082736+0000","172.21.15.31:0/2154035664":"2024-09-05T20:58:45.082736+0000","172.21.15.31:6801/374290294":"2024-09-05T20:58:20.881272+0000","172.21.15.31:0/105952414":"2024-09-05T21:03:15.416779+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-09-04T21:03:18.179 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:17.875+0000 7f74e9b83640 -1 log_channel(cephadm) log [ERR] : [04/Sep/2024:21:03:17] ENGINE Error in HTTPServer.serve 2024-09-04T21:03:18.179 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: Traceback (most recent call last): 2024-09-04T21:03:18.179 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._connections.run(self.expiration_interval) 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._run(expiration_interval) 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: s = self.context.wrap_socket( 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: return self.sslsocket_class._create( 2024-09-04T21:03:18.180 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:03:18.181 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self.do_handshake() 2024-09-04T21:03:18.181 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:03:18.181 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: self._sslobj.do_handshake() 2024-09-04T21:03:18.181 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:03:18.181 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: [04/Sep/2024:21:03:17] ENGINE Bus STARTING 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: [04/Sep/2024:21:03:17] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: [04/Sep/2024:21:03:17] ENGINE Error in HTTPServer.serve 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: Traceback (most recent call last): 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:03:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._run(expiration_interval) 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: s = self.context.wrap_socket( 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: return self.sslsocket_class._create( 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: self.do_handshake() 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._sslobj.do_handshake() 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:03:18.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: [04/Sep/2024:21:03:17] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:03:18.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: [04/Sep/2024:21:03:17] ENGINE Bus STARTED 2024-09-04T21:03:18.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:18 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1968530409' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:03:18.706 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: [04/Sep/2024:21:03:17] ENGINE Bus STARTING 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: [04/Sep/2024:21:03:17] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: [04/Sep/2024:21:03:17] ENGINE Error in HTTPServer.serve 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:03:18.707 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: self.do_handshake() 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: [04/Sep/2024:21:03:17] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: [04/Sep/2024:21:03:17] ENGINE Bus STARTED 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1968530409' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: [04/Sep/2024:21:03:17] ENGINE Bus STARTING 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: [04/Sep/2024:21:03:17] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: [04/Sep/2024:21:03:17] ENGINE Error in HTTPServer.serve 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:03:18.709 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: self.do_handshake() 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:03:18.710 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.711 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.711 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: [04/Sep/2024:21:03:17] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:03:18.711 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: [04/Sep/2024:21:03:17] ENGINE Bus STARTED 2024-09-04T21:03:18.711 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.711 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:18.711 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:18 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1968530409' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-04T21:03:18.983 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-04T21:03:18.983 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-04T21:03:18.984 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-04T21:03:18.984 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-04T21:03:18.985 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-04T21:03:18.985 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-04T21:03:18.986 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-04T21:03:18.986 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-04T21:03:19.531 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.538 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.538 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.538 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.539 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.540 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi114 to 4016M 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi114 to 4016M 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:03:19.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:03:19.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:19 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:03:19.735 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.735 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi114 to 4016M 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:03:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:19 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:03:21.191 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.192 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:03:21.193 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.194 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.194 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:21 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:03:21.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:21.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:21.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:21 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:22.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:22 smithi031 ceph-mon[24693]: Deploying daemon alertmanager.a on smithi031 2024-09-04T21:03:22.323 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:22 smithi031 ceph-mon[34661]: Deploying daemon alertmanager.a on smithi031 2024-09-04T21:03:22.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:22 smithi114 ceph-mon[28207]: Deploying daemon alertmanager.a on smithi031 2024-09-04T21:03:23.098 INFO:teuthology.orchestra.run.smithi031.stdout:111669149725 2024-09-04T21:03:23.098 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-04T21:03:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:23 smithi031 ceph-mon[24693]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:23.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:23 smithi031 ceph-mon[34661]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:23.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:23 smithi114 ceph-mon[28207]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:24.071 INFO:teuthology.orchestra.run.smithi031.stdout:34359738412 2024-09-04T21:03:24.071 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-04T21:03:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:03:24] "GET /metrics HTTP/1.1" 200 23689 "" "Prometheus/2.43.0" 2024-09-04T21:03:24.794 INFO:teuthology.orchestra.run.smithi031.stdout:167503724561 2024-09-04T21:03:24.794 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-04T21:03:25.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:25 smithi031 ceph-mon[24693]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-04T21:03:25.306 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:25 smithi031 ceph-mon[34661]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-04T21:03:25.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:25 smithi114 ceph-mon[28207]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-04T21:03:26.414 INFO:teuthology.orchestra.run.smithi031.stdout:133143986198 2024-09-04T21:03:26.414 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-04T21:03:27.041 INFO:teuthology.orchestra.run.smithi031.stdout:77309411362 2024-09-04T21:03:27.041 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-04T21:03:27.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:27 smithi031 ceph-mon[24693]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-04T21:03:27.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:27 smithi031 ceph-mon[34661]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-04T21:03:27.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:27 smithi114 ceph-mon[28207]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-04T21:03:27.823 INFO:teuthology.orchestra.run.smithi031.stdout:201863462926 2024-09-04T21:03:27.824 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-04T21:03:28.290 INFO:teuthology.orchestra.run.smithi031.stdout:55834574887 2024-09-04T21:03:28.290 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-04T21:03:28.792 INFO:teuthology.orchestra.run.smithi031.stdout:236223201287 2024-09-04T21:03:28.793 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-04T21:03:28.889 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:28.889 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:28.889 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:28.890 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:28.890 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:28.900 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:29.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:29 smithi031 ceph-mon[34661]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:03:29.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:29 smithi031 ceph-mon[24693]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:03:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:29 smithi114 ceph-mon[28207]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:03:30.081 INFO:teuthology.orchestra.run.smithi031.stdout:167503724563 2024-09-04T21:03:31.015 INFO:teuthology.orchestra.run.smithi031.stdout:34359738413 2024-09-04T21:03:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[24693]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2794418196' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-04T21:03:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3056061578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-04T21:03:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[34661]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2794418196' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-04T21:03:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:31 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3056061578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-04T21:03:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:31 smithi114 ceph-mon[28207]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:31 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2794418196' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-04T21:03:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:31 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:31 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3056061578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-04T21:03:31.676 INFO:teuthology.orchestra.run.smithi031.stdout:55834574888 2024-09-04T21:03:32.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:32 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3099389564' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-04T21:03:32.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:32 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3099389564' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-04T21:03:32.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:32 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3099389564' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-04T21:03:33.182 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738412 got 34359738413 for osd.0 2024-09-04T21:03:33.182 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:33.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:33 smithi031 ceph-mon[24693]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:33.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:33 smithi031 ceph-mon[34661]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:33 smithi114 ceph-mon[28207]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:33.553 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574887 got 55834574888 for osd.1 2024-09-04T21:03:33.553 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:34.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:03:34] "GET /metrics HTTP/1.1" 200 26216 "" "Prometheus/2.43.0" 2024-09-04T21:03:35.227 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:35 smithi031 ceph-mon[24693]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:35.228 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:35 smithi031 ceph-mon[34661]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:35.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:35 smithi114 ceph-mon[28207]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-04T21:03:36.763 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724561 got 167503724563 for osd.5 2024-09-04T21:03:36.763 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:37.299 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:37 smithi031 ceph-mon[24693]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:37.299 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:37 smithi031 ceph-mon[34661]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:37.314 INFO:teuthology.orchestra.run.smithi031.stdout:77309411364 2024-09-04T21:03:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:37 smithi114 ceph-mon[28207]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:37.569 INFO:teuthology.orchestra.run.smithi031.stdout:111669149727 2024-09-04T21:03:38.070 INFO:teuthology.orchestra.run.smithi031.stdout:133143986200 2024-09-04T21:03:38.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:38 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/616222218' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-04T21:03:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:38 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2268410035' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-04T21:03:38.348 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:38 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/616222218' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-04T21:03:38.349 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:38 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2268410035' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-04T21:03:38.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:38 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/616222218' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-04T21:03:38.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:38 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2268410035' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-04T21:03:38.377 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411362 got 77309411364 for osd.2 2024-09-04T21:03:38.377 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:38.831 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:39.245 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:39 smithi031 ceph-mon[24693]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:39.245 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:39 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/750367964' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-04T21:03:39.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:39 smithi031 ceph-mon[34661]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:39.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:39 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/750367964' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-04T21:03:39.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:39 smithi114 ceph-mon[28207]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:39.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:39 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/750367964' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-04T21:03:39.834 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149725 got 111669149727 for osd.3 2024-09-04T21:03:39.835 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:39.969 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:39 smithi031 systemd[1]: Starting Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:03:40.391 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986200 for osd.4 2024-09-04T21:03:40.391 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:40.396 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:41.242 INFO:teuthology.orchestra.run.smithi031.stdout:201863462928 2024-09-04T21:03:41.242 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:41 smithi031 ceph-mon[24693]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:41.242 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:41 smithi031 ceph-mon[34661]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:41.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:41 smithi114 ceph-mon[28207]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:41.458 INFO:teuthology.orchestra.run.smithi031.stdout:236223201290 2024-09-04T21:03:42.220 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201287 got 236223201290 for osd.7 2024-09-04T21:03:42.220 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:42 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/318061395' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-04T21:03:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:42 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3558737718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-04T21:03:42.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:42 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/318061395' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-04T21:03:42.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:42 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3558737718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-04T21:03:42.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:42 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/318061395' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-04T21:03:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:42 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3558737718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-04T21:03:42.718 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462926 got 201863462928 for osd.6 2024-09-04T21:03:42.719 DEBUG:teuthology.parallel:result is None 2024-09-04T21:03:42.719 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-04T21:03:42.719 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph pg dump --format=json 2024-09-04T21:03:43.086 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:42 smithi031 podman[64681]: 2024-09-04 21:03:42.842592131 +0000 UTC m=+1.125727930 volume create 169ae35f3a52730860a512d03aa5073fc455254e28037902945d3b0cd4b50cba 2024-09-04T21:03:43.086 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:42 smithi031 podman[64681]: 2024-09-04 21:03:42.766602377 +0000 UTC m=+1.049738188 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-04T21:03:43.086 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:42 smithi031 podman[64681]: 2024-09-04 21:03:42.926347232 +0000 UTC m=+1.209483031 container create 26915df09590e523fb04e9ef5352c56a429fdbfa0f2459b29c606e4e7b9df5b0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:43.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-mon[24693]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:43.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-mon[34661]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:43.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:43 smithi114 ceph-mon[28207]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:43.696 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:43.743 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 podman[64681]: 2024-09-04 21:03:43.479851332 +0000 UTC m=+1.762987131 container init 26915df09590e523fb04e9ef5352c56a429fdbfa0f2459b29c606e4e7b9df5b0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:43.743 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 podman[64681]: 2024-09-04 21:03:43.483404279 +0000 UTC m=+1.766540078 container start 26915df09590e523fb04e9ef5352c56a429fdbfa0f2459b29c606e4e7b9df5b0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:43.743 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.497Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-04T21:03:43.743 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.497Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.498Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.31 port=9094 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.499Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.524Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.525Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.528Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:43.528Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 bash[64681]: 26915df09590e523fb04e9ef5352c56a429fdbfa0f2459b29c606e4e7b9df5b0 2024-09-04T21:03:43.744 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:43 smithi031 systemd[1]: Started Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:03:44.007 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:43] ENGINE Bus STOPPING 2024-09-04T21:03:44.007 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:03:44.007 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:43] ENGINE Bus STOPPED 2024-09-04T21:03:44.008 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:43] ENGINE Bus STARTING 2024-09-04T21:03:44.008 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:43] ENGINE Serving on http://:::9283 2024-09-04T21:03:44.008 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:43] ENGINE Bus STARTED 2024-09-04T21:03:44.389 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:03:44.389 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:03:44] "GET /metrics HTTP/1.1" 200 26216 "" "Prometheus/2.43.0" 2024-09-04T21:03:44.390 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-09-04T21:03:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[24693]: Deploying daemon grafana.a on smithi114 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-04T21:03:44.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-04T21:03:44.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:44 smithi031 ceph-mon[34661]: Deploying daemon grafana.a on smithi114 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-04T21:03:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-04T21:03:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:44 smithi114 ceph-mon[28207]: Deploying daemon grafana.a on smithi114 2024-09-04T21:03:45.027 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":17,"stamp":"2024-09-04T21:03:43.442345+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":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":230916,"kb_used_data":6380,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749730300,"statfs":{"total":767960285184,"available":767723827200,"internally_reserved":0,"allocated":6533120,"data_stored":3703392,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":229756466},"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.002018"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":254,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-09-04T21:03:17.500837+0000","last_change":"2024-09-04T21:02:55.022933+0000","last_active":"2024-09-04T21:03:17.500837+0000","last_peered":"2024-09-04T21:03:17.500837+0000","last_clean":"2024-09-04T21:03:17.500837+0000","last_became_active":"2024-09-04T21:02:55.022597+0000","last_became_peered":"2024-09-04T21:02:55.022597+0000","last_unstale":"2024-09-04T21:03:17.500837+0000","last_undegraded":"2024-09-04T21:03:17.500837+0000","last_fullsized":"2024-09-04T21:03:17.500837+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-04T21:00:49.728141+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-04T21:00:49.728141+0000","last_clean_scrub_stamp":"2024-09-04T21:00:49.728141+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"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-09-06T06:43:34.249814+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":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201291,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28188,"kb_used_data":1160,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716964,"statfs":{"total":95995035648,"available":95966171136,"internally_reserved":0,"allocated":1187840,"data_stored":831904,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"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":[]},{"osd":6,"up_from":47,"seq":201863462929,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28184,"kb_used_data":1160,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716968,"statfs":{"total":95995035648,"available":95966175232,"internally_reserved":0,"allocated":1187840,"data_stored":831904,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"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":[]},{"osd":5,"up_from":39,"seq":167503724566,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"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":[]},{"osd":4,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"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":[]},{"osd":3,"up_from":26,"seq":111669149729,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"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":[]},{"osd":2,"up_from":18,"seq":77309411366,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5,6,7],"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":[]},{"osd":1,"up_from":13,"seq":55834574891,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31768,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713384,"statfs":{"total":95995035648,"available":95962505216,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5,6,7],"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":[]},{"osd":0,"up_from":8,"seq":34359738416,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32344,"kb_used_data":1160,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712808,"statfs":{"total":95995035648,"available":95961915392,"internally_reserved":0,"allocated":1187840,"data_stored":831904,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5,6,7],"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":[]}],"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":6,"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":7,"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-09-04T21:03:45.028 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph pg dump --format=json 2024-09-04T21:03:45.281 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:45.709 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:45 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:45.500Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000081179s 2024-09-04T21:03:45.709 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:45 smithi031 ceph-mon[24693]: from='client.24494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-04T21:03:45.709 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:45 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:45.709 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:45 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:45.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:45 smithi031 ceph-mon[34661]: from='client.24494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-04T21:03:45.710 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:45 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:45.710 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:45 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:45.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:45 smithi114 ceph-mon[28207]: from='client.24494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-04T21:03:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:45 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:45 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:03:45.969 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:03:45.969 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-09-04T21:03:46.777 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-04T21:03:45.442669+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":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":230916,"kb_used_data":6380,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749730300,"statfs":{"total":767960285184,"available":767723827200,"internally_reserved":0,"allocated":6533120,"data_stored":3703392,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":229756466},"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.001947"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":254,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-09-04T21:03:17.500837+0000","last_change":"2024-09-04T21:02:55.022933+0000","last_active":"2024-09-04T21:03:17.500837+0000","last_peered":"2024-09-04T21:03:17.500837+0000","last_clean":"2024-09-04T21:03:17.500837+0000","last_became_active":"2024-09-04T21:02:55.022597+0000","last_became_peered":"2024-09-04T21:02:55.022597+0000","last_unstale":"2024-09-04T21:03:17.500837+0000","last_undegraded":"2024-09-04T21:03:17.500837+0000","last_fullsized":"2024-09-04T21:03:17.500837+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-04T21:00:49.728141+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-04T21:00:49.728141+0000","last_clean_scrub_stamp":"2024-09-04T21:00:49.728141+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"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-09-06T06:43:34.249814+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":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"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":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201291,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28188,"kb_used_data":1160,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716964,"statfs":{"total":95995035648,"available":95966171136,"internally_reserved":0,"allocated":1187840,"data_stored":831904,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"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":[]},{"osd":6,"up_from":47,"seq":201863462929,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28184,"kb_used_data":1160,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716968,"statfs":{"total":95995035648,"available":95966175232,"internally_reserved":0,"allocated":1187840,"data_stored":831904,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"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":[]},{"osd":5,"up_from":39,"seq":167503724566,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"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":[]},{"osd":4,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"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":[]},{"osd":3,"up_from":26,"seq":111669149729,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"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":[]},{"osd":2,"up_from":18,"seq":77309411366,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27608,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717544,"statfs":{"total":95995035648,"available":95966765056,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5,6,7],"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":[]},{"osd":1,"up_from":13,"seq":55834574891,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31768,"kb_used_data":580,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713384,"statfs":{"total":95995035648,"available":95962505216,"internally_reserved":0,"allocated":593920,"data_stored":241536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5,6,7],"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":[]},{"osd":0,"up_from":8,"seq":34359738416,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32344,"kb_used_data":1160,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712808,"statfs":{"total":95995035648,"available":95961915392,"internally_reserved":0,"allocated":1187840,"data_stored":831904,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5,6,7],"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":[]}],"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":6,"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":7,"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-09-04T21:03:46.777 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-04T21:03:46.777 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-04T21:03:46.777 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-04T21:03:46.778 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- ceph health --format=json 2024-09-04T21:03:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:46 smithi114 ceph-mon[28207]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:46 smithi114 ceph-mon[28207]: from='client.24500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-04T21:03:47.027 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:47.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:46 smithi031 ceph-mon[24693]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:47.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:46 smithi031 ceph-mon[24693]: from='client.24500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-04T21:03:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:46 smithi031 ceph-mon[34661]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:46 smithi031 ceph-mon[34661]: from='client.24500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-04T21:03:47.707 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:03:47.707 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-04T21:03:48.452 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-04T21:03:48.453 INFO:tasks.cephadm:Setup complete, yielding 2024-09-04T21:03:48.453 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-04T21:03:48.463 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi031.front.sepia.ceph.com 2024-09-04T21:03:48.463 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-04T21:03:48.718 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:48.838 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:48 smithi031 ceph-mon[24693]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:48.838 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:48 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/975157079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-04T21:03:48.838 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:48 smithi031 ceph-mon[34661]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:48.838 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:48 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/975157079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-04T21:03:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:48 smithi114 ceph-mon[28207]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:48.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:48 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/975157079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-04T21:03:49.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:49] ENGINE Bus STOPPING 2024-09-04T21:03:50.078 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:03:50.078 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:49] ENGINE Bus STOPPED 2024-09-04T21:03:50.079 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:49] ENGINE Bus STARTING 2024-09-04T21:03:50.079 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:49] ENGINE Serving on http://:::9283 2024-09-04T21:03:50.079 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:03:49] ENGINE Bus STARTED 2024-09-04T21:03:50.107 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-04T21:03:50.117 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi031.front.sepia.ceph.com 2024-09-04T21:03:50.117 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-04T21:03:50.367 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:50.432 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:50 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3897116136' entity='client.admin' 2024-09-04T21:03:50.432 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:50 smithi114 ceph-mon[28207]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:50.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:50 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3897116136' entity='client.admin' 2024-09-04T21:03:50.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:50 smithi031 ceph-mon[24693]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:50.599 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:50 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3897116136' entity='client.admin' 2024-09-04T21:03:50.599 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:50 smithi031 ceph-mon[34661]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:52.394 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:03:52.395 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "751f136b-fadf-4e23-9c68-ea9fab23ea7a", 2024-09-04T21:03:52.395 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "r", 2024-09-04T21:03:52.395 INFO:teuthology.orchestra.run.smithi031.stdout: "current_period": "b006b7d9-5f28-46d8-b956-487ef5aed8e6", 2024-09-04T21:03:52.395 INFO:teuthology.orchestra.run.smithi031.stdout: "epoch": 1 2024-09-04T21:03:52.395 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:03:52.549 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:52 smithi114 ceph-mon[28207]: osdmap e61: 8 total, 8 up, 8 in 2024-09-04T21:03:52.549 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:52 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/664609997' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-04T21:03:52.549 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:52 smithi114 ceph-mon[28207]: pgmap v22: 33 pgs: 23 creating+peering, 9 unknown, 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:52.693 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:52 smithi031 ceph-mon[24693]: osdmap e61: 8 total, 8 up, 8 in 2024-09-04T21:03:52.693 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:52 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/664609997' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-04T21:03:52.693 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:52 smithi031 ceph-mon[24693]: pgmap v22: 33 pgs: 23 creating+peering, 9 unknown, 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:52.694 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:52 smithi031 ceph-mon[34661]: osdmap e61: 8 total, 8 up, 8 in 2024-09-04T21:03:52.694 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:52 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/664609997' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-04T21:03:52.694 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:52 smithi031 ceph-mon[34661]: pgmap v22: 33 pgs: 23 creating+peering, 9 unknown, 1 active+clean; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:52.936 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:52 smithi114 systemd[1]: Starting Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:03:53.088 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-04T21:03:53.202 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:52 smithi114 podman[57623]: 2024-09-04 21:03:52.837522682 +0000 UTC m=+0.016356325 image pull 2bacad6d85d802cd176c146528adcc0e47a8a83e94bc4a8b7ba1a9b9ef2c65e7 quay.io/ceph/grafana:9.4.12 2024-09-04T21:03:53.202 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:52 smithi114 podman[57623]: 2024-09-04 21:03:52.95980474 +0000 UTC m=+0.138638383 container create 0e8748797ac485af0cb6e1c5cd87f9100b645fa04d1544776c62d6f11c80fbe1 (image=quay.io/ceph/grafana:9.4.12, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:03:53.202 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 podman[57623]: 2024-09-04 21:03:53.145072142 +0000 UTC m=+0.323905789 container init 0e8748797ac485af0cb6e1c5cd87f9100b645fa04d1544776c62d6f11c80fbe1 (image=quay.io/ceph/grafana:9.4.12, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:03:53.202 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 podman[57623]: 2024-09-04 21:03:53.162407767 +0000 UTC m=+0.341241410 container start 0e8748797ac485af0cb6e1c5cd87f9100b645fa04d1544776c62d6f11c80fbe1 (image=quay.io/ceph/grafana:9.4.12, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:03:53.347 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:53.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-mon[28207]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:03:53.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/664609997' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-04T21:03:53.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-mon[28207]: osdmap e62: 8 total, 8 up, 8 in 2024-09-04T21:03:53.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:53.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:53.454 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 bash[57623]: 0e8748797ac485af0cb6e1c5cd87f9100b645fa04d1544776c62d6f11c80fbe1 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 systemd[1]: Started Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308048123Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308217558Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308228244Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308231493Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308235267Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308238449Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308242602Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308245318Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308247924Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308250713Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308253313Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-04T21:03:53.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308255819Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308258788Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308261438Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308264086Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308266585Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308269017Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308271566Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=settings t=2024-09-04T21:03:53.308274101Z level=info msg="App mode production" 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=sqlstore t=2024-09-04T21:03:53.308319726Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=sqlstore t=2024-09-04T21:03:53.308330894Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.309258351Z level=info msg="Starting DB migrations" 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.309321704Z level=info msg="Executing migration" id="create migration_log table" 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.309887192Z level=info msg="Executing migration" id="create user table" 2024-09-04T21:03:53.456 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.310351282Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.310818824Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.311305333Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.311864082Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.312313585Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.3130814Z level=info msg="Executing migration" id="create user table v2" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.313472867Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.313843205Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.314304131Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.314635464Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.31504605Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.315491096Z level=info msg="Executing migration" id="Update user table charset" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.315761417Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.316194083Z level=info msg="Executing migration" id="Add missing user data" 2024-09-04T21:03:53.457 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.31654379Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.316947258Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.317356339Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.317751874Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.319158264Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.319595666Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.320017574Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.3204168Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.320812232Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.321214096Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.321499857Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.321875647Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.322275771Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.322624255Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-04T21:03:53.458 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.322975241Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-04T21:03:53.459 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.323793792Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-04T21:03:53.459 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.324251872Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-04T21:03:53.459 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.324643015Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.325038714Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.325419806Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.32581736Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.326151323Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.326494345Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.326807687Z level=info msg="Executing migration" id="create star table" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.327178663Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.327592726Z level=info msg="Executing migration" id="create org table v1" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.328014372Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.328418324Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.328815482Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.329267048Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-04T21:03:53.460 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.329678749Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.33007861Z level=info msg="Executing migration" id="Update org table charset" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.330360546Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.330616033Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.330904497Z level=info msg="Executing migration" id="create dashboard table" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.331279173Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.333938723Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.334367497Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.334754461Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-04T21:03:53.461 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.337443587Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.340148072Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.342954451Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.345499272Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.348164809Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.350902294Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.351238766Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.353533089Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.35633774Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.357070934Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.359031396Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.361822291Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.364458025Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-04T21:03:53.462 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.367158477Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.367957506Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.368861766Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.36965881Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.369925248Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.371081905Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.371594367Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.372432431Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.373282596Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.374102474Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.374961297Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.37582157Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.376772266Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-04T21:03:53.463 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.377484522Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.378463133Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.379576049Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.380498107Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.381286585Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.382148203Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.383080575Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.383804189Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.384809344Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.385620331Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.386539159Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.387076371Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.387503419Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-04T21:03:53.464 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.388356128Z level=info msg="Executing migration" id="create data_source table" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.388784909Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.389185815Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.389589302Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.390390763Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.390804097Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.391981695Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.392812484Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.393678196Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-04T21:03:53.465 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.394536369Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.395374806Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.396259976Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.397109955Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.400067672Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.402862932Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.405738914Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.408440796Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.411296645Z level=info msg="Executing migration" id="Add uid column" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.414052795Z level=info msg="Executing migration" id="Update uid value" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.41684738Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.417288889Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-04T21:03:53.466 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.42013243Z level=info msg="Executing migration" id="create api_key table" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.422964242Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.425683197Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.428679952Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.431650937Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.434373871Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.434944435Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.437771703Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.440637971Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.443535656Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.444089875Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.446961377Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.449639638Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-04T21:03:53.467 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.452344809Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-04T21:03:53.468 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.452811324Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-04T21:03:53.468 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.45549156Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-04T21:03:53.631 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:03:53.501Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00150586s 2024-09-04T21:03:53.632 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[24693]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:03:53.632 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/664609997' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-04T21:03:53.632 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[24693]: osdmap e62: 8 total, 8 up, 8 in 2024-09-04T21:03:53.632 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:53.632 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:53.632 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[34661]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:03:53.633 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/664609997' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-04T21:03:53.633 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[34661]: osdmap e62: 8 total, 8 up, 8 in 2024-09-04T21:03:53.633 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:53.633 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:53 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:53.704 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.458133791Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-04T21:03:53.704 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.4609103Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.461322358Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.463994209Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.464578354Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.466654812Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.467041577Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.469633778Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.470189252Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.47299086Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.475675587Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.478404814Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.478703575Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-04T21:03:53.705 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.479518445Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.480343373Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.481171547Z level=info msg="Executing migration" id="create quota table v1" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.481568476Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.482395511Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.483307548Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.483974731Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.484387454Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.485185148Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.485490031Z level=info msg="Executing migration" id="create session table" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.486052489Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.486938851Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.487227026Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-04T21:03:53.706 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.488216619Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.488944828Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.489973883Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.490431364Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.491270726Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.49163482Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.492150119Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.493134066Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.493963688Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.494835473Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.495713295Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-04T21:03:53.707 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.496561655Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-04T21:03:53.709 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.497362615Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-04T21:03:53.709 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.498255344Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-04T21:03:53.709 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.499281829Z level=info msg="Executing migration" id="create alert table v1" 2024-09-04T21:03:53.709 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.499967308Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-04T21:03:53.709 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.500423759Z level=info msg="Executing migration" id="add index alert state" 2024-09-04T21:03:53.709 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.501269135Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.502089285Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.503100438Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.503587066Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.504387631Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.506340845Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.50743651Z level=info msg="Executing migration" id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.510333091Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.510654131Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.51326331Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.513662899Z level=info msg="Executing migration" id="Add column is_default" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.516021454Z level=info msg="Executing migration" id="Add column frequency" 2024-09-04T21:03:53.710 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.518931068Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.521456703Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.524287895Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.527202069Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.529870115Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.530173186Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.533090714Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.535999126Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.538776955Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.539193341Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.541877859Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.544652557Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-04T21:03:53.711 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.547323573Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.547718269Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.550491459Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.553299992Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.556020913Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.556306557Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.558996396Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.559421806Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.56198489Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-04T21:03:53.712 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.562399512Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-04T21:03:53.713 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.564621753Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-04T21:03:53.713 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.565024649Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-04T21:03:53.713 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.567959993Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-04T21:03:53.713 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.570664661Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-04T21:03:53.713 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.573173625Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-04T21:03:53.713 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.573472582Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.574315004Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.575209161Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.575991627Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.576376945Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.57717284Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.578105404Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.58051501Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.58090731Z level=info msg="Executing migration" id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.581846125Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-04T21:03:53.714 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.58257818Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.583405975Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.583737545Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.58454261Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.585396896Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.586255234Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.587064659Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.587382291Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.588251492Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.589074342Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.590062379Z level=info msg="Executing migration" id="Move region to single row" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.590464341Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.591316953Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-04T21:03:53.715 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.591775473Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.592194606Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.593026268Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.593461085Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.59427194Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.594585891Z level=info msg="Executing migration" id="create test_data table" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.595171454Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.595993319Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.596400884Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.597328588Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-04T21:03:53.716 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.59823016Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.599163039Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.599497772Z level=info msg="Executing migration" id="create team table" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.602382213Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.605031945Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.60768083Z level=info msg="Executing migration" id="create team member table" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.608089209Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.610800803Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.613533709Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.616270277Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.617109101Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-04T21:03:53.717 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.619912835Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.622490949Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.625111056Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.625571308Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.628221244Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.628656077Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.629567765Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.630390681Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.631292352Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.632100832Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.633053686Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.633776052Z level=info msg="Executing migration" id="create tag table" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.634663721Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.635640704Z level=info msg="Executing migration" id="create login attempt table" 2024-09-04T21:03:53.718 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.636347548Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.637191101Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.638004755Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.640316039Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.641184953Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.64213161Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.642858215Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.643905614Z level=info msg="Executing migration" id="create user auth table" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.644594826Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.645600556Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.646471555Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.647535595Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.648457064Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.649322433Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-04T21:03:53.719 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.650194482Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.651034816Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.651927225Z level=info msg="Executing migration" id="create server_lock table" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.652775044Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.653666302Z level=info msg="Executing migration" id="create user auth token table" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.654529109Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.655471003Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.65624731Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.657173965Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.658308816Z level=info msg="Executing migration" id="create cache_data table" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.659136935Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.660139465Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.660883297Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-04T21:03:53.720 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.663735984Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.664049071Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.664341516Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.666557256Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.669352455Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.669987402Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.670267933Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.670657759Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.671055198Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.671465557Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.671871008Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.672729045Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-04T21:03:53.721 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.673167692Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.673457366Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.67382416Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.674246584Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.674649907Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.674910249Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.675355887Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.67572404Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.676158713Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.676574016Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.677507913Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.677910789Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.678306714Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.682720015Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-04T21:03:53.722 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.687102009Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.687537955Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.687937793Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.688904005Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.689331437Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.689744281Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.690165664Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.690584462Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.690833861Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.691754021Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.692678318Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.693614339Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.694022131Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.694443436Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-04T21:03:53.723 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.695414014Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.696425223Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.696846326Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.697802418Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.698735835Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.699040335Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.699464451Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.7022267Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.702667207Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.702952336Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.703981082Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-04T21:03:53.724 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.706793082Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-04T21:03:53.888 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "f37b6f4f-97ad-4de3-8047-8cad56e6cfc7", 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "default", 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "api_name": "default", 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "is_master": true, 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "endpoints": [], 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames": [], 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames_s3website": [], 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zone": "", 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "zones": [], 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: "placement_targets": [ 2024-09-04T21:03:53.889 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "default-placement", 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "tags": [], 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "storage_classes": [] 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "default_placement": "default-placement", 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "751f136b-fadf-4e23-9c68-ea9fab23ea7a", 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_policy": { 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "groups": [] 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled_features": [ 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "notification_v2", 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: "resharding" 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-04T21:03:53.890 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:03:53.961 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.708194303Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-04T21:03:53.961 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.709592537Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-04T21:03:53.961 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.710984696Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-04T21:03:53.961 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.711387025Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.711876563Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.713289912Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.713700828Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.715150157Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.71802747Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.720873933Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.723821717Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.726382665Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.729214855Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.731986395Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.734756673Z level=info msg="Executing migration" id="create alert_image table" 2024-09-04T21:03:53.962 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.73768659Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.740447832Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.743196763Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.743618222Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.746418397Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.746603557Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.746974365Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.749236256Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.752083091Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.752210198Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.752309513Z level=info msg="alerts found to migrate" alerts=0 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.754666345Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.75753526Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.760333815Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-04T21:03:53.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.762958107Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-04T21:03:53.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.765709943Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-04T21:03:53.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.76836013Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-04T21:03:53.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.771108314Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-04T21:03:53.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.773724326Z level=info msg="Executing migration" id="create data_keys table" 2024-09-04T21:03:53.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.77657055Z level=info msg="Executing migration" id="create secrets table" 2024-09-04T21:03:53.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.779121356Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-04T21:03:53.965 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.784690907Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-04T21:03:53.965 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.787539405Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.790066212Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.795726979Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.801330214Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.802191612Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.805129279Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.807927449Z level=info msg="Executing migration" id="create permission table" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.808388366Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.811336207Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.814056294Z level=info msg="Executing migration" id="create role table" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.816907338Z level=info msg="Executing migration" id="add column display_name" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.817976118Z level=info msg="Executing migration" id="add column group_name" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.820976399Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-04T21:03:53.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.823579378Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.82667352Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.829375594Z level=info msg="Executing migration" id="create team role table" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.83214229Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.834985649Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.837739046Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.838197369Z level=info msg="Executing migration" id="create user role table" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.841064149Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.844086918Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.846913978Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.847373445Z level=info msg="Executing migration" id="create builtin role table" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.850174246Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.853005951Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.855713135Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-04T21:03:53.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.856819804Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.859536997Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.862357458Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.864915949Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.865402498Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.868309885Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.870834705Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.873595442Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.874045678Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.876821977Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.87958737Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.882284236Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-04T21:03:53.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.882857952Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.883665077Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.884595479Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.885054153Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.885462241Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.885932174Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.887074637Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.888010919Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.888740116Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.889204764Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.890180229Z level=info msg="Executing migration" id="add correlation config column" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.891462637Z level=info msg="Executing migration" id="create entity_events table" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.892345211Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-04T21:03:53.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.89276346Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.892838859Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.893679841Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.893774191Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.894614959Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.89537011Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.895769641Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.896782082Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.897469948Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.898376213Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.899070439Z level=info msg="Executing migration" id="Drop public config table" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.899454835Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-04T21:03:53.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.900312679Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.900763591Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.90122109Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.902089744Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.905873516Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.907010162Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.90834257Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.909064615Z level=info msg="Executing migration" id="add share column" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.910220334Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.911064893Z level=info msg="Executing migration" id="create file table" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.912047404Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.912941892Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.913592259Z level=info msg="Executing migration" id="create file_meta table" 2024-09-04T21:03:53.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.916424064Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.919280964Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.922106083Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.922653312Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.92553151Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.925971683Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.928479358Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.931328287Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.931898345Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.934906138Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.937705343Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.940431163Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.941683804Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.944385574Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-04T21:03:53.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.947196062Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-04T21:03:53.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.959651284Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-04T21:03:53.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.960251358Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.962952282Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.969857975Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.972714965Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.97307706Z level=info msg="Executing migration" id="create folder table" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.975910165Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.978493416Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.980979553Z level=info msg="Executing migration" id="Update folder title length" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.981350431Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=migrator t=2024-09-04T21:03:53.984092484Z level=info msg="migrations completed" performed=485 skipped=0 duration=674.789868ms 2024-09-04T21:03:54.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=sqlstore t=2024-09-04T21:03:53.984467489Z level=info msg="Created default organization" 2024-09-04T21:03:54.353 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=plugin.finder t=2024-09-04T21:03:54.019939535Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-04T21:03:54.353 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=secrets t=2024-09-04T21:03:54.020045188Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-04T21:03:54.353 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=query_data t=2024-09-04T21:03:54.022199095Z level=info msg="Query Service initialization" 2024-09-04T21:03:54.353 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=live.push_http t=2024-09-04T21:03:54.024615954Z level=info msg="Live Push Gateway initialization" 2024-09-04T21:03:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:03:54] "GET /metrics HTTP/1.1" 200 26214 "" "Prometheus/2.43.0" 2024-09-04T21:03:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[24693]: osdmap e63: 8 total, 8 up, 8 in 2024-09-04T21:03:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[24693]: Deploying daemon node-exporter.a on smithi031 2024-09-04T21:03:54.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[24693]: pgmap v25: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:54.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[34661]: osdmap e63: 8 total, 8 up, 8 in 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[34661]: Deploying daemon node-exporter.a on smithi031 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:54 smithi031 ceph-mon[34661]: pgmap v25: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-mon[28207]: osdmap e63: 8 total, 8 up, 8 in 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-mon[28207]: Deploying daemon node-exporter.a on smithi031 2024-09-04T21:03:54.602 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-mon[28207]: pgmap v25: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:54.751 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-04T21:03:54.857 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=infra.usagestats.collector t=2024-09-04T21:03:54.694017247Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-04T21:03:54.857 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=provisioning.datasources t=2024-09-04T21:03:54.695005931Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=provisioning.datasources t=2024-09-04T21:03:54.706048742Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=provisioning.alerting t=2024-09-04T21:03:54.717007653Z level=info msg="starting to provision alerting" 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=provisioning.alerting t=2024-09-04T21:03:54.717017579Z level=info msg="finished to provision alerting" 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=grafanaStorageLogger t=2024-09-04T21:03:54.717198666Z level=info msg="storage starting" 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=ngalert.state.manager t=2024-09-04T21:03:54.717261621Z level=info msg="Warming state cache for startup" 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=ngalert.state.manager t=2024-09-04T21:03:54.720960124Z level=info msg="State cache has been initialized" states=0 duration=3.696708ms 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=ticker t=2024-09-04T21:03:54.721213657Z level=info msg=starting first_tick=2024-09-04T21:04:00Z 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=ngalert.multiorg.alertmanager t=2024-09-04T21:03:54.721550849Z level=info msg="starting MultiOrg Alertmanager" 2024-09-04T21:03:54.858 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:03:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=http.server t=2024-09-04T21:03:54.724401924Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-04T21:03:55.010 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:55.100 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:54 smithi031 bash[66796]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-04T21:03:55.449 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:55 smithi031 ceph-mon[24693]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:03:55.449 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:55 smithi031 ceph-mon[24693]: Cluster is now healthy 2024-09-04T21:03:55.449 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:55 smithi031 ceph-mon[34661]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:03:55.449 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:55 smithi031 ceph-mon[34661]: Cluster is now healthy 2024-09-04T21:03:55.450 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:55 smithi031 bash[66796]: Getting image source signatures 2024-09-04T21:03:55.450 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:55 smithi031 bash[66796]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-04T21:03:55.450 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:55 smithi031 bash[66796]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-04T21:03:55.450 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:55 smithi031 bash[66796]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-04T21:03:55.582 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "1f2e644b-2e18-4805-a622-4d1fc0bef2e1", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "z", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "domain_root": "z.rgw.meta:root", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "control_pool": "z.rgw.control", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "log_pool": "z.rgw.log", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-04T21:03:55.583 INFO:teuthology.orchestra.run.smithi031.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "otp_pool": "z.rgw.otp", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "notif_pool": "z.rgw.log:notif", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "topics_pool": "z.rgw.meta:topics", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "account_pool": "z.rgw.meta:accounts", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "group_pool": "z.rgw.meta:groups", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "system_key": { 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "access_key": "", 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "secret_key": "" 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: "placement_pools": [ 2024-09-04T21:03:55.584 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "key": "default-placement", 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "val": { 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "storage_classes": { 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "STANDARD": { 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "index_type": 0, 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: "inline_data": true 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:03:55.585 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:03:55.586 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "751f136b-fadf-4e23-9c68-ea9fab23ea7a" 2024-09-04T21:03:55.586 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:03:55.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:55 smithi114 ceph-mon[28207]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:03:55.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:55 smithi114 ceph-mon[28207]: Cluster is now healthy 2024-09-04T21:03:56.850 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:56 smithi031 bash[66796]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-04T21:03:56.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:56 smithi031 ceph-mon[24693]: pgmap v26: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:56.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:56 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:56.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:56 smithi031 ceph-mon[34661]: pgmap v26: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:56.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:56 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:56 smithi114 ceph-mon[28207]: pgmap v26: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:03:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:56 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:57.323 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 bash[66796]: Writing manifest to image destination 2024-09-04T21:03:57.456 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-04T21:03:57.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 podman[66796]: 2024-09-04 21:03:57.298368224 +0000 UTC m=+2.498658358 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-04T21:03:57.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 podman[66796]: 2024-09-04 21:03:57.547200416 +0000 UTC m=+2.747490548 container create 0115cd5f1e06c67e630e030efd8de6a4a96892cbb2f7984354757ca54bddce50 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:57.952 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:03:58.072 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 podman[66796]: 2024-09-04 21:03:57.78259802 +0000 UTC m=+2.982888152 container init 0115cd5f1e06c67e630e030efd8de6a4a96892cbb2f7984354757ca54bddce50 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:58.072 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 podman[66796]: 2024-09-04 21:03:57.785478332 +0000 UTC m=+2.985768461 container start 0115cd5f1e06c67e630e030efd8de6a4a96892cbb2f7984354757ca54bddce50 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:03:58.072 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.789Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-04T21:03:58.072 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.789Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-04T21:03:58.072 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-04T21:03:58.072 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-04T21:03:58.072 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=arp 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-04T21:03:58.073 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=edac 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-04T21:03:58.074 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=os 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-04T21:03:58.075 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=stat 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=time 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=uname 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.790Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-04T21:03:58.076 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.791Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-04T21:03:58.077 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[67552]: ts=2024-09-04T21:03:57.791Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-04T21:03:58.077 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 bash[66796]: 0115cd5f1e06c67e630e030efd8de6a4a96892cbb2f7984354757ca54bddce50 2024-09-04T21:03:58.077 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:03:57 smithi031 systemd[1]: Started Ceph node-exporter.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:03:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:58 smithi114 ceph-mon[28207]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.6 KiB/s wr, 6 op/s 2024-09-04T21:03:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:58 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:58 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:58.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:58 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:58.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:58 smithi114 ceph-mon[28207]: Deploying daemon node-exporter.b on smithi114 2024-09-04T21:03:59.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[24693]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.6 KiB/s wr, 6 op/s 2024-09-04T21:03:59.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:59.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:59.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:59.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[24693]: Deploying daemon node-exporter.b on smithi114 2024-09-04T21:03:59.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[34661]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.6 KiB/s wr, 6 op/s 2024-09-04T21:03:59.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:59.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:59.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:03:59.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:58 smithi031 ceph-mon[34661]: Deploying daemon node-exporter.b on smithi114 2024-09-04T21:03:59.701 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:03:59 smithi114 bash[57898]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-04T21:04:00.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:59 smithi114 ceph-mon[28207]: osdmap e64: 8 total, 8 up, 8 in 2024-09-04T21:04:00.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:03:59 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-04T21:04:00.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:59 smithi031 ceph-mon[24693]: osdmap e64: 8 total, 8 up, 8 in 2024-09-04T21:04:00.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:03:59 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-04T21:04:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:59 smithi031 ceph-mon[34661]: osdmap e64: 8 total, 8 up, 8 in 2024-09-04T21:04:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:03:59 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-04T21:04:00.946 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:00 smithi114 bash[57898]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-04T21:04:00.960 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:00 smithi114 bash[57898]: Writing manifest to image destination 2024-09-04T21:04:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:00 smithi114 ceph-mon[28207]: pgmap v29: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-09-04T21:04:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:00 smithi114 ceph-mon[28207]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:04:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:00 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-04T21:04:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:00 smithi114 ceph-mon[28207]: osdmap e65: 8 total, 8 up, 8 in 2024-09-04T21:04:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:00 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:00 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:01.203 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 podman[57898]: 2024-09-04 21:04:01.034256396 +0000 UTC m=+2.243374469 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-04T21:04:01.203 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 podman[57898]: 2024-09-04 21:04:01.149513386 +0000 UTC m=+2.358631499 container create 0f607440ff49d06dc49990cac656a8a3933f69bc370b2dff4deb7b6da2885358 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:04:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[24693]: pgmap v29: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-09-04T21:04:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[24693]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[24693]: osdmap e65: 8 total, 8 up, 8 in 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[34661]: pgmap v29: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[34661]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[34661]: osdmap e65: 8 total, 8 up, 8 in 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:00 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:01.702 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 podman[57898]: 2024-09-04 21:04:01.393223975 +0000 UTC m=+2.602342043 container init 0f607440ff49d06dc49990cac656a8a3933f69bc370b2dff4deb7b6da2885358 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 podman[57898]: 2024-09-04 21:04:01.396104793 +0000 UTC m=+2.605222864 container start 0f607440ff49d06dc49990cac656a8a3933f69bc370b2dff4deb7b6da2885358 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.399Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.399Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.400Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.400Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.400Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.400Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=arp 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-04T21:04:01.703 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-04T21:04:01.704 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-04T21:04:01.704 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-04T21:04:01.704 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-04T21:04:01.704 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-04T21:04:01.704 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=edac 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-04T21:04:01.705 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=os 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-04T21:04:01.706 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=stat 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=time 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=uname 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[57973]: ts=2024-09-04T21:04:01.401Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 bash[57898]: 0f607440ff49d06dc49990cac656a8a3933f69bc370b2dff4deb7b6da2885358 2024-09-04T21:04:01.707 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:04:01 smithi114 systemd[1]: Started Ceph node-exporter.b for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:04:02.225 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-mon[28207]: osdmap e66: 8 total, 8 up, 8 in 2024-09-04T21:04:02.225 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-04T21:04:02.225 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.225 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.225 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.225 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.225 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:01 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.273 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[24693]: osdmap e66: 8 total, 8 up, 8 in 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[34661]: osdmap e66: 8 total, 8 up, 8 in 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:02.274 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:01 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:03.235 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:02 smithi031 ceph-mon[24693]: pgmap v32: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.7 KiB/s wr, 11 op/s 2024-09-04T21:04:03.236 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:02 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-04T21:04:03.236 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:02 smithi031 ceph-mon[24693]: osdmap e67: 8 total, 8 up, 8 in 2024-09-04T21:04:03.236 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:02 smithi031 ceph-mon[34661]: pgmap v32: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.7 KiB/s wr, 11 op/s 2024-09-04T21:04:03.236 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:02 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-04T21:04:03.236 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:02 smithi031 ceph-mon[34661]: osdmap e67: 8 total, 8 up, 8 in 2024-09-04T21:04:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:02 smithi114 ceph-mon[28207]: pgmap v32: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.7 KiB/s wr, 11 op/s 2024-09-04T21:04:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:02 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-04T21:04:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:02 smithi114 ceph-mon[28207]: osdmap e67: 8 total, 8 up, 8 in 2024-09-04T21:04:04.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:03 smithi031 ceph-mon[24693]: osdmap e68: 8 total, 8 up, 8 in 2024-09-04T21:04:04.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:03 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-04T21:04:04.314 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:03 smithi031 ceph-mon[34661]: osdmap e68: 8 total, 8 up, 8 in 2024-09-04T21:04:04.314 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:03 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-04T21:04:04.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:03 smithi114 ceph-mon[28207]: osdmap e68: 8 total, 8 up, 8 in 2024-09-04T21:04:04.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:03 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-04T21:04:04.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:04:04] "GET /metrics HTTP/1.1" 200 30900 "" "Prometheus/2.43.0" 2024-09-04T21:04:05.054 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:04:05.054 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "24ece38f-bbaa-460e-bc2d-d2540bac14c3", 2024-09-04T21:04:05.054 INFO:teuthology.orchestra.run.smithi031.stdout: "epoch": 1, 2024-09-04T21:04:05.054 INFO:teuthology.orchestra.run.smithi031.stdout: "predecessor_uuid": "b006b7d9-5f28-46d8-b956-487ef5aed8e6", 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_status": [], 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "period_map": { 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "24ece38f-bbaa-460e-bc2d-d2540bac14c3", 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "zonegroups": [ 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "f37b6f4f-97ad-4de3-8047-8cad56e6cfc7", 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "default", 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "api_name": "default", 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "is_master": true, 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "endpoints": [], 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames": [], 2024-09-04T21:04:05.055 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames_s3website": [], 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zone": "1f2e644b-2e18-4805-a622-4d1fc0bef2e1", 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "zones": [ 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "1f2e644b-2e18-4805-a622-4d1fc0bef2e1", 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "z", 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "endpoints": [], 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "log_meta": false, 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "log_data": false, 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "bucket_index_max_shards": 11, 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "read_only": false, 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "tier_type": "", 2024-09-04T21:04:05.056 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_from_all": true, 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_from": [], 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "redirect_zone": "", 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "supported_features": [ 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "compress-encrypted", 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "notification_v2", 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "resharding" 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "placement_targets": [ 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "default-placement", 2024-09-04T21:04:05.057 INFO:teuthology.orchestra.run.smithi031.stdout: "tags": [], 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: "storage_classes": [ 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: "STANDARD" 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: "default_placement": "default-placement", 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "751f136b-fadf-4e23-9c68-ea9fab23ea7a", 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_policy": { 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: "groups": [] 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:04:05.058 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled_features": [ 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: "notification_v2", 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: "resharding" 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: "short_zone_ids": [ 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: "key": "1f2e644b-2e18-4805-a622-4d1fc0bef2e1", 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: "val": 4201407508 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zonegroup": "f37b6f4f-97ad-4de3-8047-8cad56e6cfc7", 2024-09-04T21:04:05.059 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zone": "1f2e644b-2e18-4805-a622-4d1fc0bef2e1", 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "period_config": { 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "bucket_quota": { 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled": false, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "check_on_raw": false, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size": -1, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size_kb": 0, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "max_objects": -1 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "user_quota": { 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled": false, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "check_on_raw": false, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size": -1, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size_kb": 0, 2024-09-04T21:04:05.060 INFO:teuthology.orchestra.run.smithi031.stdout: "max_objects": -1 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "user_ratelimit": { 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_read_ops": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_write_ops": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_read_bytes": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_write_bytes": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled": false 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "bucket_ratelimit": { 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_read_ops": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_write_ops": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_read_bytes": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "max_write_bytes": 0, 2024-09-04T21:04:05.061 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled": false 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "anonymous_ratelimit": { 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "max_read_ops": 0, 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "max_write_ops": 0, 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "max_read_bytes": 0, 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "max_write_bytes": 0, 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled": false 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "751f136b-fadf-4e23-9c68-ea9fab23ea7a", 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_epoch": 2 2024-09-04T21:04:05.062 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:04:05.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[24693]: pgmap v35: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 6 op/s 2024-09-04T21:04:05.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-04T21:04:05.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[24693]: osdmap e69: 8 total, 8 up, 8 in 2024-09-04T21:04:05.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[34661]: pgmap v35: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 6 op/s 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[34661]: osdmap e69: 8 total, 8 up, 8 in 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:05.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:04 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:05.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:04 smithi114 ceph-mon[28207]: pgmap v35: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 6 op/s 2024-09-04T21:04:05.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:04 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-04T21:04:05.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:04 smithi114 ceph-mon[28207]: osdmap e69: 8 total, 8 up, 8 in 2024-09-04T21:04:05.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:04 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-04T21:04:05.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:04 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:05.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:04 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:05.831 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-09-04T21:04:06.089 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:04:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:05 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-04T21:04:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:05 smithi031 ceph-mon[24693]: osdmap e70: 8 total, 8 up, 8 in 2024-09-04T21:04:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:05 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:06.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:05 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-04T21:04:06.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:05 smithi031 ceph-mon[34661]: osdmap e70: 8 total, 8 up, 8 in 2024-09-04T21:04:06.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:05 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:06.286 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:05 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/385243525' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-04T21:04:06.286 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:05 smithi114 ceph-mon[28207]: osdmap e70: 8 total, 8 up, 8 in 2024-09-04T21:04:06.286 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:05 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:06.736 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled rgw.foo update... 2024-09-04T21:04:07.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:06 smithi114 ceph-mon[28207]: pgmap v38: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:04:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:06 smithi114 ceph-mon[28207]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:04:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:06 smithi114 ceph-mon[28207]: Cluster is now healthy 2024-09-04T21:04:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:06 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:07.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[24693]: pgmap v38: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:04:07.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[24693]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:04:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[24693]: Cluster is now healthy 2024-09-04T21:04:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:07.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[34661]: pgmap v38: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:04:07.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[34661]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:04:07.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[34661]: Cluster is now healthy 2024-09-04T21:04:07.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:06 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:07.432 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph osd pool create foo' 2024-09-04T21:04:07.681 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:04:08.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: Saving service rgw.foo spec with placement count:2 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:08.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[24693]: Deploying daemon rgw.foo.smithi114.flyvrr on smithi114 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: Saving service rgw.foo spec with placement count:2 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:08.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:08 smithi031 ceph-mon[34661]: Deploying daemon rgw.foo.smithi114.flyvrr on smithi114 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: Saving service rgw.foo spec with placement count:2 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:08.553 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:08.554 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-04T21:04:08.554 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:08.554 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:08.554 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:08 smithi114 ceph-mon[28207]: Deploying daemon rgw.foo.smithi114.flyvrr on smithi114 2024-09-04T21:04:09.293 INFO:teuthology.orchestra.run.smithi031.stderr:pool 'foo' created 2024-09-04T21:04:09.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:09 smithi031 ceph-mon[24693]: pgmap v39: 129 pgs: 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-09-04T21:04:09.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:09 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3896849252' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-04T21:04:09.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:09 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-04T21:04:09.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:09 smithi031 ceph-mon[34661]: pgmap v39: 129 pgs: 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-09-04T21:04:09.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:09 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3896849252' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-04T21:04:09.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:09 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-04T21:04:09.662 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:09 smithi114 ceph-mon[28207]: pgmap v39: 129 pgs: 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-09-04T21:04:09.662 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:09 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3896849252' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-04T21:04:09.662 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:09 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-04T21:04:09.896 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'rbd pool init foo' 2024-09-04T21:04:10.181 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:04:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-04T21:04:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: osdmap e71: 8 total, 8 up, 8 in 2024-09-04T21:04:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: osdmap e71: 8 total, 8 up, 8 in 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-04T21:04:10.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:10 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: osdmap e71: 8 total, 8 up, 8 in 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:10 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:11.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[24693]: pgmap v41: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[24693]: Deploying daemon rgw.foo.smithi031.kbojtn on smithi031 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[24693]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[24693]: osdmap e72: 8 total, 8 up, 8 in 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2740305088' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[34661]: pgmap v41: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[34661]: Deploying daemon rgw.foo.smithi031.kbojtn on smithi031 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[34661]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[34661]: osdmap e72: 8 total, 8 up, 8 in 2024-09-04T21:04:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:11 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2740305088' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-04T21:04:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:11 smithi114 ceph-mon[28207]: pgmap v41: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-04T21:04:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:11 smithi114 ceph-mon[28207]: Deploying daemon rgw.foo.smithi031.kbojtn on smithi031 2024-09-04T21:04:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:11 smithi114 ceph-mon[28207]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-04T21:04:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:11 smithi114 ceph-mon[28207]: osdmap e72: 8 total, 8 up, 8 in 2024-09-04T21:04:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:11 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2740305088' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-04T21:04:12.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:12 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2740305088' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-04T21:04:12.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:12 smithi031 ceph-mon[24693]: osdmap e73: 8 total, 8 up, 8 in 2024-09-04T21:04:12.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:12 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2740305088' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-04T21:04:12.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:12 smithi031 ceph-mon[34661]: osdmap e73: 8 total, 8 up, 8 in 2024-09-04T21:04:12.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:12 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2740305088' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-04T21:04:12.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:12 smithi114 ceph-mon[28207]: osdmap e73: 8 total, 8 up, 8 in 2024-09-04T21:04:13.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 7.5 KiB/s wr, 193 op/s 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: Cluster is now healthy 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: osdmap e74: 8 total, 8 up, 8 in 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 7.5 KiB/s wr, 193 op/s 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: Cluster is now healthy 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: osdmap e74: 8 total, 8 up, 8 in 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 7.5 KiB/s wr, 193 op/s 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: Cluster is now healthy 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: osdmap e74: 8 total, 8 up, 8 in 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:13.970 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch apply iscsi foo u p' 2024-09-04T21:04:14.569 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:14 smithi031 ceph-mon[24693]: Saving service rgw.foo spec with placement count:2 2024-09-04T21:04:14.569 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:14 smithi031 ceph-mon[24693]: osdmap e75: 8 total, 8 up, 8 in 2024-09-04T21:04:14.569 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:04:14] "GET /metrics HTTP/1.1" 200 30900 "" "Prometheus/2.43.0" 2024-09-04T21:04:14.570 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:14 smithi031 ceph-mon[34661]: Saving service rgw.foo spec with placement count:2 2024-09-04T21:04:14.570 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:14 smithi031 ceph-mon[34661]: osdmap e75: 8 total, 8 up, 8 in 2024-09-04T21:04:14.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:14 smithi114 ceph-mon[28207]: Saving service rgw.foo spec with placement count:2 2024-09-04T21:04:14.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:14 smithi114 ceph-mon[28207]: osdmap e75: 8 total, 8 up, 8 in 2024-09-04T21:04:14.844 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:04:15.532 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled iscsi.foo update... 2024-09-04T21:04:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:15 smithi031 ceph-mon[24693]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 118 KiB/s rd, 8.2 KiB/s wr, 281 op/s 2024-09-04T21:04:15.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:15 smithi031 ceph-mon[34661]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 118 KiB/s rd, 8.2 KiB/s wr, 281 op/s 2024-09-04T21:04:15.610 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:15 smithi114 ceph-mon[28207]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 118 KiB/s rd, 8.2 KiB/s wr, 281 op/s 2024-09-04T21:04:16.273 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'sleep 180' 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:16 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-04T21:04:16.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.556 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:16.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:16 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:17.288 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:04:17.588 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 6.4 KiB/s wr, 218 op/s 2024-09-04T21:04:17.588 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: from='client.24653 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:04:17.588 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: Saving service iscsi.foo spec with placement count:1 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: osdmap e76: 8 total, 8 up, 8 in 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 6.4 KiB/s wr, 218 op/s 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: from='client.24653 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:04:17.589 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: Saving service iscsi.foo spec with placement count:1 2024-09-04T21:04:17.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-09-04T21:04:17.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-04T21:04:17.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-04T21:04:17.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-09-04T21:04:17.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: osdmap e76: 8 total, 8 up, 8 in 2024-09-04T21:04:17.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:17.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:17 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 6.4 KiB/s wr, 218 op/s 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: from='client.24653 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: Saving service iscsi.foo spec with placement count:1 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-09-04T21:04:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: osdmap e76: 8 total, 8 up, 8 in 2024-09-04T21:04:17.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:17.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:17 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:18.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:18 smithi031 ceph-mon[24693]: osdmap e77: 8 total, 8 up, 8 in 2024-09-04T21:04:18.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:18 smithi031 ceph-mon[34661]: osdmap e77: 8 total, 8 up, 8 in 2024-09-04T21:04:18.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:18 smithi114 ceph-mon[28207]: osdmap e77: 8 total, 8 up, 8 in 2024-09-04T21:04:19.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:18 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:18] ENGINE Bus STOPPING 2024-09-04T21:04:19.490 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 127 KiB/s rd, 597 B/s wr, 195 op/s 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: Checking dashboard <-> RGW credentials 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: Deploying daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:04:19.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[24693]: osdmap e78: 8 total, 8 up, 8 in 2024-09-04T21:04:19.492 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:04:19.492 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE Bus STOPPED 2024-09-04T21:04:19.492 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE Bus STARTING 2024-09-04T21:04:19.492 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE Serving on http://:::9283 2024-09-04T21:04:19.492 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE Bus STARTED 2024-09-04T21:04:19.492 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE Bus STOPPING 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 127 KiB/s rd, 597 B/s wr, 195 op/s 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: Checking dashboard <-> RGW credentials 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-09-04T21:04:19.493 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:19.494 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: Deploying daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:04:19.494 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-mon[34661]: osdmap e78: 8 total, 8 up, 8 in 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 127 KiB/s rd, 597 B/s wr, 195 op/s 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: Checking dashboard <-> RGW credentials 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:19.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:04:19.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:04:19.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-09-04T21:04:19.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:19.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: Deploying daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:04:19.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:19 smithi114 ceph-mon[28207]: osdmap e78: 8 total, 8 up, 8 in 2024-09-04T21:04:20.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:04:20.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE Bus STOPPED 2024-09-04T21:04:20.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:19] ENGINE Bus STARTING 2024-09-04T21:04:20.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:20 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:20] ENGINE Serving on http://:::9283 2024-09-04T21:04:20.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:20 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:20] ENGINE Bus STARTED 2024-09-04T21:04:20.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:20 smithi031 ceph-mon[24693]: pgmap v53: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 511 B/s wr, 167 op/s 2024-09-04T21:04:20.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:20 smithi031 ceph-mon[34661]: pgmap v53: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 511 B/s wr, 167 op/s 2024-09-04T21:04:20.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:20 smithi114 ceph-mon[28207]: pgmap v53: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 511 B/s wr, 167 op/s 2024-09-04T21:04:21.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:21 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:21.763 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:21 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:21.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:21 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 116 KiB/s rd, 853 B/s wr, 174 op/s; 24 B/s, 0 objects/s recovering 2024-09-04T21:04:22.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: Checking pool "foo" exists for service iscsi.foo 2024-09-04T21:04:22.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/552946441' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/96682193' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]: dispatch 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]: dispatch 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 116 KiB/s rd, 853 B/s wr, 174 op/s; 24 B/s, 0 objects/s recovering 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: Checking pool "foo" exists for service iscsi.foo 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/552946441' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:04:22.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/96682193' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]: dispatch 2024-09-04T21:04:22.699 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:22 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]: dispatch 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 116 KiB/s rd, 853 B/s wr, 174 op/s; 24 B/s, 0 objects/s recovering 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: Checking pool "foo" exists for service iscsi.foo 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/552946441' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/96682193' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]: dispatch 2024-09-04T21:04:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:22 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]: dispatch 2024-09-04T21:04:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:23 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]': finished 2024-09-04T21:04:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:23 smithi114 ceph-mon[28207]: osdmap e79: 8 total, 8 up, 8 in 2024-09-04T21:04:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:23 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1721423817' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/1991368951"}]: dispatch 2024-09-04T21:04:24.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:23 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]': finished 2024-09-04T21:04:24.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:23 smithi031 ceph-mon[34661]: osdmap e79: 8 total, 8 up, 8 in 2024-09-04T21:04:24.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:23 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1721423817' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/1991368951"}]: dispatch 2024-09-04T21:04:24.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:23 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/1991368951"}]': finished 2024-09-04T21:04:24.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:23 smithi031 ceph-mon[24693]: osdmap e79: 8 total, 8 up, 8 in 2024-09-04T21:04:24.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:23 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1721423817' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/1991368951"}]: dispatch 2024-09-04T21:04:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:04:24] "GET /metrics HTTP/1.1" 200 38050 "" "Prometheus/2.43.0" 2024-09-04T21:04:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:24 smithi114 ceph-mon[28207]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 334 B/s wr, 7 op/s; 23 B/s, 0 objects/s recovering 2024-09-04T21:04:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:24 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1721423817' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/1991368951"}]': finished 2024-09-04T21:04:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:24 smithi114 ceph-mon[28207]: osdmap e80: 8 total, 8 up, 8 in 2024-09-04T21:04:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:24 smithi114 ceph-mon[28207]: mgrmap e22: y(active, since 68s), standbys: x 2024-09-04T21:04:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:24 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/566952052' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]: dispatch 2024-09-04T21:04:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:24 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]: dispatch 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[24693]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 334 B/s wr, 7 op/s; 23 B/s, 0 objects/s recovering 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1721423817' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/1991368951"}]': finished 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[24693]: osdmap e80: 8 total, 8 up, 8 in 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[24693]: mgrmap e22: y(active, since 68s), standbys: x 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/566952052' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]: dispatch 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]: dispatch 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[34661]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 334 B/s wr, 7 op/s; 23 B/s, 0 objects/s recovering 2024-09-04T21:04:24.976 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1721423817' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/1991368951"}]': finished 2024-09-04T21:04:24.977 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[34661]: osdmap e80: 8 total, 8 up, 8 in 2024-09-04T21:04:24.977 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[34661]: mgrmap e22: y(active, since 68s), standbys: x 2024-09-04T21:04:24.977 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/566952052' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]: dispatch 2024-09-04T21:04:24.977 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:24 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]: dispatch 2024-09-04T21:04:26.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]': finished 2024-09-04T21:04:26.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: osdmap e81: 8 total, 8 up, 8 in 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3025759035' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/374290294"}]: dispatch 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]': finished 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: osdmap e81: 8 total, 8 up, 8 in 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3025759035' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/374290294"}]: dispatch 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:25 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/670721741"}]': finished 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: osdmap e81: 8 total, 8 up, 8 in 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3025759035' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/374290294"}]: dispatch 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:25 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 341 B/s wr, 7 op/s; 24 B/s, 0 objects/s recovering 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3025759035' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/374290294"}]': finished 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: osdmap e82: 8 total, 8 up, 8 in 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: Reconfiguring daemon alertmanager.a on smithi031 2024-09-04T21:04:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1252747940' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3599748653"}]: dispatch 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 341 B/s wr, 7 op/s; 24 B/s, 0 objects/s recovering 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3025759035' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/374290294"}]': finished 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: osdmap e82: 8 total, 8 up, 8 in 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: Reconfiguring daemon alertmanager.a on smithi031 2024-09-04T21:04:26.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:26 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1252747940' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3599748653"}]: dispatch 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 341 B/s wr, 7 op/s; 24 B/s, 0 objects/s recovering 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3025759035' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/374290294"}]': finished 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: osdmap e82: 8 total, 8 up, 8 in 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: Reconfiguring daemon alertmanager.a on smithi031 2024-09-04T21:04:27.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:26 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1252747940' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3599748653"}]: dispatch 2024-09-04T21:04:27.964 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1252747940' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3599748653"}]': finished 2024-09-04T21:04:27.964 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[24693]: osdmap e83: 8 total, 8 up, 8 in 2024-09-04T21:04:27.964 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1337272526' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]: dispatch 2024-09-04T21:04:27.964 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]: dispatch 2024-09-04T21:04:27.965 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1252747940' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3599748653"}]': finished 2024-09-04T21:04:27.965 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[34661]: osdmap e83: 8 total, 8 up, 8 in 2024-09-04T21:04:27.965 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1337272526' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]: dispatch 2024-09-04T21:04:27.965 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:27 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]: dispatch 2024-09-04T21:04:28.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:27 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1252747940' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3599748653"}]': finished 2024-09-04T21:04:28.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:27 smithi114 ceph-mon[28207]: osdmap e83: 8 total, 8 up, 8 in 2024-09-04T21:04:28.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:27 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1337272526' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]: dispatch 2024-09-04T21:04:28.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:27 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]: dispatch 2024-09-04T21:04:29.100 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:28 smithi031 systemd[1]: Stopping Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[24693]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]': finished 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[24693]: osdmap e84: 8 total, 8 up, 8 in 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4107180172' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2169835880"}]: dispatch 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[34661]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]': finished 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[34661]: osdmap e84: 8 total, 8 up, 8 in 2024-09-04T21:04:29.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:28 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4107180172' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2169835880"}]: dispatch 2024-09-04T21:04:29.118 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:28 smithi114 ceph-mon[28207]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-04T21:04:29.118 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:28 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1956328838"}]': finished 2024-09-04T21:04:29.118 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:28 smithi114 ceph-mon[28207]: osdmap e84: 8 total, 8 up, 8 in 2024-09-04T21:04:29.118 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:28 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4107180172' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2169835880"}]: dispatch 2024-09-04T21:04:29.549 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[64732]: ts=2024-09-04T21:04:29.280Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:04:29.549 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:29 smithi031 podman[73812]: 2024-09-04 21:04:29.300924905 +0000 UTC m=+0.148984215 container died 26915df09590e523fb04e9ef5352c56a429fdbfa0f2459b29c606e4e7b9df5b0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:29.850 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:29 smithi031 podman[73812]: 2024-09-04 21:04:29.738980698 +0000 UTC m=+0.587040070 container cleanup 26915df09590e523fb04e9ef5352c56a429fdbfa0f2459b29c606e4e7b9df5b0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:29.850 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:29 smithi031 bash[73812]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a 2024-09-04T21:04:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:29 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4107180172' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2169835880"}]': finished 2024-09-04T21:04:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:29 smithi114 ceph-mon[28207]: osdmap e85: 8 total, 8 up, 8 in 2024-09-04T21:04:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:29 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1078387036' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]: dispatch 2024-09-04T21:04:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:29 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]: dispatch 2024-09-04T21:04:30.321 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:29 smithi031 podman[73826]: 2024-09-04 21:04:29.965410971 +0000 UTC m=+0.660666856 container remove 26915df09590e523fb04e9ef5352c56a429fdbfa0f2459b29c606e4e7b9df5b0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:30.322 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 podman[73826]: 2024-09-04 21:04:30.049323503 +0000 UTC m=+0.744579388 volume remove 169ae35f3a52730860a512d03aa5073fc455254e28037902945d3b0cd4b50cba 2024-09-04T21:04:30.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4107180172' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2169835880"}]': finished 2024-09-04T21:04:30.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[24693]: osdmap e85: 8 total, 8 up, 8 in 2024-09-04T21:04:30.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1078387036' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]: dispatch 2024-09-04T21:04:30.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]: dispatch 2024-09-04T21:04:30.322 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4107180172' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2169835880"}]': finished 2024-09-04T21:04:30.323 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[34661]: osdmap e85: 8 total, 8 up, 8 in 2024-09-04T21:04:30.323 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1078387036' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]: dispatch 2024-09-04T21:04:30.323 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:29 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]: dispatch 2024-09-04T21:04:30.600 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-04T21:04:30.600 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 systemd[1]: Stopped Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:04:30.600 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 systemd[1]: Starting Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:04:30.600 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 podman[73942]: 2024-09-04 21:04:30.53357959 +0000 UTC m=+0.105037560 volume create 5446d42ab74f066fcacedca77ff1b2dd7646b042dd31ae11c207f7b0c491878a 2024-09-04T21:04:30.600 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 podman[73942]: 2024-09-04 21:04:30.444317455 +0000 UTC m=+0.015775425 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-04T21:04:30.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 podman[73942]: 2024-09-04 21:04:30.634065241 +0000 UTC m=+0.205523210 container create eac93816b35c167266f25b9fa512e94aa5053e9e3f1cf8f1dcc934f3429c3829 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:30 smithi114 ceph-mon[28207]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-04T21:04:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:30 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]': finished 2024-09-04T21:04:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:30 smithi114 ceph-mon[28207]: osdmap e86: 8 total, 8 up, 8 in 2024-09-04T21:04:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:30 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2920586550' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]: dispatch 2024-09-04T21:04:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:30 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]: dispatch 2024-09-04T21:04:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:30 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:30 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:31.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[24693]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-04T21:04:31.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]': finished 2024-09-04T21:04:31.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[24693]: osdmap e86: 8 total, 8 up, 8 in 2024-09-04T21:04:31.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2920586550' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]: dispatch 2024-09-04T21:04:31.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]: dispatch 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[34661]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1969400736"}]': finished 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[34661]: osdmap e86: 8 total, 8 up, 8 in 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2920586550' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]: dispatch 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]: dispatch 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:31.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 podman[73942]: 2024-09-04 21:04:30.961855464 +0000 UTC m=+0.533313435 container init eac93816b35c167266f25b9fa512e94aa5053e9e3f1cf8f1dcc934f3429c3829 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 podman[73942]: 2024-09-04 21:04:30.965446171 +0000 UTC m=+0.536904141 container start eac93816b35c167266f25b9fa512e94aa5053e9e3f1cf8f1dcc934f3429c3829 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:30.977Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:30.977Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:30.978Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.31 port=9094 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:30 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:30.979Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:31.008Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:31.008Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:31.012Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:31.012Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:31 smithi031 bash[73942]: eac93816b35c167266f25b9fa512e94aa5053e9e3f1cf8f1dcc934f3429c3829 2024-09-04T21:04:31.352 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:31 smithi031 systemd[1]: Started Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:04:32.052 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:31 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]': finished 2024-09-04T21:04:32.052 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:31 smithi114 ceph-mon[28207]: osdmap e87: 8 total, 8 up, 8 in 2024-09-04T21:04:32.053 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:31 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:32.053 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:31 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:32.053 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:31 smithi114 ceph-mon[28207]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:04:32.053 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:31 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1759476687' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]: dispatch 2024-09-04T21:04:32.053 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:31 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]: dispatch 2024-09-04T21:04:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]': finished 2024-09-04T21:04:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[24693]: osdmap e87: 8 total, 8 up, 8 in 2024-09-04T21:04:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[24693]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1759476687' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]: dispatch 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]: dispatch 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3217607249"}]': finished 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[34661]: osdmap e87: 8 total, 8 up, 8 in 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[34661]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1759476687' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]: dispatch 2024-09-04T21:04:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:31 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]: dispatch 2024-09-04T21:04:33.128 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:32 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:32.979Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000624281s 2024-09-04T21:04:33.128 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[24693]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:04:33.128 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[24693]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:33.128 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:33.128 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]': finished 2024-09-04T21:04:33.128 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[24693]: osdmap e88: 8 total, 8 up, 8 in 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2911311191' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]: dispatch 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]: dispatch 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[34661]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[34661]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]': finished 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[34661]: osdmap e88: 8 total, 8 up, 8 in 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2911311191' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]: dispatch 2024-09-04T21:04:33.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:33 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]: dispatch 2024-09-04T21:04:33.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:33 smithi114 ceph-mon[28207]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:04:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:33 smithi114 ceph-mon[28207]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:33 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:33 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3387412945"}]': finished 2024-09-04T21:04:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:33 smithi114 ceph-mon[28207]: osdmap e88: 8 total, 8 up, 8 in 2024-09-04T21:04:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:33 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2911311191' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]: dispatch 2024-09-04T21:04:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:33 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]: dispatch 2024-09-04T21:04:34.445 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]': finished 2024-09-04T21:04:34.445 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-mon[28207]: osdmap e89: 8 total, 8 up, 8 in 2024-09-04T21:04:34.445 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3020182681' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]: dispatch 2024-09-04T21:04:34.445 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]: dispatch 2024-09-04T21:04:34.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:04:34] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.43.0" 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]': finished 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[24693]: osdmap e89: 8 total, 8 up, 8 in 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3020182681' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]: dispatch 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]: dispatch 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/130119666"}]': finished 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[34661]: osdmap e89: 8 total, 8 up, 8 in 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3020182681' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]: dispatch 2024-09-04T21:04:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:34 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]: dispatch 2024-09-04T21:04:34.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 systemd[1]: Stopping Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.855Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.855Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.855Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.855Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.855Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.855Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.856Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.856Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-04T21:04:35.122 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.856Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-04T21:04:35.123 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.856Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-04T21:04:35.123 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.856Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-04T21:04:35.123 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[55570]: ts=2024-09-04T21:04:34.856Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-04T21:04:35.123 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:34 smithi114 podman[60805]: 2024-09-04 21:04:34.865853385 +0000 UTC m=+0.130765707 container died 144169c9d02536484c1f5150d44466a128f6b625b01ea03f69791bbbaaf7770f (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:35.451 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 podman[60805]: 2024-09-04 21:04:35.247243676 +0000 UTC m=+0.512155997 container cleanup 144169c9d02536484c1f5150d44466a128f6b625b01ea03f69791bbbaaf7770f (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:35.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 bash[60805]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a 2024-09-04T21:04:35.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:35 smithi114 ceph-mon[28207]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:35.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:35 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]': finished 2024-09-04T21:04:35.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:35 smithi114 ceph-mon[28207]: osdmap e90: 8 total, 8 up, 8 in 2024-09-04T21:04:35.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:35 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1382761852' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2928962623"}]: dispatch 2024-09-04T21:04:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[24693]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]': finished 2024-09-04T21:04:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[24693]: osdmap e90: 8 total, 8 up, 8 in 2024-09-04T21:04:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1382761852' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2928962623"}]: dispatch 2024-09-04T21:04:35.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[34661]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:35.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3599748653"}]': finished 2024-09-04T21:04:35.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[34661]: osdmap e90: 8 total, 8 up, 8 in 2024-09-04T21:04:35.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:35 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1382761852' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2928962623"}]: dispatch 2024-09-04T21:04:35.886 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 podman[60816]: 2024-09-04 21:04:35.506865225 +0000 UTC m=+0.637136932 container remove 144169c9d02536484c1f5150d44466a128f6b625b01ea03f69791bbbaaf7770f (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:35.886 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-04T21:04:35.886 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 systemd[1]: Stopped Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:04:35.886 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Consumed 1.187s CPU time. 2024-09-04T21:04:35.886 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 systemd[1]: Starting Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:04:36.169 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 podman[60905]: 2024-09-04 21:04:35.788244625 +0000 UTC m=+0.017251842 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-04T21:04:36.170 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:35 smithi114 podman[60905]: 2024-09-04 21:04:35.891018391 +0000 UTC m=+0.120025597 container create 5116bfce4017e8906d8a5c2ff47e3d07b9fc0d8f73fde64f02a1ed3387eeec07 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:36.170 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1382761852' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2928962623"}]': finished 2024-09-04T21:04:36.170 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-mon[28207]: osdmap e91: 8 total, 8 up, 8 in 2024-09-04T21:04:36.170 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/660877876' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2154035664"}]: dispatch 2024-09-04T21:04:36.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 podman[60905]: 2024-09-04 21:04:36.168395896 +0000 UTC m=+0.397403102 container init 5116bfce4017e8906d8a5c2ff47e3d07b9fc0d8f73fde64f02a1ed3387eeec07 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:36.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 podman[60905]: 2024-09-04 21:04:36.171552812 +0000 UTC m=+0.400560020 container start 5116bfce4017e8906d8a5c2ff47e3d07b9fc0d8f73fde64f02a1ed3387eeec07 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:04:36.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.195Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-04T21:04:36.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.195Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-04T21:04:36.452 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.195Z caller=main.go:570 level=info host_details="(Linux 5.14.0-503.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 22 17:03:23 UTC 2024 x86_64 smithi114 (none))" 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.195Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.195Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.197Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.197Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.198Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.198Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.200Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.200Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.972µs 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.200Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.202Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.202Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-04T21:04:36.453 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.202Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=58.227µs wal_replay_duration=2.175692ms wbl_replay_duration=91ns total_replay_duration=2.338218ms 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.203Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.203Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.203Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.223Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.742972ms db_storage=700ns remote_storage=1.07µs web_handler=458ns query_engine=620ns scrape=326.164µs scrape_sd=88.568µs notify=32.821µs notify_sd=17.268µs rules=18.975459ms tracing=5.66µs 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.223Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:04:36.223Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 bash[60905]: 5116bfce4017e8906d8a5c2ff47e3d07b9fc0d8f73fde64f02a1ed3387eeec07 2024-09-04T21:04:36.454 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:04:36 smithi114 systemd[1]: Started Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:04:36.470 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1382761852' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2928962623"}]': finished 2024-09-04T21:04:36.470 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-mon[24693]: osdmap e91: 8 total, 8 up, 8 in 2024-09-04T21:04:36.470 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/660877876' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2154035664"}]: dispatch 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1382761852' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2928962623"}]': finished 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-mon[34661]: osdmap e91: 8 total, 8 up, 8 in 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/660877876' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2154035664"}]: dispatch 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Bus STOPPING 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Bus STOPPED 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Bus STARTING 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Serving on http://:::9283 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Bus STARTED 2024-09-04T21:04:36.471 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Bus STOPPING 2024-09-04T21:04:37.241 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:04:37.241 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Bus STOPPED 2024-09-04T21:04:37.242 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:36 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:36] ENGINE Bus STARTING 2024-09-04T21:04:37.242 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Serving on http://:::9283 2024-09-04T21:04:37.242 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Bus STARTED 2024-09-04T21:04:37.242 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Bus STOPPING 2024-09-04T21:04:37.242 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/660877876' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2154035664"}]': finished 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: osdmap e92: 8 total, 8 up, 8 in 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:04:37.243 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: Adding iSCSI gateway http://:@172.21.15.31:5000 to Dashboard 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi031"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2659669912' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/374290294"}]: dispatch 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/660877876' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2154035664"}]': finished 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: osdmap e92: 8 total, 8 up, 8 in 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:04:37.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: Adding iSCSI gateway http://:@172.21.15.31:5000 to Dashboard 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi031"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2659669912' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/374290294"}]: dispatch 2024-09-04T21:04:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:04:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/660877876' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2154035664"}]': finished 2024-09-04T21:04:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: osdmap e92: 8 total, 8 up, 8 in 2024-09-04T21:04:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: Adding iSCSI gateway http://:@172.21.15.31:5000 to Dashboard 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi031"}]: dispatch 2024-09-04T21:04:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:04:37.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2024-09-04T21:04:37.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:04:37.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2024-09-04T21:04:37.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:37.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:37 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2659669912' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/374290294"}]: dispatch 2024-09-04T21:04:37.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:04:37.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Bus STOPPED 2024-09-04T21:04:37.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Bus STARTING 2024-09-04T21:04:37.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Serving on http://:::9283 2024-09-04T21:04:37.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Bus STARTED 2024-09-04T21:04:37.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:37] ENGINE Bus STOPPING 2024-09-04T21:04:38.193 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi031"}]: dispatch 2024-09-04T21:04:38.193 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:04:38.193 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2024-09-04T21:04:38.193 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:04:38.193 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2024-09-04T21:04:38.194 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2659669912' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/374290294"}]': finished 2024-09-04T21:04:38.194 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: osdmap e93: 8 total, 8 up, 8 in 2024-09-04T21:04:38.194 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:38 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1186526960' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/105952414"}]: dispatch 2024-09-04T21:04:38.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:38] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:04:38.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:38] ENGINE Bus STOPPED 2024-09-04T21:04:38.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:38] ENGINE Bus STARTING 2024-09-04T21:04:38.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:38] ENGINE Serving on http://:::9283 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:04:38] ENGINE Bus STARTED 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi031"}]: dispatch 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2659669912' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/374290294"}]': finished 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: osdmap e93: 8 total, 8 up, 8 in 2024-09-04T21:04:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1186526960' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/105952414"}]: dispatch 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi031"}]: dispatch 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2659669912' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/374290294"}]': finished 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: osdmap e93: 8 total, 8 up, 8 in 2024-09-04T21:04:38.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:38 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1186526960' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/105952414"}]: dispatch 2024-09-04T21:04:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:39 smithi031 ceph-mon[24693]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:39 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1186526960' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/105952414"}]': finished 2024-09-04T21:04:39.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:39 smithi031 ceph-mon[24693]: osdmap e94: 8 total, 8 up, 8 in 2024-09-04T21:04:39.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:39 smithi031 ceph-mon[34661]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:39.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:39 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1186526960' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/105952414"}]': finished 2024-09-04T21:04:39.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:39 smithi031 ceph-mon[34661]: osdmap e94: 8 total, 8 up, 8 in 2024-09-04T21:04:39.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:39 smithi114 ceph-mon[28207]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:39.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:39 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1186526960' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/105952414"}]': finished 2024-09-04T21:04:39.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:39 smithi114 ceph-mon[28207]: osdmap e94: 8 total, 8 up, 8 in 2024-09-04T21:04:41.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:04:40 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:04:40.981Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00261887s 2024-09-04T21:04:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:41.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:41.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:41 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:04:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:41 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:04:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:42 smithi031 ceph-mon[24693]: Checking dashboard <-> RGW credentials 2024-09-04T21:04:42.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:42 smithi031 ceph-mon[34661]: Checking dashboard <-> RGW credentials 2024-09-04T21:04:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:42 smithi114 ceph-mon[28207]: Checking dashboard <-> RGW credentials 2024-09-04T21:04:43.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:43 smithi031 ceph-mon[24693]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5 op/s 2024-09-04T21:04:43.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:43 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:43.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:43 smithi031 ceph-mon[34661]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5 op/s 2024-09-04T21:04:43.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:43 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:43 smithi114 ceph-mon[28207]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5 op/s 2024-09-04T21:04:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:43 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:04:44] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.43.0" 2024-09-04T21:04:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:45 smithi031 ceph-mon[24693]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 4 op/s 2024-09-04T21:04:45.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:45 smithi031 ceph-mon[34661]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 4 op/s 2024-09-04T21:04:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:45 smithi114 ceph-mon[28207]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 4 op/s 2024-09-04T21:04:46.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:46 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:46.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:46 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:46 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:04:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:47 smithi031 ceph-mon[24693]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-09-04T21:04:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:47 smithi031 ceph-mon[34661]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-09-04T21:04:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:47 smithi114 ceph-mon[28207]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-09-04T21:04:49.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:49 smithi031 ceph-mon[24693]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3 op/s 2024-09-04T21:04:49.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:49 smithi031 ceph-mon[34661]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3 op/s 2024-09-04T21:04:49.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:49 smithi114 ceph-mon[28207]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3 op/s 2024-09-04T21:04:51.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:51 smithi031 ceph-mon[24693]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 3 op/s 2024-09-04T21:04:51.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:51 smithi031 ceph-mon[34661]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 3 op/s 2024-09-04T21:04:51.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:51 smithi114 ceph-mon[28207]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 3 op/s 2024-09-04T21:04:53.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:53 smithi031 ceph-mon[24693]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-04T21:04:53.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:53 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:53.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:53 smithi031 ceph-mon[34661]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-04T21:04:53.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:53 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:53 smithi114 ceph-mon[28207]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-04T21:04:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:53 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:04:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:04:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:04:54] "GET /metrics HTTP/1.1" 200 38154 "" "Prometheus/2.43.0" 2024-09-04T21:04:55.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:55 smithi031 ceph-mon[24693]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:04:55.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:55 smithi031 ceph-mon[34661]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:04:55.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:55 smithi114 ceph-mon[28207]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:04:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:57 smithi031 ceph-mon[24693]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:04:57.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:57 smithi031 ceph-mon[34661]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:04:57.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:57 smithi114 ceph-mon[28207]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:04:59.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:04:59 smithi031 ceph-mon[24693]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:59.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:04:59 smithi031 ceph-mon[34661]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:04:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:04:59 smithi114 ceph-mon[28207]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:01 smithi031 ceph-mon[24693]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:01 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:01 smithi031 ceph-mon[34661]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:01 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:01.416 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:01 smithi114 ceph-mon[28207]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:01.416 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:01 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:03.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:03 smithi031 ceph-mon[24693]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:03.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:03 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:03 smithi031 ceph-mon[34661]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:03 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:03 smithi114 ceph-mon[28207]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:03 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:04.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:05:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:05:04] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.43.0" 2024-09-04T21:05:05.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:05 smithi031 ceph-mon[24693]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:05.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:05 smithi031 ceph-mon[34661]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:05.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:05 smithi114 ceph-mon[28207]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:07.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:07 smithi031 ceph-mon[24693]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:07.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:07 smithi031 ceph-mon[34661]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:07.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:07 smithi114 ceph-mon[28207]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:09.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:09 smithi031 ceph-mon[34661]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:09.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:09 smithi031 ceph-mon[24693]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:09.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:09 smithi114 ceph-mon[28207]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:11.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:11 smithi114 ceph-mon[28207]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:11.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:11 smithi031 ceph-mon[24693]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:11.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:11 smithi031 ceph-mon[34661]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:13.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:13 smithi031 ceph-mon[24693]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:13.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:13 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:13 smithi031 ceph-mon[34661]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:13.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:13 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:13.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:13 smithi114 ceph-mon[28207]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:13.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:13 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:05:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:05:14] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.43.0" 2024-09-04T21:05:15.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:15 smithi031 ceph-mon[24693]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:15.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:15 smithi031 ceph-mon[34661]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:15.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:15 smithi114 ceph-mon[28207]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:16.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:16.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:16.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:17.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:17 smithi031 ceph-mon[24693]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:17.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:17 smithi031 ceph-mon[34661]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:17.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:17 smithi114 ceph-mon[28207]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:19.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:19 smithi031 ceph-mon[24693]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:19.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:19 smithi031 ceph-mon[34661]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:19 smithi114 ceph-mon[28207]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:21.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:21 smithi031 ceph-mon[24693]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:21.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:21 smithi031 ceph-mon[34661]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:21.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:21 smithi114 ceph-mon[28207]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:23 smithi031 ceph-mon[24693]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:23.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:23 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:23 smithi031 ceph-mon[34661]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:23 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:23 smithi114 ceph-mon[28207]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:23.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:23 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:05:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:05:24] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.43.0" 2024-09-04T21:05:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:25 smithi031 ceph-mon[24693]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:25.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:25 smithi031 ceph-mon[34661]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:25.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:25 smithi114 ceph-mon[28207]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:27.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:27 smithi114 ceph-mon[28207]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:27 smithi031 ceph-mon[24693]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:27 smithi031 ceph-mon[34661]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:29 smithi114 ceph-mon[28207]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:29.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:29 smithi031 ceph-mon[24693]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:29.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:29 smithi031 ceph-mon[34661]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:31.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:31 smithi114 ceph-mon[28207]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:31 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:31 smithi031 ceph-mon[24693]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:31 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:31 smithi031 ceph-mon[34661]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:31 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:33 smithi114 ceph-mon[28207]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:33 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:33 smithi031 ceph-mon[24693]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:33 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:33 smithi031 ceph-mon[34661]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:33 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:34.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:05:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:05:34] "GET /metrics HTTP/1.1" 200 38161 "" "Prometheus/2.43.0" 2024-09-04T21:05:35.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:35 smithi114 ceph-mon[28207]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:35 smithi031 ceph-mon[24693]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:35.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:35 smithi031 ceph-mon[34661]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:37 smithi114 ceph-mon[28207]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:37 smithi031 ceph-mon[24693]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:37.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:37 smithi031 ceph-mon[34661]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:39.402 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:39 smithi031 ceph-mon[24693]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:39.403 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:39 smithi031 ceph-mon[34661]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:39.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:39 smithi114 ceph-mon[28207]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:41.450 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:41 smithi031 ceph-mon[24693]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:41.451 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:41 smithi031 ceph-mon[34661]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:41.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:41 smithi114 ceph-mon[28207]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:43.207 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:43 smithi031 ceph-mon[24693]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:43.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:43 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:43.208 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:43 smithi031 ceph-mon[34661]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:43.208 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:43 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:43 smithi114 ceph-mon[28207]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:43 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:05:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:05:44] "GET /metrics HTTP/1.1" 200 38161 "" "Prometheus/2.43.0" 2024-09-04T21:05:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:45 smithi114 ceph-mon[28207]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:45 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:45 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:45 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:05:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:45 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:05:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:45 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[24693]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[34661]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:05:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:45 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:05:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:46 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:46 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:46.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:46 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:05:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:47 smithi114 ceph-mon[28207]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:47.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:47 smithi031 ceph-mon[24693]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:47.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:47 smithi031 ceph-mon[34661]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:49.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:49 smithi114 ceph-mon[28207]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:49.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:49 smithi031 ceph-mon[24693]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:49.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:49 smithi031 ceph-mon[34661]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:51.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:51 smithi114 ceph-mon[28207]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:51 smithi031 ceph-mon[24693]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:51.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:51 smithi031 ceph-mon[34661]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:53 smithi114 ceph-mon[28207]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:53 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:53.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:53 smithi031 ceph-mon[34661]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:53.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:53 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:53 smithi031 ceph-mon[24693]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:53 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:05:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:05:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:05:54] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.43.0" 2024-09-04T21:05:55.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:55 smithi114 ceph-mon[28207]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:55 smithi031 ceph-mon[24693]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:55.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:55 smithi031 ceph-mon[34661]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:57.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:57 smithi114 ceph-mon[28207]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:57.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:57 smithi031 ceph-mon[24693]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:57.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:57 smithi031 ceph-mon[34661]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:05:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:05:59 smithi114 ceph-mon[28207]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:59.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:05:59 smithi031 ceph-mon[24693]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:05:59.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:05:59 smithi031 ceph-mon[34661]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:01 smithi114 ceph-mon[28207]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:01 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:01.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:01 smithi031 ceph-mon[24693]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:01.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:01 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:01.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:01 smithi031 ceph-mon[34661]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:01.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:01 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:03 smithi114 ceph-mon[28207]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:03 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:03 smithi031 ceph-mon[24693]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:03 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:03.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:03 smithi031 ceph-mon[34661]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:03.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:03 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:04.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:06:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:06:04] "GET /metrics HTTP/1.1" 200 38164 "" "Prometheus/2.43.0" 2024-09-04T21:06:05.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:05 smithi114 ceph-mon[28207]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:05.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:05 smithi031 ceph-mon[24693]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:05.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:05 smithi031 ceph-mon[34661]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:07.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:07 smithi031 ceph-mon[24693]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:07 smithi031 ceph-mon[34661]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:07 smithi114 ceph-mon[28207]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:09 smithi031 ceph-mon[24693]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:09.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:09 smithi031 ceph-mon[34661]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:09.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:09 smithi114 ceph-mon[28207]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:11.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:11 smithi031 ceph-mon[24693]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:11.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:11 smithi031 ceph-mon[34661]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:11 smithi114 ceph-mon[28207]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:13.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:13 smithi031 ceph-mon[24693]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:13.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:13 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:13.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:13 smithi031 ceph-mon[34661]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:13 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:13 smithi114 ceph-mon[28207]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:13 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:06:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:06:14] "GET /metrics HTTP/1.1" 200 38164 "" "Prometheus/2.43.0" 2024-09-04T21:06:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:15 smithi031 ceph-mon[24693]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:15.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:15 smithi031 ceph-mon[34661]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:15 smithi114 ceph-mon[28207]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:16.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:16.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:16.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:17.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:17 smithi031 ceph-mon[24693]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:17.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:17 smithi031 ceph-mon[34661]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:17.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:17 smithi114 ceph-mon[28207]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:19.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:19 smithi031 ceph-mon[24693]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:19 smithi031 ceph-mon[34661]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:19 smithi114 ceph-mon[28207]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:21.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:21 smithi031 ceph-mon[24693]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:21.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:21 smithi031 ceph-mon[34661]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:21.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:21 smithi114 ceph-mon[28207]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:23.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:23 smithi031 ceph-mon[24693]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:23.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:23 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:23.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:23 smithi031 ceph-mon[34661]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:23.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:23 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:23 smithi114 ceph-mon[28207]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:23 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:06:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:06:24] "GET /metrics HTTP/1.1" 200 38162 "" "Prometheus/2.43.0" 2024-09-04T21:06:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:25 smithi031 ceph-mon[24693]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:25 smithi031 ceph-mon[34661]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:25 smithi114 ceph-mon[28207]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:27 smithi031 ceph-mon[24693]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:27 smithi031 ceph-mon[34661]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:27 smithi114 ceph-mon[28207]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:29.504 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:29 smithi114 ceph-mon[28207]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:29.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:29 smithi031 ceph-mon[24693]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:29.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:29 smithi031 ceph-mon[34661]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:31 smithi031 ceph-mon[24693]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:31 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:31 smithi031 ceph-mon[34661]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:31 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:31 smithi114 ceph-mon[28207]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:31 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:33 smithi031 ceph-mon[24693]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:33.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:33 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:33 smithi031 ceph-mon[34661]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:33 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:33.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:33 smithi114 ceph-mon[28207]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:33.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:33 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:34.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:06:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:06:34] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.43.0" 2024-09-04T21:06:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:35 smithi031 ceph-mon[24693]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:35.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:35 smithi031 ceph-mon[34661]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:35.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:35 smithi114 ceph-mon[28207]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:37 smithi031 ceph-mon[24693]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:37.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:37 smithi031 ceph-mon[34661]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:37.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:37 smithi114 ceph-mon[28207]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:39.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:39 smithi031 ceph-mon[24693]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:39.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:39 smithi031 ceph-mon[34661]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:39.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:39 smithi114 ceph-mon[28207]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:41 smithi031 ceph-mon[24693]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:41.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:41 smithi031 ceph-mon[34661]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:41.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:41 smithi114 ceph-mon[28207]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:43.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:43 smithi031 ceph-mon[24693]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:43.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:43 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:43.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:43 smithi031 ceph-mon[34661]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:43.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:43 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:43 smithi114 ceph-mon[28207]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:43 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:06:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:06:44] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.43.0" 2024-09-04T21:06:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[24693]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:06:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:06:45.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:06:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[34661]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:06:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:06:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:45 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:06:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:45 smithi114 ceph-mon[28207]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:45 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:06:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:45 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:06:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:45 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:06:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:46 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:46.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:46 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:46 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:06:47.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:47 smithi031 ceph-mon[24693]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:47.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:47 smithi031 ceph-mon[34661]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:47 smithi114 ceph-mon[28207]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:49.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:49 smithi031 ceph-mon[24693]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:49.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:49 smithi031 ceph-mon[34661]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:49.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:49 smithi114 ceph-mon[28207]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:51 smithi031 ceph-mon[24693]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:51.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:51 smithi031 ceph-mon[34661]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:51 smithi114 ceph-mon[28207]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:53.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:53 smithi031 ceph-mon[34661]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:53 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:53 smithi031 ceph-mon[24693]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:53 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:53 smithi114 ceph-mon[28207]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:53 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:06:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:06:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:06:54] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.43.0" 2024-09-04T21:06:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:55 smithi031 ceph-mon[24693]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:55.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:55 smithi031 ceph-mon[34661]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:55.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:55 smithi114 ceph-mon[28207]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:57.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:57 smithi031 ceph-mon[24693]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:57.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:57 smithi031 ceph-mon[34661]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:57.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:57 smithi114 ceph-mon[28207]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:06:59.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:06:59 smithi031 ceph-mon[24693]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:59.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:06:59 smithi031 ceph-mon[34661]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:06:59.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:06:59 smithi114 ceph-mon[28207]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:01.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:01 smithi031 ceph-mon[24693]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:01.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:01 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:01.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:01 smithi031 ceph-mon[34661]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:01.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:01 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:01.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:01 smithi114 ceph-mon[28207]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:01.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:01 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:03 smithi031 ceph-mon[24693]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:03 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:03.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:03 smithi031 ceph-mon[34661]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:03.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:03 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:03.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:03 smithi114 ceph-mon[28207]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:03.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:03 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:04.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:07:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:07:04] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:07:05.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:05 smithi031 ceph-mon[24693]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:05 smithi031 ceph-mon[34661]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:05 smithi114 ceph-mon[28207]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:07.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:07 smithi031 ceph-mon[24693]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:07 smithi031 ceph-mon[34661]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:07 smithi114 ceph-mon[28207]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:09 smithi031 ceph-mon[24693]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:09.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:09 smithi031 ceph-mon[34661]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:09.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:09 smithi114 ceph-mon[28207]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:11.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:11 smithi031 ceph-mon[24693]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:11 smithi031 ceph-mon[34661]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:11 smithi114 ceph-mon[28207]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:13.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:13 smithi031 ceph-mon[24693]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:13.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:13 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:13 smithi031 ceph-mon[34661]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:13 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:13 smithi114 ceph-mon[28207]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:13 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:07:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:07:14] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:07:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:15 smithi031 ceph-mon[24693]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:15.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:15 smithi031 ceph-mon[34661]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:15 smithi114 ceph-mon[28207]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:16.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:16.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:16.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:17.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:17 smithi031 ceph-mon[24693]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:17.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:17 smithi031 ceph-mon[34661]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:17.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:17 smithi114 ceph-mon[28207]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:19.120 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-04T21:07:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:19 smithi031 ceph-mon[34661]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:19 smithi031 ceph-mon[24693]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:19.402 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:19 smithi114 ceph-mon[28207]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:20.871 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-04T21:07:21.123 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:21.503 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:21 smithi031 ceph-mon[34661]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:21.503 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:21 smithi031 ceph-mon[24693]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:21.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:21 smithi114 ceph-mon[28207]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:22.410 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-04T21:07:22.660 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:23 smithi031 ceph-mon[24693]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:23 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:23.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:23 smithi031 ceph-mon[34661]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:23 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:23 smithi114 ceph-mon[28207]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:23 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:23.969 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:07:24.222 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:07:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:07:24] "GET /metrics HTTP/1.1" 200 38159 "" "Prometheus/2.43.0" 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (2m) 100s ago 3m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (3m) 2m ago 3m 76.4M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (3m) 100s ago 3m - - 3.8 77770cf7e895 5b316bcf0d6f 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,8765 running (7m) 2m ago 7m 440M - 19.1.1-259-g91c8a7e5 77770cf7e895 e454d6eabf2c 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:9283,8765 running (9m) 100s ago 9m - - 19.1.1-259-g91c8a7e5 77770cf7e895 0f8f2e007bac 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (9m) 100s ago 9m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (8m) 2m ago 8m 40.7M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:07:24.893 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (8m) 100s ago 8m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (3m) 100s ago 3m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (3m) 2m ago 3m 3573k - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (7m) 100s ago 7m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (7m) 100s ago 7m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (6m) 100s ago 6m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (6m) 100s ago 6m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (5m) 2m ago 5m 47.0M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (5m) 2m ago 5m 56.9M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (5m) 2m ago 5m 44.4M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (4m) 2m ago 4m 50.0M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 2m ago 4m 26.0M - 2.43.0 a07b618ecd1d 5116bfce4017 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (3m) 100s ago 3m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:07:24.894 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (3m) 2m ago 3m 78.9M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:07:25.538 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions' 2024-09-04T21:07:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:25 smithi031 ceph-mon[24693]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:25 smithi031 ceph-mon[34661]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:25.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:25 smithi114 ceph-mon[28207]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:25.793 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:26.482 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:07:26.483 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:07:26.484 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 15 2024-09-04T21:07:26.484 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:07:26.484 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:07:26.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:26 smithi031 ceph-mon[34661]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:26.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:26 smithi031 ceph-mon[24693]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:26.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:26 smithi114 ceph-mon[28207]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:27.091 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph -s' 2024-09-04T21:07:27.343 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:27 smithi031 ceph-mon[24693]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:27 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/218584199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:07:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:27 smithi031 ceph-mon[34661]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:27 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/218584199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:07:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:27 smithi114 ceph-mon[28207]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:27 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/218584199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:07:28.052 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-04T21:07:28.052 INFO:teuthology.orchestra.run.smithi031.stdout: id: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:07:28.052 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2024-09-04T21:07:28.052 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,b,c (age 8m) 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: y(active, since 4m), standbys: x 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 4m), 8 in (since 4m) 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 161 pgs 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 212 objects, 585 KiB 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 161 active+clean 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:07:28.053 INFO:teuthology.orchestra.run.smithi031.stdout: io: 2024-09-04T21:07:28.054 INFO:teuthology.orchestra.run.smithi031.stdout: client: 853 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-04T21:07:28.054 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:07:28.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:28 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2198775694' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:07:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:28 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2198775694' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:07:28.628 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ls' 2024-09-04T21:07:28.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:28 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2198775694' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:07:28.875 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:29.553 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:29 smithi031 ceph-mon[24693]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:29.554 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:29 smithi031 ceph-mon[34661]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:29.554 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-04T21:07:29.554 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager ?:9093,9094 1/1 105s ago 4m smithi031=a;count:1 2024-09-04T21:07:29.555 INFO:teuthology.orchestra.run.smithi031.stdout:grafana ?:3000 1/1 2m ago 4m smithi114=a;count:1 2024-09-04T21:07:29.555 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo ?:5000 1/1 105s ago 3m count:1 2024-09-04T21:07:29.555 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 2/2 2m ago 8m smithi031=y;smithi114=x;count:2 2024-09-04T21:07:29.555 INFO:teuthology.orchestra.run.smithi031.stdout:mon 3/3 2m ago 8m smithi031:172.21.15.31=a;smithi031:[v2:172.21.15.31:3301,v1:172.21.15.31:6790]=c;smithi114:172.21.15.114=b;count:3 2024-09-04T21:07:29.555 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter ?:9100 2/2 2m ago 4m smithi031=a;smithi114=b;count:2 2024-09-04T21:07:29.556 INFO:teuthology.orchestra.run.smithi031.stdout:osd 8 2m ago - 2024-09-04T21:07:29.556 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus ?:9095 1/1 2m ago 4m smithi114=a;count:1 2024-09-04T21:07:29.556 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo ?:8000 2/2 2m ago 3m count:2 2024-09-04T21:07:29.603 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:29 smithi114 ceph-mon[28207]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:30.178 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-04T21:07:30.432 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:31.433 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled to redeploy mgr.x on host 'smithi114' 2024-09-04T21:07:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[24693]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[24693]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/599388309' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:07:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[34661]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[34661]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:31 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/599388309' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:07:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:31 smithi114 ceph-mon[28207]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:31 smithi114 ceph-mon[28207]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:31 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:31 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/599388309' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:07:32.112 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps --refresh' 2024-09-04T21:07:32.364 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='client.24908 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: Schedule redeploy daemon mgr.x 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:07:32.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:07:32.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:07:32.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:07:32.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: Deploying daemon mgr.x on smithi114 2024-09-04T21:07:32.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:32 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='client.24908 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: Schedule redeploy daemon mgr.x 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.719 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: Deploying daemon mgr.x on smithi114 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='client.24908 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: Schedule redeploy daemon mgr.x 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.720 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: Deploying daemon mgr.x on smithi114 2024-09-04T21:07:32.721 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:32 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:33.000 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:07:33.000 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (3m) 108s ago 3m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (3m) 2m ago 3m 76.4M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (3m) 108s ago 3m - - 3.8 77770cf7e895 5b316bcf0d6f 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,8765 running (7m) 2m ago 7m 440M - 19.1.1-259-g91c8a7e5 77770cf7e895 e454d6eabf2c 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:9283,8765 running (9m) 108s ago 9m - - 19.1.1-259-g91c8a7e5 77770cf7e895 0f8f2e007bac 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (9m) 108s ago 9m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (8m) 2m ago 8m 40.7M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (8m) 108s ago 8m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (3m) 108s ago 3m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (3m) 2m ago 3m 3573k - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (7m) 108s ago 7m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:07:33.001 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (7m) 108s ago 7m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (6m) 108s ago 6m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (6m) 108s ago 6m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (6m) 2m ago 6m 47.0M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (5m) 2m ago 5m 56.9M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (5m) 2m ago 5m 44.4M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (4m) 2m ago 4m 50.0M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 2m ago 4m 26.0M - 2.43.0 a07b618ecd1d 5116bfce4017 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (3m) 108s ago 3m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:07:33.002 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (3m) 2m ago 3m 78.9M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:07:33.672 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:33 smithi031 ceph-mon[24693]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:33.673 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:33 smithi031 ceph-mon[34661]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:33.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:33 smithi114 ceph-mon[28207]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:07:33.703 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'sleep 180' 2024-09-04T21:07:33.955 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:07:34.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:07:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:07:34] "GET /metrics HTTP/1.1" 200 38159 "" "Prometheus/2.43.0" 2024-09-04T21:07:34.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:34 smithi114 ceph-mon[28207]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:34.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:34 smithi031 ceph-mon[24693]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:34.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:34 smithi031 ceph-mon[34661]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:36.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:36 smithi031 ceph-mon[24693]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:36.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:36 smithi031 ceph-mon[34661]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:36.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:36 smithi114 ceph-mon[28207]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:38.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:38 smithi031 ceph-mon[24693]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:38.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:38 smithi031 ceph-mon[34661]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:38.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:38 smithi114 ceph-mon[28207]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:40.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:40 smithi031 ceph-mon[24693]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:40.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:40 smithi031 ceph-mon[34661]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:40 smithi114 ceph-mon[28207]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:42.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:42 smithi031 ceph-mon[24693]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:42.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:42 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:42.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:42 smithi031 ceph-mon[34661]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:42.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:42 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:42 smithi114 ceph-mon[28207]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:42.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:42 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:07:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:07:44] "GET /metrics HTTP/1.1" 200 38159 "" "Prometheus/2.43.0" 2024-09-04T21:07:45.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:45 smithi031 ceph-mon[24693]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:45.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:45 smithi031 ceph-mon[34661]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:45 smithi114 ceph-mon[28207]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:07:46.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:46 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:46.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:46 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:46 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:07:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:47 smithi031 ceph-mon[24693]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:47 smithi031 ceph-mon[34661]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:47.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:47 smithi114 ceph-mon[28207]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:49.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:49 smithi031 ceph-mon[24693]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:49.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:49 smithi031 ceph-mon[34661]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:49.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:49 smithi114 ceph-mon[28207]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:51.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:51 smithi031 ceph-mon[24693]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:51.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:51 smithi031 ceph-mon[34661]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:51.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:51 smithi114 ceph-mon[28207]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:53.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:53 smithi031 ceph-mon[24693]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:53.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:53 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:53.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:53 smithi031 ceph-mon[34661]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:53.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:53 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:53.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:53 smithi114 ceph-mon[28207]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:53 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:07:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:07:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:07:54] "GET /metrics HTTP/1.1" 200 38159 "" "Prometheus/2.43.0" 2024-09-04T21:07:55.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:55 smithi031 ceph-mon[24693]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:55.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:55 smithi031 ceph-mon[34661]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:55.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:55 smithi114 ceph-mon[28207]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:57 smithi031 ceph-mon[24693]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:57.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:57 smithi031 ceph-mon[34661]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:57.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:57 smithi114 ceph-mon[28207]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:07:59.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:07:59 smithi031 ceph-mon[24693]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:59.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:07:59 smithi031 ceph-mon[34661]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:07:59.385 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:07:59 smithi114 ceph-mon[28207]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:01.033 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:00 smithi114 systemd[1]: Stopping Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:08:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:01 smithi031 ceph-mon[24693]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:01 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:01 smithi031 ceph-mon[34661]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:01 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:01 smithi114 ceph-mon[28207]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:01 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:01.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:01 smithi114 podman[61979]: 2024-09-04 21:08:01.031535858 +0000 UTC m=+0.119703005 container died e454d6eabf2c2ad06c40670ce04d4dc564ef48ac10140e54bf51c80137b73ff5 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, RELEASE=squid-91c8a7e) 2024-09-04T21:08:01.847 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:01 smithi114 podman[61979]: 2024-09-04 21:08:01.652229818 +0000 UTC m=+0.740396965 container cleanup e454d6eabf2c2ad06c40670ce04d4dc564ef48ac10140e54bf51c80137b73ff5 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-91c8a7e, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-04T21:08:01.847 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:01 smithi114 bash[61979]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x 2024-09-04T21:08:02.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:01 smithi114 podman[61991]: 2024-09-04 21:08:01.845243359 +0000 UTC m=+0.806672770 container remove e454d6eabf2c2ad06c40670ce04d4dc564ef48ac10140e54bf51c80137b73ff5 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-91c8a7e, org.label-schema.schema-version=1.0) 2024-09-04T21:08:02.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:01 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:08:02.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-04T21:08:02.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 systemd[1]: Stopped Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:08:02.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Consumed 11.021s CPU time. 2024-09-04T21:08:02.592 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 systemd[1]: Starting Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:08:02.592 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 podman[62118]: 2024-09-04 21:08:02.381863299 +0000 UTC m=+0.015708610 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:08:02.592 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 podman[62118]: 2024-09-04 21:08:02.479528302 +0000 UTC m=+0.113373651 container create 7b4449fdfecd155676886ffac24cbf1d6235f93fcbba38fb12de40d4c3b73ef4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-04T21:08:02.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 podman[62118]: 2024-09-04 21:08:02.709435852 +0000 UTC m=+0.343281156 container init 7b4449fdfecd155676886ffac24cbf1d6235f93fcbba38fb12de40d4c3b73ef4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:08:02.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 podman[62118]: 2024-09-04 21:08:02.712511846 +0000 UTC m=+0.346357151 container start 7b4449fdfecd155676886ffac24cbf1d6235f93fcbba38fb12de40d4c3b73ef4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-04T21:08:02.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 ceph-mgr[62137]: -- 172.21.15.114:0/3664667768 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d6b5be10e0 con 0x55d6b5bbe800 2024-09-04T21:08:02.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 bash[62118]: 7b4449fdfecd155676886ffac24cbf1d6235f93fcbba38fb12de40d4c3b73ef4 2024-09-04T21:08:02.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:02 smithi114 systemd[1]: Started Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:08:03.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[24693]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:03.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:03.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[34661]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:03 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:03 smithi114 ceph-mon[28207]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:03 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:03 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:03 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:03 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:03.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:03 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:04.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:08:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:08:04] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:08:05.350 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:05 smithi114 ceph-mon[28207]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:05.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:05 smithi031 ceph-mon[24693]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:05.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:05 smithi031 ceph-mon[34661]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:07.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:07 smithi031 ceph-mon[24693]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:07.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:07 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:07.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:07 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:07 smithi031 ceph-mon[34661]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:07 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:07 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:07.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:07 smithi114 ceph-mon[28207]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:07 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:07 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.404 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:08:08] ENGINE Bus STARTING 2024-09-04T21:08:08.404 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: CherryPy Checker: 2024-09-04T21:08:08.404 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: The Application mounted at '' has an empty config. 2024-09-04T21:08:08.404 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:08:08.404 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:08:08] ENGINE Serving on http://:::9283 2024-09-04T21:08:08.404 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:08:08] ENGINE Bus STARTED 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: Standby manager daemon x restarted 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: Standby manager daemon x started 2024-09-04T21:08:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:08:08.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:08:08.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:08:08.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:08 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:08:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: Standby manager daemon x restarted 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: Standby manager daemon x started 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:08:08.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: Standby manager daemon x restarted 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: Standby manager daemon x started 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:08:08.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:08:08.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:08:08.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:08 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:08:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:09 smithi031 ceph-mon[24693]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-04T21:08:10.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:09 smithi031 ceph-mon[34661]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-04T21:08:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:09 smithi114 ceph-mon[28207]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-04T21:08:11.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:11 smithi031 ceph-mon[24693]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:11.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:11 smithi031 ceph-mon[34661]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:11.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:11 smithi114 ceph-mon[28207]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:13.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:13 smithi031 ceph-mon[34661]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:13.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:13 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:13.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:13 smithi031 ceph-mon[24693]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:13.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:13 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:13.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:13 smithi114 ceph-mon[28207]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:13.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:13 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:08:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:08:14] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:08:15.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:15 smithi031 ceph-mon[24693]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:15.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:15 smithi031 ceph-mon[34661]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:15 smithi114 ceph-mon[28207]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:16.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:16.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:16.384 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:17.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:17 smithi031 ceph-mon[24693]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:17.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:17 smithi031 ceph-mon[34661]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:17.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:17 smithi114 ceph-mon[28207]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:19 smithi031 ceph-mon[24693]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:19.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:19 smithi031 ceph-mon[34661]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:19 smithi114 ceph-mon[28207]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:21 smithi031 ceph-mon[24693]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:21.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:21 smithi031 ceph-mon[34661]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:21.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:21 smithi114 ceph-mon[28207]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:23 smithi031 ceph-mon[24693]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:23 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:23 smithi031 ceph-mon[34661]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:23 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:23 smithi114 ceph-mon[28207]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:23 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:08:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:08:24] "GET /metrics HTTP/1.1" 200 38162 "" "Prometheus/2.43.0" 2024-09-04T21:08:25.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:25 smithi114 ceph-mon[28207]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:25 smithi031 ceph-mon[24693]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:25 smithi031 ceph-mon[34661]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:27.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:27 smithi114 ceph-mon[28207]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:27 smithi031 ceph-mon[24693]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:27 smithi031 ceph-mon[34661]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:29.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:29 smithi114 ceph-mon[28207]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:29.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:29 smithi031 ceph-mon[24693]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:29.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:29 smithi031 ceph-mon[34661]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:31 smithi114 ceph-mon[28207]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:31 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:31 smithi031 ceph-mon[24693]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:31 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:31 smithi031 ceph-mon[34661]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:31 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:33 smithi114 ceph-mon[28207]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:33 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:33 smithi031 ceph-mon[24693]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:33 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:33 smithi031 ceph-mon[34661]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:33 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:34.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:08:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:08:34] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:08:35.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:35 smithi114 ceph-mon[28207]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:35 smithi031 ceph-mon[24693]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:35.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:35 smithi031 ceph-mon[34661]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:37 smithi114 ceph-mon[28207]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:37 smithi031 ceph-mon[24693]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:37.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:37 smithi031 ceph-mon[34661]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:39.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:39 smithi114 ceph-mon[28207]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:39.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:39 smithi031 ceph-mon[24693]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:39.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:39 smithi031 ceph-mon[34661]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:41.403 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:41 smithi031 ceph-mon[24693]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:41.403 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:41 smithi031 ceph-mon[34661]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:41 smithi114 ceph-mon[28207]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:43 smithi114 ceph-mon[28207]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:43 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:43.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:43 smithi031 ceph-mon[24693]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:43.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:43 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:43.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:43 smithi031 ceph-mon[34661]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:43.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:43 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:08:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:08:44] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:08:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:45 smithi114 ceph-mon[28207]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:45 smithi031 ceph-mon[24693]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:45 smithi031 ceph-mon[34661]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:46 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:46 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:46.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:46 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:08:47.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:47 smithi114 ceph-mon[28207]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:47.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:47 smithi031 ceph-mon[24693]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:47.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:47 smithi031 ceph-mon[34661]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:49.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:49 smithi114 ceph-mon[28207]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:49.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:49 smithi031 ceph-mon[24693]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:49.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:49 smithi031 ceph-mon[34661]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:51.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:51 smithi114 ceph-mon[28207]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:51 smithi031 ceph-mon[24693]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:51.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:51 smithi031 ceph-mon[34661]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:53 smithi114 ceph-mon[28207]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:53 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:53.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:53 smithi031 ceph-mon[24693]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:53.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:53 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:53.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:53 smithi031 ceph-mon[34661]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:53 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:08:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:08:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:08:54] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.43.0" 2024-09-04T21:08:55.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:55 smithi114 ceph-mon[28207]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:55 smithi031 ceph-mon[24693]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:55.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:55 smithi031 ceph-mon[34661]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:57.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:57 smithi114 ceph-mon[28207]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:57.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:57 smithi031 ceph-mon[24693]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:57.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:57 smithi031 ceph-mon[34661]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:08:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:08:59 smithi114 ceph-mon[28207]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:59.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:08:59 smithi031 ceph-mon[24693]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:08:59.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:08:59 smithi031 ceph-mon[34661]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:01 smithi114 ceph-mon[28207]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:01 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:01.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:01 smithi031 ceph-mon[24693]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:01.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:01 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:01.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:01 smithi031 ceph-mon[34661]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:01.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:01 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:03 smithi114 ceph-mon[28207]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:03.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:03 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:03 smithi031 ceph-mon[24693]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:03 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:03.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:03 smithi031 ceph-mon[34661]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:03.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:03 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:04.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:09:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:09:04] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.43.0" 2024-09-04T21:09:05.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:05 smithi114 ceph-mon[28207]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:05.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:05 smithi031 ceph-mon[24693]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:05.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:05 smithi031 ceph-mon[34661]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:07.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:07 smithi114 ceph-mon[28207]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:07.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:07 smithi031 ceph-mon[24693]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:07.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:07 smithi031 ceph-mon[34661]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:09.533 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:09 smithi114 ceph-mon[28207]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:09.533 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:09 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.533 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:09 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.533 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:09 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.533 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:09 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[24693]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[34661]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:09.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:09.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:09 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:11.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:11 smithi114 ceph-mon[28207]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:11.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:11 smithi031 ceph-mon[24693]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:11 smithi031 ceph-mon[34661]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:13.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[24693]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:13.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[34661]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:09:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:13 smithi114 ceph-mon[28207]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:13 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:13 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:09:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:13 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:09:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:09:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:09:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:09:14] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.43.0" 2024-09-04T21:09:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:15 smithi031 ceph-mon[24693]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:15.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:15 smithi031 ceph-mon[34661]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:15.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:15 smithi114 ceph-mon[28207]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:16.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:16.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:16.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:17.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:17 smithi031 ceph-mon[24693]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:17.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:17 smithi031 ceph-mon[34661]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:17.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:17 smithi114 ceph-mon[28207]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:19.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:19 smithi031 ceph-mon[24693]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:19.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:19 smithi031 ceph-mon[34661]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:19.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:19 smithi114 ceph-mon[28207]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:21.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:21 smithi031 ceph-mon[24693]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:21.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:21 smithi031 ceph-mon[34661]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:21.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:21 smithi114 ceph-mon[28207]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:23.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:23 smithi031 ceph-mon[24693]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:23.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:23 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:23.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:23 smithi031 ceph-mon[34661]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:23.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:23 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:23 smithi114 ceph-mon[28207]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:23.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:23 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:09:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:09:24] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.43.0" 2024-09-04T21:09:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:25 smithi031 ceph-mon[24693]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:25 smithi031 ceph-mon[34661]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:25.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:25 smithi114 ceph-mon[28207]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:27 smithi031 ceph-mon[24693]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:27 smithi031 ceph-mon[34661]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:27 smithi114 ceph-mon[28207]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:29.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:29 smithi031 ceph-mon[24693]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:29.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:29 smithi031 ceph-mon[34661]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:29.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:29 smithi114 ceph-mon[28207]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:31 smithi031 ceph-mon[24693]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:31 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:31 smithi031 ceph-mon[34661]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:31 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:31 smithi114 ceph-mon[28207]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:31 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:33 smithi031 ceph-mon[24693]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:33 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:33 smithi031 ceph-mon[34661]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:33.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:33 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:33.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:33 smithi114 ceph-mon[28207]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:33.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:33 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:34.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:09:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:09:34] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:09:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:35 smithi031 ceph-mon[24693]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:35.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:35 smithi031 ceph-mon[34661]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:35 smithi114 ceph-mon[28207]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:37 smithi031 ceph-mon[24693]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:37.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:37 smithi031 ceph-mon[34661]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:37.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:37 smithi114 ceph-mon[28207]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:39.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:39 smithi031 ceph-mon[24693]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:39.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:39 smithi031 ceph-mon[34661]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:39.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:39 smithi114 ceph-mon[28207]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:41 smithi031 ceph-mon[24693]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:41.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:41 smithi031 ceph-mon[34661]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:41.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:41 smithi114 ceph-mon[28207]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:43.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:43 smithi031 ceph-mon[24693]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:43.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:43 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:43.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:43 smithi031 ceph-mon[34661]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:43.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:43 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:43 smithi114 ceph-mon[28207]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:43 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:09:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:09:44] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.43.0" 2024-09-04T21:09:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:45 smithi031 ceph-mon[24693]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:45 smithi031 ceph-mon[34661]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:45 smithi114 ceph-mon[28207]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:46 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:46.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:46 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:46 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:09:47.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:47 smithi031 ceph-mon[24693]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:47.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:47 smithi031 ceph-mon[34661]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:47.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:47 smithi114 ceph-mon[28207]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:49.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:49 smithi031 ceph-mon[24693]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:49.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:49 smithi031 ceph-mon[34661]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:49.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:49 smithi114 ceph-mon[28207]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:51 smithi031 ceph-mon[24693]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:51.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:51 smithi031 ceph-mon[34661]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:51 smithi114 ceph-mon[28207]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:53.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:53 smithi031 ceph-mon[24693]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:53.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:53 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:53 smithi031 ceph-mon[34661]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:53 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:53 smithi114 ceph-mon[28207]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:53 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:09:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:09:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:09:54] "GET /metrics HTTP/1.1" 200 38162 "" "Prometheus/2.43.0" 2024-09-04T21:09:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:55 smithi031 ceph-mon[24693]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:55.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:55 smithi031 ceph-mon[34661]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:55.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:55 smithi114 ceph-mon[28207]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:57.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:57 smithi114 ceph-mon[28207]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:57.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:57 smithi031 ceph-mon[24693]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:57.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:57 smithi031 ceph-mon[34661]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:09:59.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:09:59 smithi114 ceph-mon[28207]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:09:59 smithi031 ceph-mon[24693]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:09:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:09:59 smithi031 ceph-mon[34661]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:00 smithi114 ceph-mon[28207]: overall HEALTH_OK 2024-09-04T21:10:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:00 smithi031 ceph-mon[24693]: overall HEALTH_OK 2024-09-04T21:10:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:00 smithi031 ceph-mon[34661]: overall HEALTH_OK 2024-09-04T21:10:01.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:01 smithi114 ceph-mon[28207]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:01.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:01 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:01 smithi031 ceph-mon[24693]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:01 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:01.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:01 smithi031 ceph-mon[34661]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:01.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:01 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:03.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:03 smithi114 ceph-mon[28207]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:03.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:03 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:03 smithi031 ceph-mon[24693]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:03 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:03 smithi031 ceph-mon[34661]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:03 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:04.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:10:04] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.43.0" 2024-09-04T21:10:05.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:05 smithi114 ceph-mon[28207]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:05.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:05 smithi031 ceph-mon[24693]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:05.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:05 smithi031 ceph-mon[34661]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:07 smithi114 ceph-mon[28207]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:07.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:07 smithi031 ceph-mon[24693]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:07.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:07 smithi031 ceph-mon[34661]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:09.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:09 smithi114 ceph-mon[28207]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:09 smithi031 ceph-mon[24693]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:09.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:09 smithi031 ceph-mon[34661]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:11.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:11 smithi031 ceph-mon[24693]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:11.653 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:11 smithi031 ceph-mon[34661]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:11.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:11 smithi114 ceph-mon[28207]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:13 smithi114 ceph-mon[28207]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:13 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:13 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:13 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:10:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:13 smithi114 ceph-mon[28207]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:10:13.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[24693]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[24693]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[34661]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:10:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:13 smithi031 ceph-mon[34661]: from='mgr.24344 ' entity='mgr.y' 2024-09-04T21:10:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:10:14] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.43.0" 2024-09-04T21:10:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:15 smithi114 ceph-mon[28207]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:15.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:15 smithi031 ceph-mon[24693]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:15.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:15 smithi031 ceph-mon[34661]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:16.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:16 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:16 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:16 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:17 smithi114 ceph-mon[28207]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:17.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:17 smithi031 ceph-mon[24693]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:17.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:17 smithi031 ceph-mon[34661]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:19 smithi114 ceph-mon[28207]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:19 smithi031 ceph-mon[24693]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:19 smithi031 ceph-mon[34661]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:20 smithi114 ceph-mon[28207]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:20 smithi031 ceph-mon[24693]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:20 smithi031 ceph-mon[34661]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:22 smithi114 ceph-mon[28207]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:22 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:23.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:22 smithi031 ceph-mon[24693]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:23.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:22 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:23.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:22 smithi031 ceph-mon[34661]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:23.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:22 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:24.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:10:24] "GET /metrics HTTP/1.1" 200 38159 "" "Prometheus/2.43.0" 2024-09-04T21:10:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:24 smithi114 ceph-mon[28207]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:25.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:24 smithi031 ceph-mon[24693]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:25.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:24 smithi031 ceph-mon[34661]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:26.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:26 smithi114 ceph-mon[28207]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:27.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:26 smithi031 ceph-mon[24693]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:27.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:26 smithi031 ceph-mon[34661]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:28.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:28 smithi114 ceph-mon[28207]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:29.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:28 smithi031 ceph-mon[24693]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:29.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:28 smithi031 ceph-mon[34661]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:30 smithi114 ceph-mon[28207]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:30.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:30 smithi114 ceph-mon[28207]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:30 smithi031 ceph-mon[24693]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:30 smithi031 ceph-mon[24693]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:30 smithi031 ceph-mon[34661]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:30 smithi031 ceph-mon[34661]: from='mgr.24344 172.21.15.31:0/920409336' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:32 smithi114 ceph-mon[28207]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:32.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:32 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:33.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:32 smithi031 ceph-mon[24693]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:33.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:32 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:33.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:32 smithi031 ceph-mon[34661]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:33.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:32 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:34.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:10:34] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.43.0" 2024-09-04T21:10:34.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:34 smithi114 ceph-mon[28207]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:35.006 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:34 smithi031 ceph-mon[24693]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:35.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:34 smithi031 ceph-mon[34661]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:35.040 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:10:35.299 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (6m) 2m ago 6m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (6m) 83s ago 6m 79.9M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (6m) 2m ago 6m - - 3.8 77770cf7e895 5b316bcf0d6f 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (2m) 83s ago 11m 455M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 7b4449fdfecd 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:9283,8765 running (12m) 2m ago 12m - - 19.1.1-259-g91c8a7e5 77770cf7e895 0f8f2e007bac 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (12m) 2m ago 12m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (11m) 83s ago 11m 41.7M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:10:35.927 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (11m) 2m ago 11m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (6m) 2m ago 6m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (6m) 83s ago 6m 15.7M - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (10m) 2m ago 10m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (10m) 2m ago 10m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (9m) 2m ago 9m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (9m) 2m ago 9m - 4017M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (9m) 83s ago 9m 50.1M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (8m) 83s ago 8m 59.5M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (8m) 83s ago 8m 45.7M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (7m) 83s ago 7m 52.7M 4016M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (6m) 83s ago 7m 51.5M - 2.43.0 a07b618ecd1d 5116bfce4017 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (6m) 2m ago 6m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:10:35.928 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (6m) 83s ago 6m 82.2M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:10:36.609 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions' 2024-09-04T21:10:36.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:36 smithi031 ceph-mon[24693]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:36.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:36 smithi031 ceph-mon[24693]: from='client.24923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:10:36.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:36 smithi031 ceph-mon[34661]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:36.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:36 smithi031 ceph-mon[34661]: from='client.24923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:10:36.867 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:10:36.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:36 smithi114 ceph-mon[28207]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:36.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:36 smithi114 ceph-mon[28207]: from='client.24923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 1, 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 1 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:10:37.591 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 14, 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 1 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:10:37.592 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:10:37.842 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:37 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2600004993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:10:37.843 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:37 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2600004993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:10:37.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:37 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2600004993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:10:38.191 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph -s' 2024-09-04T21:10:38.441 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:10:38.824 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:38 smithi031 ceph-mon[24693]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:38.825 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:38 smithi031 ceph-mon[34661]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:38.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:38 smithi114 ceph-mon[28207]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:39.155 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: id: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,b,c (age 11m) 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: y(active, since 7m), standbys: x 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 7m), 8 in (since 8m) 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 161 pgs 2024-09-04T21:10:39.156 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 212 objects, 585 KiB 2024-09-04T21:10:39.157 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:39.157 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 161 active+clean 2024-09-04T21:10:39.157 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:10:39.157 INFO:teuthology.orchestra.run.smithi031.stdout: io: 2024-09-04T21:10:39.157 INFO:teuthology.orchestra.run.smithi031.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-04T21:10:39.157 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:10:39.770 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:39 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3839537239' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:10:39.770 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:39 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3839537239' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:10:39.801 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:10:39.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:39 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3839537239' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:10:40.055 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:10:40.814 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:40 smithi031 ceph-mon[24693]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:40.814 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:40 smithi031 ceph-mon[34661]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:40.814 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:10:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:40 smithi114 ceph-mon[28207]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:10:41.474 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-04T21:10:41.730 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:10:41.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:41 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3422411613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:10:41.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:41 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3422411613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:10:41.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:41 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3422411613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:10:42.418 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:10:42.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:42 smithi031 ceph-mon[24693]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:42.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:42 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:42.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:42 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3975555398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:10:42.708 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:42 smithi031 ceph-mon[34661]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:42.708 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:42 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:42.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:42 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3975555398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:10:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:42 smithi114 ceph-mon[28207]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:10:42.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:42 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:42.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:42 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3975555398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:10:42.996 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph mgr fail' 2024-09-04T21:10:43.245 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:10:44.319 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:10:43] ENGINE Bus STOPPING 2024-09-04T21:10:44.322 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:43.955+0000 7f758c2ec640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-04T21:10:44.322 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setuser ceph since I am not root 2024-09-04T21:10:44.322 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ignoring --setgroup ceph since I am not root 2024-09-04T21:10:44.322 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:44.106+0000 7f8d7e17b040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-04T21:10:44.323 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:44.165+0000 7f8d7e17b040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-04T21:10:44.323 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:44.320+0000 7f8d7e17b040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-04T21:10:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:44.391+0000 7f8d7e17b040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-04T21:10:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:44.545+0000 7f8d7e17b040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-04T21:10:44.653 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'sleep 180' 2024-09-04T21:10:44.662 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:10:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:10:44.662 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:10:44] ENGINE Bus STOPPED 2024-09-04T21:10:44.920 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:10:44.932 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:44.699+0000 7f8d7e17b040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2889209716' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: Activating manager daemon x 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: osdmap e95: 8 total, 8 up, 8 in 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: mgrmap e24: x(active, starting, since 0.00973949s) 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:10:44.933 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[24693]: Manager daemon x is now available 2024-09-04T21:10:44.934 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2889209716' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: Activating manager daemon x 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: osdmap e95: 8 total, 8 up, 8 in 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: mgrmap e24: x(active, starting, since 0.00973949s) 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:10:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:10:44.936 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:44 smithi031 ceph-mon[34661]: Manager daemon x is now available 2024-09-04T21:10:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2889209716' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:10:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:10:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: Activating manager daemon x 2024-09-04T21:10:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: osdmap e95: 8 total, 8 up, 8 in 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: mgrmap e24: x(active, starting, since 0.00973949s) 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:10:44.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:10:44.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:10:44.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:10:44.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:10:44.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:10:44.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:10:44.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-mon[28207]: Manager daemon x is now available 2024-09-04T21:10:45.242 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:45.052+0000 7f8d7e17b040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-04T21:10:45.242 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:45.117+0000 7f8d7e17b040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-04T21:10:45.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:10:44] ENGINE Bus STARTING 2024-09-04T21:10:45.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:10:45] ENGINE Serving on http://:::9283 2024-09-04T21:10:45.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:10:45] ENGINE Bus STARTED 2024-09-04T21:10:45.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:45.340+0000 7f8d7e17b040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:10:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-mon[28207]: mgrmap e25: x(active, since 1.0109s) 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:10:45.680+0000 7fdf40ed1640 -1 log_channel(cephadm) log [ERR] : [04/Sep/2024:21:10:45] ENGINE Error in HTTPServer.serve 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: Traceback (most recent call last): 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self._connections.run(self.expiration_interval) 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self._run(expiration_interval) 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:10:45.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: s = self.context.wrap_socket( 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: return self.sslsocket_class._create( 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self.do_handshake() 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self._sslobj.do_handshake() 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:10:45.954 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:10:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:10:46.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:46.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:46.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[34661]: mgrmap e25: x(active, since 1.0109s) 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:10:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:10:46.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:10:46.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:10:46.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:10:46.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:10:46.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:45 smithi031 ceph-mon[24693]: mgrmap e25: x(active, since 1.0109s) 2024-09-04T21:10:46.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:46.265+0000 7f8d7e17b040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-04T21:10:46.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:46.336+0000 7f8d7e17b040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-04T21:10:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:46 smithi114 ceph-mon[28207]: Deploying cephadm binary to smithi031 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:46 smithi114 ceph-mon[28207]: Deploying cephadm binary to smithi114 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:46 smithi114 ceph-mon[28207]: [04/Sep/2024:21:10:45] ENGINE Bus STARTING 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:46 smithi114 ceph-mon[28207]: [04/Sep/2024:21:10:45] ENGINE Serving on https://172.21.15.114:7150 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:46 smithi114 ceph-mon[28207]: [04/Sep/2024:21:10:45] ENGINE Error in HTTPServer.serve 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: Traceback (most recent call last): 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._run(expiration_interval) 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:10:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: s = self.context.wrap_socket( 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: return self.sslsocket_class._create( 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: self.do_handshake() 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._sslobj.do_handshake() 2024-09-04T21:10:46.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:10:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[34661]: Deploying cephadm binary to smithi031 2024-09-04T21:10:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[34661]: Deploying cephadm binary to smithi114 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[34661]: [04/Sep/2024:21:10:45] ENGINE Bus STARTING 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[34661]: [04/Sep/2024:21:10:45] ENGINE Serving on https://172.21.15.114:7150 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[34661]: [04/Sep/2024:21:10:45] ENGINE Error in HTTPServer.serve 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:10:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: self.do_handshake() 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.c.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:10:47.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[24693]: Deploying cephadm binary to smithi031 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[24693]: Deploying cephadm binary to smithi114 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[24693]: [04/Sep/2024:21:10:45] ENGINE Bus STARTING 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[24693]: [04/Sep/2024:21:10:45] ENGINE Serving on https://172.21.15.114:7150 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:46 smithi031 ceph-mon[24693]: [04/Sep/2024:21:10:45] ENGINE Error in HTTPServer.serve 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:10:47.103 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: self.do_handshake() 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:10:47.104 INFO:journalctl@ceph.mon.a.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:10:47.379 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.106+0000 7f8d7e17b040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-04T21:10:47.379 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.228+0000 7f8d7e17b040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-04T21:10:47.676 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.376+0000 7f8d7e17b040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-04T21:10:47.677 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.442+0000 7f8d7e17b040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-04T21:10:47.677 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.603+0000 7f8d7e17b040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-04T21:10:47.677 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.674+0000 7f8d7e17b040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-04T21:10:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:47 smithi114 ceph-mon[28207]: [04/Sep/2024:21:10:45] ENGINE Serving on http://172.21.15.114:8765 2024-09-04T21:10:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:47 smithi114 ceph-mon[28207]: [04/Sep/2024:21:10:45] ENGINE Bus STARTED 2024-09-04T21:10:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:47 smithi114 ceph-mon[28207]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:47 smithi114 ceph-mon[28207]: mgrmap e26: x(active, since 3s) 2024-09-04T21:10:47.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.739+0000 7f8d7e17b040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-04T21:10:47.981 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.904+0000 7f8d7e17b040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[24693]: [04/Sep/2024:21:10:45] ENGINE Serving on http://172.21.15.114:8765 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[24693]: [04/Sep/2024:21:10:45] ENGINE Bus STARTED 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[24693]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[24693]: mgrmap e26: x(active, since 3s) 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[34661]: [04/Sep/2024:21:10:45] ENGINE Serving on http://172.21.15.114:8765 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[34661]: [04/Sep/2024:21:10:45] ENGINE Bus STARTED 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[34661]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:47.982 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-mon[34661]: mgrmap e26: x(active, since 3s) 2024-09-04T21:10:48.286 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:47.979+0000 7f8d7e17b040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-04T21:10:48.286 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:48.054+0000 7f8d7e17b040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-04T21:10:48.286 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:48.147+0000 7f8d7e17b040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-04T21:10:48.287 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:48.214+0000 7f8d7e17b040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-04T21:10:48.287 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:48.283+0000 7f8d7e17b040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-04T21:10:49.392 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:49.133+0000 7f8d7e17b040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-04T21:10:49.392 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:10:49] ENGINE Bus STARTING 2024-09-04T21:10:49.393 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: CherryPy Checker: 2024-09-04T21:10:49.393 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: The Application mounted at '' has an empty config. 2024-09-04T21:10:49.393 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: 2024-09-04T21:10:49.393 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:10:49] ENGINE Serving on http://:::9283 2024-09-04T21:10:49.393 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: [04/Sep/2024:21:10:49] ENGINE Bus STARTED 2024-09-04T21:10:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:49 smithi114 ceph-mon[28207]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:49 smithi114 ceph-mon[28207]: mgrmap e27: x(active, since 4s) 2024-09-04T21:10:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:49 smithi114 ceph-mon[28207]: Standby manager daemon y started 2024-09-04T21:10:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:49 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:10:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:49 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:10:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:49 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:10:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:49 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:10:49.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[24693]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:49.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[24693]: mgrmap e27: x(active, since 4s) 2024-09-04T21:10:49.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[24693]: Standby manager daemon y started 2024-09-04T21:10:49.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:10:49.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:10:49.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:10:49.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:10:49.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[34661]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:49.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[34661]: mgrmap e27: x(active, since 4s) 2024-09-04T21:10:49.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[34661]: Standby manager daemon y started 2024-09-04T21:10:49.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:10:49.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:10:49.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:10:49.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:49 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/2611425572' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:10:51.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[24693]: mgrmap e28: x(active, since 5s), standbys: y 2024-09-04T21:10:51.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:10:51.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:51.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:51.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[34661]: mgrmap e28: x(active, since 5s), standbys: y 2024-09-04T21:10:51.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:10:51.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:51.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:50 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:51.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:50 smithi114 ceph-mon[28207]: mgrmap e28: x(active, since 5s), standbys: y 2024-09-04T21:10:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:50 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:10:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:50 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:51.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:50 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:10:52.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:52.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:51 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-04T21:10:52.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:52.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:51 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:10:52.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi031 to 2993M 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: Adjusting osd_memory_target on smithi114 to 3248M 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi031 to 2993M 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: Adjusting osd_memory_target on smithi114 to 3248M 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:52.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:10:52.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:10:52.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:52 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi031 to 2993M 2024-09-04T21:10:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: Adjusting osd_memory_target on smithi114 to 3248M 2024-09-04T21:10:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:10:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:10:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:10:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:10:53.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:53.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:53.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:53.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:53.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:53.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:10:53.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:10:53.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:52 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:10:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[24693]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:10:54.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:53 smithi031 ceph-mon[34661]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: from='client.24722 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:10:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:53 smithi114 ceph-mon[28207]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:10:54.506 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:10:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[24920]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:10:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-04T21:10:55.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:55 smithi031 ceph-mon[34661]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:10:55.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:55 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:55.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:55 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:55.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:55 smithi031 ceph-mon[24693]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:10:55.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:55 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:55.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:55 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:56.176 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:55 smithi114 ceph-mon[28207]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:10:56.177 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:55 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:56.177 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:55 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:10:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:56 smithi114 ceph-mon[28207]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:10:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:56 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4005122924' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:10:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:56 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/874967001' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3904951273"}]: dispatch 2024-09-04T21:10:57.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:56 smithi031 ceph-mon[24693]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:10:57.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:56 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4005122924' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:10:57.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:56 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/874967001' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3904951273"}]: dispatch 2024-09-04T21:10:57.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:56 smithi031 ceph-mon[34661]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:10:57.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:56 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4005122924' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:10:57.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:56 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/874967001' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3904951273"}]: dispatch 2024-09-04T21:10:58.077 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:57 smithi114 ceph-mon[28207]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:10:58.077 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:57 smithi114 ceph-mon[28207]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:10:58.077 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:57 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/874967001' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3904951273"}]': finished 2024-09-04T21:10:58.077 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:57 smithi114 ceph-mon[28207]: osdmap e96: 8 total, 8 up, 8 in 2024-09-04T21:10:58.077 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:57 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2622613106' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]: dispatch 2024-09-04T21:10:58.077 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:57 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]: dispatch 2024-09-04T21:10:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[24693]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:10:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[24693]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:10:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/874967001' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3904951273"}]': finished 2024-09-04T21:10:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[24693]: osdmap e96: 8 total, 8 up, 8 in 2024-09-04T21:10:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2622613106' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]: dispatch 2024-09-04T21:10:58.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]: dispatch 2024-09-04T21:10:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[34661]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:10:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[34661]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:10:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/874967001' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3904951273"}]': finished 2024-09-04T21:10:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[34661]: osdmap e96: 8 total, 8 up, 8 in 2024-09-04T21:10:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2622613106' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]: dispatch 2024-09-04T21:10:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:57 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]: dispatch 2024-09-04T21:10:58.856 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:58 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]': finished 2024-09-04T21:10:58.856 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:58 smithi114 ceph-mon[28207]: osdmap e97: 8 total, 8 up, 8 in 2024-09-04T21:10:58.856 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:58 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3230143289' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]: dispatch 2024-09-04T21:10:58.856 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:58 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]: dispatch 2024-09-04T21:10:59.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]': finished 2024-09-04T21:10:59.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[24693]: osdmap e97: 8 total, 8 up, 8 in 2024-09-04T21:10:59.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3230143289' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]: dispatch 2024-09-04T21:10:59.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]: dispatch 2024-09-04T21:10:59.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3904951273"}]': finished 2024-09-04T21:10:59.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[34661]: osdmap e97: 8 total, 8 up, 8 in 2024-09-04T21:10:59.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3230143289' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]: dispatch 2024-09-04T21:10:59.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:58 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]: dispatch 2024-09-04T21:10:59.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:58 smithi114 systemd[1]: Stopping Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:10:59.535 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.241Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:10:59.535 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.242Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-04T21:10:59.535 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.242Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.242Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.242Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.242Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.242Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.242Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.243Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.243Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.243Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[60920]: ts=2024-09-04T21:10:59.243Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-04T21:10:59.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 podman[65962]: 2024-09-04 21:10:59.252191785 +0000 UTC m=+0.120110874 container died 5116bfce4017e8906d8a5c2ff47e3d07b9fc0d8f73fde64f02a1ed3387eeec07 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:10:59.927 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 podman[65962]: 2024-09-04 21:10:59.632787566 +0000 UTC m=+0.500706656 container cleanup 5116bfce4017e8906d8a5c2ff47e3d07b9fc0d8f73fde64f02a1ed3387eeec07 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:10:59.928 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 bash[65962]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a 2024-09-04T21:10:59.928 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-mon[28207]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:10:59.928 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]': finished 2024-09-04T21:10:59.928 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-mon[28207]: osdmap e98: 8 total, 8 up, 8 in 2024-09-04T21:10:59.928 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1080314522' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2776980923"}]: dispatch 2024-09-04T21:10:59.928 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:10:59 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[24693]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:11:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]': finished 2024-09-04T21:11:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[24693]: osdmap e98: 8 total, 8 up, 8 in 2024-09-04T21:11:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1080314522' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2776980923"}]: dispatch 2024-09-04T21:11:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[34661]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:11:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3860281290"}]': finished 2024-09-04T21:11:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[34661]: osdmap e98: 8 total, 8 up, 8 in 2024-09-04T21:11:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1080314522' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2776980923"}]: dispatch 2024-09-04T21:11:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:10:59 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:00.201 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:10:59 smithi114 podman[65974]: 2024-09-04 21:10:59.926194482 +0000 UTC m=+0.672459312 container remove 5116bfce4017e8906d8a5c2ff47e3d07b9fc0d8f73fde64f02a1ed3387eeec07 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:11:00.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-04T21:11:00.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 systemd[1]: Stopped Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:11:00.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Consumed 2.185s CPU time. 2024-09-04T21:11:00.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 systemd[1]: Starting Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:11:00.505 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 podman[66068]: 2024-09-04 21:11:00.188565592 +0000 UTC m=+0.016896748 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-04T21:11:00.505 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 podman[66068]: 2024-09-04 21:11:00.293829423 +0000 UTC m=+0.122160584 container create e780e61f19020718ef358d15a8ef6c56f067fd8f64f1b517b91c01a17e47cac0 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:11:00.506 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 podman[66068]: 2024-09-04 21:11:00.504273946 +0000 UTC m=+0.332605094 container init e780e61f19020718ef358d15a8ef6c56f067fd8f64f1b517b91c01a17e47cac0 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:11:00.756 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:11:00] ENGINE Bus STOPPING 2024-09-04T21:11:00.757 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 podman[66068]: 2024-09-04 21:11:00.507007006 +0000 UTC m=+0.335338153 container start e780e61f19020718ef358d15a8ef6c56f067fd8f64f1b517b91c01a17e47cac0 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:11:00.757 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.529Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-04T21:11:00.757 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.529Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.529Z caller=main.go:570 level=info host_details="(Linux 5.14.0-503.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 22 17:03:23 UTC 2024 x86_64 smithi114 (none))" 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.529Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.529Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.531Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.531Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.533Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.533Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.535Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.535Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.515µs 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.535Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.536Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.544Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.544Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-04T21:11:00.758 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.544Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=29.817µs wal_replay_duration=9.504242ms wbl_replay_duration=119ns total_replay_duration=9.556853ms 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.546Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.546Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.546Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.567Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.980926ms db_storage=760ns remote_storage=1.055µs web_handler=599ns query_engine=627ns scrape=367.924µs scrape_sd=97.791µs notify=16.13µs notify_sd=15.454µs rules=20.14964ms tracing=6.51µs 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.567Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:11:00.567Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 bash[66068]: e780e61f19020718ef358d15a8ef6c56f067fd8f64f1b517b91c01a17e47cac0 2024-09-04T21:11:00.759 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:11:00 smithi114 systemd[1]: Started Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:11:01.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1080314522' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2776980923"}]': finished 2024-09-04T21:11:01.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: osdmap e99: 8 total, 8 up, 8 in 2024-09-04T21:11:01.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3433099104' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1592912756"}]: dispatch 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114:9095"}]: dispatch 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1080314522' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2776980923"}]': finished 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: osdmap e99: 8 total, 8 up, 8 in 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3433099104' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1592912756"}]: dispatch 2024-09-04T21:11:01.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:11:01.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:11:01.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:11:01.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114:9095"}]: dispatch 2024-09-04T21:11:01.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:00 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1080314522' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2776980923"}]': finished 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: osdmap e99: 8 total, 8 up, 8 in 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3433099104' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1592912756"}]: dispatch 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:11:01.136 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114:9095"}]: dispatch 2024-09-04T21:11:01.137 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:00 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:01.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:11:01] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:11:01.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:11:01] ENGINE Bus STOPPED 2024-09-04T21:11:01.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:11:01] ENGINE Bus STARTING 2024-09-04T21:11:01.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:11:01] ENGINE Serving on http://:::9283 2024-09-04T21:11:01.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:11:01] ENGINE Bus STARTED 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114:9095"}]: dispatch 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3433099104' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1592912756"}]': finished 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: osdmap e100: 8 total, 8 up, 8 in 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/859312824' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2511071560"}]: dispatch 2024-09-04T21:11:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:01 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:11:02.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:11:02.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:11:02.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114:9095"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3433099104' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1592912756"}]': finished 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: osdmap e100: 8 total, 8 up, 8 in 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/859312824' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2511071560"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:11:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114:9095"}]: dispatch 2024-09-04T21:11:02.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3433099104' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1592912756"}]': finished 2024-09-04T21:11:02.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: osdmap e100: 8 total, 8 up, 8 in 2024-09-04T21:11:02.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/859312824' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2511071560"}]: dispatch 2024-09-04T21:11:02.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:01 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:11:03.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:02 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:11:03.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:02 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/859312824' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2511071560"}]': finished 2024-09-04T21:11:03.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:02 smithi114 ceph-mon[28207]: osdmap e101: 8 total, 8 up, 8 in 2024-09-04T21:11:03.067 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:02 smithi114 ceph-mon[28207]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:03.067 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:02 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/459291286' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1955908664"}]: dispatch 2024-09-04T21:11:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:11:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/859312824' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2511071560"}]': finished 2024-09-04T21:11:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[24693]: osdmap e101: 8 total, 8 up, 8 in 2024-09-04T21:11:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[24693]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/459291286' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1955908664"}]: dispatch 2024-09-04T21:11:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:11:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/859312824' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2511071560"}]': finished 2024-09-04T21:11:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[34661]: osdmap e101: 8 total, 8 up, 8 in 2024-09-04T21:11:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[34661]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:02 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/459291286' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1955908664"}]: dispatch 2024-09-04T21:11:04.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:03 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/459291286' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1955908664"}]': finished 2024-09-04T21:11:04.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:03 smithi031 ceph-mon[24693]: osdmap e102: 8 total, 8 up, 8 in 2024-09-04T21:11:04.005 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:03 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/459291286' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1955908664"}]': finished 2024-09-04T21:11:04.005 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:03 smithi031 ceph-mon[34661]: osdmap e102: 8 total, 8 up, 8 in 2024-09-04T21:11:04.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:03 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/459291286' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/1955908664"}]': finished 2024-09-04T21:11:04.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:03 smithi114 ceph-mon[28207]: osdmap e102: 8 total, 8 up, 8 in 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:11:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:05 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.777 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.778 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:05.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:11:05.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:11:05.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:05 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:11:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:07 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:07 smithi114 ceph-mon[28207]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-04T21:11:07.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:07 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:07.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:07 smithi031 ceph-mon[24693]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-04T21:11:07.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:07 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:07.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:07 smithi031 ceph-mon[34661]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-04T21:11:09.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:09 smithi114 ceph-mon[28207]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2024-09-04T21:11:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:09 smithi031 ceph-mon[24693]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2024-09-04T21:11:09.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:09 smithi031 ceph-mon[34661]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2024-09-04T21:11:11.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:11 smithi031 ceph-mon[24693]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-09-04T21:11:11.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:11 smithi031 ceph-mon[34661]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-09-04T21:11:11.790 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:11 smithi114 ceph-mon[28207]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-09-04T21:11:13.373 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:11:13] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.43.0" 2024-09-04T21:11:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:13 smithi114 ceph-mon[28207]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:11:13.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:13 smithi031 ceph-mon[24693]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:11:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:13 smithi031 ceph-mon[34661]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:11:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:15 smithi114 ceph-mon[28207]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-09-04T21:11:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:15 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:15.789 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:15 smithi031 ceph-mon[24693]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-09-04T21:11:15.790 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:15 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:15.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:15 smithi031 ceph-mon[34661]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-09-04T21:11:15.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:15 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:17 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:17.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:17 smithi114 ceph-mon[28207]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:17.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:17 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:17.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:17 smithi031 ceph-mon[34661]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:17.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:17 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:17.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:17 smithi031 ceph-mon[24693]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:19.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:19 smithi114 ceph-mon[28207]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:19 smithi031 ceph-mon[24693]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:19.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:19 smithi031 ceph-mon[34661]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:21.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:21 smithi114 ceph-mon[28207]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:21 smithi031 ceph-mon[24693]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:21.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:21 smithi031 ceph-mon[34661]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:23.387 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:11:23] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:11:23.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:23 smithi114 ceph-mon[28207]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:23 smithi031 ceph-mon[24693]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:23.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:23 smithi031 ceph-mon[34661]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:25 smithi114 ceph-mon[28207]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:25.799 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:25 smithi031 ceph-mon[24693]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:25.800 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:25 smithi031 ceph-mon[34661]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:27 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:27 smithi114 ceph-mon[28207]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:27 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:27 smithi031 ceph-mon[24693]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:27.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:27 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:27.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:27 smithi031 ceph-mon[34661]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:29 smithi114 ceph-mon[28207]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:29.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:29 smithi031 ceph-mon[24693]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:29.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:29 smithi031 ceph-mon[34661]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:30.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:30 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:30 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:30.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:30 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:31.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:31 smithi114 ceph-mon[28207]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:31 smithi031 ceph-mon[24693]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:31.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:31 smithi031 ceph-mon[34661]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:33.408 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:11:33] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:11:33.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:33 smithi114 ceph-mon[28207]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:33 smithi031 ceph-mon[24693]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:33.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:33 smithi031 ceph-mon[34661]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:35 smithi114 ceph-mon[28207]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:35.810 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:35 smithi031 ceph-mon[24693]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:35.811 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:35 smithi031 ceph-mon[34661]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:37.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:37 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:37.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:37 smithi114 ceph-mon[28207]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:37.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:37 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:37.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:37 smithi031 ceph-mon[34661]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:37.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:37 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:37.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:37 smithi031 ceph-mon[24693]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:39.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:39 smithi114 ceph-mon[28207]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:39.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:39 smithi031 ceph-mon[24693]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:39.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:39 smithi031 ceph-mon[34661]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:41.677 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:41 smithi031 ceph-mon[24693]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:41.677 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:41 smithi031 ceph-mon[34661]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:41.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:41 smithi114 ceph-mon[28207]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:43.422 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:11:43] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:11:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:43 smithi114 ceph-mon[28207]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:43 smithi031 ceph-mon[24693]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:43 smithi031 ceph-mon[34661]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:45 smithi114 ceph-mon[28207]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:45.812 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:45 smithi031 ceph-mon[24693]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:45.812 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:45.813 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:45 smithi031 ceph-mon[34661]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:45.813 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:11:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:47 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:47 smithi114 ceph-mon[28207]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:47.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:47 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:47.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:47 smithi031 ceph-mon[34661]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:47 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:47 smithi031 ceph-mon[24693]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:49.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:49 smithi114 ceph-mon[28207]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:49.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:49 smithi031 ceph-mon[24693]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:49.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:49 smithi031 ceph-mon[34661]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:51.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:51 smithi114 ceph-mon[28207]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:51 smithi031 ceph-mon[24693]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:51.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:51 smithi031 ceph-mon[34661]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:53.438 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:11:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:11:53] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-04T21:11:53.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:53 smithi114 ceph-mon[28207]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:53 smithi031 ceph-mon[24693]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:53.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:53 smithi031 ceph-mon[34661]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:55.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:55 smithi114 ceph-mon[28207]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:55.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:55 smithi031 ceph-mon[24693]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:55.819 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:55 smithi031 ceph-mon[34661]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:57.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:57 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:57.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:57 smithi114 ceph-mon[28207]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:57.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:57 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:57.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:57 smithi031 ceph-mon[34661]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:57.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:57 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:11:57.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:57 smithi031 ceph-mon[24693]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:11:59.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:11:59 smithi114 ceph-mon[28207]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:11:59 smithi031 ceph-mon[24693]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:11:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:11:59 smithi031 ceph-mon[34661]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:00.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:01.840 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:01 smithi114 ceph-mon[28207]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:01 smithi031 ceph-mon[24693]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:01 smithi031 ceph-mon[34661]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:03.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:12:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:12:03] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-04T21:12:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:03 smithi031 ceph-mon[24693]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:03 smithi031 ceph-mon[34661]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:03.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:03 smithi114 ceph-mon[28207]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:05.824 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:05 smithi031 ceph-mon[24693]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:05.824 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:05 smithi031 ceph-mon[34661]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:05.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:05 smithi114 ceph-mon[28207]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:06 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:12:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:06 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:12:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:06 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:12:06.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:06 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:12:06.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:06 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:12:06.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:06 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:12:06.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:06 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:12:06.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:06 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:12:06.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:06 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:12:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:07 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:07 smithi114 ceph-mon[28207]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:08.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:07 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:08.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:07 smithi031 ceph-mon[34661]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:07 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:07 smithi031 ceph-mon[24693]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:09.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:09 smithi114 ceph-mon[28207]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:10.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:09 smithi031 ceph-mon[34661]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:09 smithi031 ceph-mon[24693]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:11.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:11 smithi031 ceph-mon[24693]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:11.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:11 smithi031 ceph-mon[34661]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:11 smithi114 ceph-mon[28207]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:13.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:12:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:12:13] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-04T21:12:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:13 smithi114 ceph-mon[28207]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:14.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:13 smithi031 ceph-mon[24693]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:14.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:13 smithi031 ceph-mon[34661]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:15.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:15 smithi114 ceph-mon[28207]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:15.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:15 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:16.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:15 smithi031 ceph-mon[24693]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:16.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:15 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:16.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:15 smithi031 ceph-mon[34661]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:16.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:15 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:17 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:17 smithi114 ceph-mon[28207]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:18.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:17 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:18.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:17 smithi031 ceph-mon[24693]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:18.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:17 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:18.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:17 smithi031 ceph-mon[34661]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:19 smithi114 ceph-mon[28207]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:20.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:19 smithi031 ceph-mon[24693]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:20.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:19 smithi031 ceph-mon[34661]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:21 smithi114 ceph-mon[28207]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:22.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:21 smithi031 ceph-mon[24693]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:22.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:21 smithi031 ceph-mon[34661]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:23.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:12:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:12:23] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-04T21:12:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:23 smithi114 ceph-mon[28207]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:24.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:23 smithi031 ceph-mon[24693]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:24.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:23 smithi031 ceph-mon[34661]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:25.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:25 smithi114 ceph-mon[28207]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:26.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:25 smithi031 ceph-mon[24693]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:26.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:25 smithi031 ceph-mon[34661]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:27 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:27 smithi114 ceph-mon[28207]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:28.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:27 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:28.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:27 smithi031 ceph-mon[34661]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:27 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:27 smithi031 ceph-mon[24693]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:29.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:29 smithi114 ceph-mon[28207]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:30.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:29 smithi031 ceph-mon[24693]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:30.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:29 smithi031 ceph-mon[34661]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:30.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:30 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:30 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:30 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:31.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:31 smithi114 ceph-mon[28207]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:31 smithi031 ceph-mon[24693]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:31 smithi031 ceph-mon[34661]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:12:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:12:33] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-04T21:12:33.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:33 smithi114 ceph-mon[28207]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:33 smithi031 ceph-mon[24693]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:34.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:33 smithi031 ceph-mon[34661]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:35.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:35 smithi114 ceph-mon[28207]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:36.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:35 smithi031 ceph-mon[24693]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:36.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:35 smithi031 ceph-mon[34661]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:37 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:37 smithi114 ceph-mon[28207]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:37 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:37 smithi031 ceph-mon[24693]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:37 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:37 smithi031 ceph-mon[34661]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:39.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:39 smithi114 ceph-mon[28207]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:40.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:39 smithi031 ceph-mon[24693]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:40.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:39 smithi031 ceph-mon[34661]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:41.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:41 smithi114 ceph-mon[28207]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:41 smithi031 ceph-mon[24693]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:42.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:41 smithi031 ceph-mon[34661]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:43.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:12:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:12:43] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-04T21:12:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:43 smithi114 ceph-mon[28207]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:44.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:43 smithi031 ceph-mon[24693]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:44.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:43 smithi031 ceph-mon[34661]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:45 smithi114 ceph-mon[28207]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:46.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:45 smithi031 ceph-mon[24693]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:46.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:46.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:45 smithi031 ceph-mon[34661]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:46.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:12:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:47 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:47 smithi114 ceph-mon[28207]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:47 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:47 smithi031 ceph-mon[24693]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:47 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:47 smithi031 ceph-mon[34661]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:49 smithi114 ceph-mon[28207]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:50.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:49 smithi031 ceph-mon[24693]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:50.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:49 smithi031 ceph-mon[34661]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:51.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:51 smithi114 ceph-mon[28207]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:51 smithi031 ceph-mon[24693]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:51 smithi031 ceph-mon[34661]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:53.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:12:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:12:53] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-04T21:12:53.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:53 smithi114 ceph-mon[28207]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:54.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:53 smithi031 ceph-mon[24693]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:53 smithi031 ceph-mon[34661]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:56.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:55 smithi031 ceph-mon[24693]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:56.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:55 smithi031 ceph-mon[34661]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:56.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:55 smithi114 ceph-mon[28207]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:12:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:57 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:57 smithi031 ceph-mon[24693]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:57 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:57 smithi031 ceph-mon[34661]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:12:58.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:57 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:12:58.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:57 smithi114 ceph-mon[28207]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:00.004 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:12:59 smithi114 ceph-mon[28207]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:12:59 smithi031 ceph-mon[24693]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:00.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:12:59 smithi031 ceph-mon[34661]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:01.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:01.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:01.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:02.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:01 smithi031 ceph-mon[24693]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:01 smithi031 ceph-mon[34661]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:02.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:01 smithi114 ceph-mon[28207]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:03.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:13:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:13:03] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.43.0" 2024-09-04T21:13:04.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:03 smithi031 ceph-mon[24693]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:04.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:03 smithi031 ceph-mon[34661]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:04.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:03 smithi114 ceph-mon[28207]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:05 smithi031 ceph-mon[24693]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:06.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:05 smithi031 ceph-mon[34661]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:06.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:05 smithi114 ceph-mon[28207]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:07.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:06 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:07.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:06 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:13:07.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:06 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:07.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:06 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:07.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:06 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:13:07.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:06 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:06 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:06 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:13:07.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:06 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:07 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:07 smithi031 ceph-mon[24693]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:08.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:07 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:08.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:07 smithi031 ceph-mon[34661]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:08.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:07 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:08.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:07 smithi114 ceph-mon[28207]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:09 smithi031 ceph-mon[24693]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:10.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:09 smithi031 ceph-mon[34661]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:10.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:09 smithi114 ceph-mon[28207]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:11 smithi031 ceph-mon[24693]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:12.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:11 smithi031 ceph-mon[34661]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:12.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:11 smithi114 ceph-mon[28207]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:13.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:13:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:13:13] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.43.0" 2024-09-04T21:13:14.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:13 smithi031 ceph-mon[24693]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:14.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:13 smithi031 ceph-mon[34661]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:14.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:13 smithi114 ceph-mon[28207]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:15.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:14 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:15.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:14 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:14 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:16.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:15 smithi031 ceph-mon[24693]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:16.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:15 smithi031 ceph-mon[34661]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:16.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:15 smithi114 ceph-mon[28207]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:18.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:17 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:18.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:17 smithi031 ceph-mon[34661]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:18.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:17 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:17 smithi031 ceph-mon[24693]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:17 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:17 smithi114 ceph-mon[28207]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:20.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:19 smithi031 ceph-mon[24693]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:20.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:19 smithi031 ceph-mon[34661]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:20.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:19 smithi114 ceph-mon[28207]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:22.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:21 smithi031 ceph-mon[34661]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:22.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:21 smithi031 ceph-mon[24693]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:22.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:21 smithi114 ceph-mon[28207]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:23.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:13:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:13:23] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:13:24.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:23 smithi031 ceph-mon[24693]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:24.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:23 smithi031 ceph-mon[34661]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:24.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:23 smithi114 ceph-mon[28207]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:26.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:25 smithi031 ceph-mon[24693]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:26.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:25 smithi031 ceph-mon[34661]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:26.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:25 smithi114 ceph-mon[28207]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:28.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:27 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:28.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:27 smithi031 ceph-mon[34661]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:27 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:27 smithi031 ceph-mon[24693]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:28.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:27 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:28.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:27 smithi114 ceph-mon[28207]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:30.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:29 smithi031 ceph-mon[24693]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:30.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:29 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:30.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:29 smithi031 ceph-mon[34661]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:30.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:29 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:29 smithi114 ceph-mon[28207]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:29 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:31 smithi031 ceph-mon[24693]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:32.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:31 smithi031 ceph-mon[34661]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:32.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:31 smithi114 ceph-mon[28207]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:13:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:13:33] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:13:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:33 smithi031 ceph-mon[24693]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:34.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:33 smithi031 ceph-mon[34661]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:34.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:33 smithi114 ceph-mon[28207]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:36.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:35 smithi031 ceph-mon[24693]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:36.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:35 smithi031 ceph-mon[34661]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:36.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:35 smithi114 ceph-mon[28207]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-04T21:13:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:37 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:37 smithi031 ceph-mon[24693]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:37 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:37 smithi031 ceph-mon[34661]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:37 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:37 smithi114 ceph-mon[28207]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:40.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:39 smithi031 ceph-mon[24693]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:40.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:39 smithi031 ceph-mon[34661]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:40.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:39 smithi114 ceph-mon[28207]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:41 smithi031 ceph-mon[24693]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:42.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:41 smithi031 ceph-mon[34661]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:42.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:41 smithi114 ceph-mon[28207]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:43.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:13:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:13:43] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:13:44.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:43 smithi031 ceph-mon[24693]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:44.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:43 smithi031 ceph-mon[34661]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:44.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:43 smithi114 ceph-mon[28207]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:45.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:45.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:45.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:13:46.066 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:45 smithi031 ceph-mon[24693]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:46.067 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:45 smithi031 ceph-mon[34661]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:46.099 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-04T21:13:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:45 smithi114 ceph-mon[28207]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:46.357 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:13:47.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:46 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:47.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:46 smithi031 ceph-mon[24693]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:46 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:47.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:46 smithi031 ceph-mon[34661]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:47.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:46 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:47.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:46 smithi114 ceph-mon[28207]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:47.509 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled to redeploy mgr.y on host 'smithi031' 2024-09-04T21:13:47.803 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2931489345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:13:47.803 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='client.25058 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:13:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: Schedule redeploy daemon mgr.y 2024-09-04T21:13:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[24693]: Deploying daemon mgr.y on smithi031 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2931489345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='client.25058 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:13:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: Schedule redeploy daemon mgr.y 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:48.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:47 smithi031 ceph-mon[34661]: Deploying daemon mgr.y on smithi031 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2931489345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='client.25058 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: Schedule redeploy daemon mgr.y 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:13:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:13:48.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:13:48.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:47 smithi114 ceph-mon[28207]: Deploying daemon mgr.y on smithi031 2024-09-04T21:13:48.231 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps --refresh' 2024-09-04T21:13:48.490 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:13:49.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:48 smithi031 ceph-mon[24693]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:49.076 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:48 smithi031 ceph-mon[34661]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:49.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:48 smithi114 ceph-mon[28207]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:49.416 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:13:49.416 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (9m) 2m ago 10m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:13:49.416 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (9m) 2m ago 9m 81.2M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:13:49.416 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (2m) 2m ago 9m - - 3.8 77770cf7e895 232dba98f127 2024-09-04T21:13:49.416 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (5m) 2m ago 14m 510M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 7b4449fdfecd 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:9283,8765 running (15m) 2m ago 15m - - 19.1.1-259-g91c8a7e5 77770cf7e895 0f8f2e007bac 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (15m) 2m ago 15m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (14m) 2m ago 14m 46.3M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (14m) 2m ago 14m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (9m) 2m ago 9m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (9m) 2m ago 9m 15.8M - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (14m) 2m ago 13m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (13m) 2m ago 13m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (13m) 2m ago 13m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (12m) 2m ago 12m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (12m) 2m ago 12m 51.2M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (11m) 2m ago 11m 60.7M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (11m) 2m ago 11m 46.7M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:13:49.417 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (11m) 2m ago 11m 53.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:13:49.418 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 2m ago 10m 32.7M - 2.43.0 a07b618ecd1d e780e61f1902 2024-09-04T21:13:49.418 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (9m) 2m ago 9m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:13:49.418 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (9m) 2m ago 9m 83.7M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:13:50.080 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:49 smithi031 ceph-mon[24693]: from='client.25064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:13:50.080 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:49 smithi031 ceph-mon[34661]: from='client.25064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:13:50.109 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'sleep 180' 2024-09-04T21:13:50.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:49 smithi114 ceph-mon[28207]: from='client.25064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:13:50.386 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:13:51.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:50 smithi031 ceph-mon[24693]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:51.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:50 smithi031 ceph-mon[34661]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:51.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:50 smithi114 ceph-mon[28207]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:53.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:53 smithi031 ceph-mon[24693]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:53.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:53 smithi031 ceph-mon[34661]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:53.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:53 smithi114 ceph-mon[28207]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:53.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:13:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:13:53] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:13:55.077 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:13:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=cleanup t=2024-09-04T21:13:54.71975341Z level=info msg="Completed cleanup jobs" duration=2.458026ms 2024-09-04T21:13:55.077 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:13:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=sqlstore.transactions t=2024-09-04T21:13:54.729081661Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-04T21:13:55.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:55 smithi031 ceph-mon[24693]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:55.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:55 smithi031 ceph-mon[34661]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:55.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:55 smithi114 ceph-mon[28207]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:57 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:57 smithi031 ceph-mon[24693]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:57 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:57 smithi031 ceph-mon[34661]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:57.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:57 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:13:57.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:57 smithi114 ceph-mon[28207]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:13:59.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:13:59 smithi031 ceph-mon[24693]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:59.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:13:59 smithi031 ceph-mon[34661]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:13:59.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:13:59 smithi114 ceph-mon[28207]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:00.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:00.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:00.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:01.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:01 smithi114 ceph-mon[28207]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:01.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:01 smithi031 ceph-mon[24693]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:01.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:01 smithi031 ceph-mon[34661]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:03.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:03 smithi114 ceph-mon[28207]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:03.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:14:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:14:03] "GET /metrics HTTP/1.1" 200 38239 "" "Prometheus/2.43.0" 2024-09-04T21:14:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:03 smithi031 ceph-mon[24693]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:03.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:03 smithi031 ceph-mon[34661]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:05.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:05 smithi114 ceph-mon[28207]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:05.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:05 smithi031 ceph-mon[24693]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:05.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:05 smithi031 ceph-mon[34661]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:07.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:07 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:07.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:07 smithi114 ceph-mon[28207]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:07.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:07 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:07.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:07 smithi031 ceph-mon[24693]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:07.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:07 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:07 smithi031 ceph-mon[34661]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:09.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:09 smithi114 ceph-mon[28207]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:09.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:09 smithi031 ceph-mon[24693]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:09.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:09 smithi031 ceph-mon[34661]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:11.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:11 smithi114 ceph-mon[28207]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:11.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:11 smithi031 ceph-mon[24693]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:11.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:11 smithi031 ceph-mon[34661]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:13.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:13 smithi114 ceph-mon[28207]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:13.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:14:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:14:13] "GET /metrics HTTP/1.1" 200 38239 "" "Prometheus/2.43.0" 2024-09-04T21:14:13.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:13 smithi031 ceph-mon[24693]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:13.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:13 smithi031 ceph-mon[34661]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:15.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:15 smithi114 ceph-mon[28207]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:15.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:15 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:15 smithi031 ceph-mon[24693]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:15 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:15.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:15 smithi031 ceph-mon[34661]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:15.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:15 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:17.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:17 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:17.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:17 smithi114 ceph-mon[28207]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:17.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:17 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:17.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:17 smithi031 ceph-mon[24693]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:17.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:17 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:17.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:17 smithi031 ceph-mon[34661]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:18.533 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:18 smithi031 systemd[1]: Stopping Ceph mgr.y for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:14:18.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:18 smithi031 podman[83323]: 2024-09-04 21:14:18.531334563 +0000 UTC m=+0.164049044 container died 0f8f2e007bac72fc6580c4e66be2b05f786eb4a23803e2fc07af4c1096f89b58 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-91c8a7e, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-04T21:14:19.164 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:18 smithi031 podman[83323]: 2024-09-04 21:14:18.988132924 +0000 UTC m=+0.620847389 container cleanup 0f8f2e007bac72fc6580c4e66be2b05f786eb4a23803e2fc07af4c1096f89b58 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=squid-91c8a7e, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-04T21:14:19.165 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:18 smithi031 bash[83323]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y 2024-09-04T21:14:19.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:19 smithi114 ceph-mon[28207]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:19.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:19 smithi031 ceph-mon[24693]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:19.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:19 smithi031 ceph-mon[34661]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:19.557 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:19 smithi031 podman[83335]: 2024-09-04 21:14:19.357214643 +0000 UTC m=+0.821153070 container remove 0f8f2e007bac72fc6580c4e66be2b05f786eb4a23803e2fc07af4c1096f89b58 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=squid-91c8a7e) 2024-09-04T21:14:19.557 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:19 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:14:19.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:19 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-04T21:14:19.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:19 smithi031 systemd[1]: Stopped Ceph mgr.y for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:14:19.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:19 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service: Consumed 53.128s CPU time. 2024-09-04T21:14:19.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:19 smithi031 systemd[1]: Starting Ceph mgr.y for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:14:20.304 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:19 smithi031 podman[83468]: 2024-09-04 21:14:19.889606409 +0000 UTC m=+0.015633369 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:14:20.305 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:20 smithi031 podman[83468]: 2024-09-04 21:14:20.10917217 +0000 UTC m=+0.235199172 container create b8fe9d19fd7167b0495d6e044114ecf8f910c49dc7f172ea327d5b5a4cd0a601 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-04T21:14:20.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:20 smithi031 podman[83468]: 2024-09-04 21:14:20.303436696 +0000 UTC m=+0.429463665 container init b8fe9d19fd7167b0495d6e044114ecf8f910c49dc7f172ea327d5b5a4cd0a601 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:14:20.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:20 smithi031 podman[83468]: 2024-09-04 21:14:20.306574099 +0000 UTC m=+0.432601064 container start b8fe9d19fd7167b0495d6e044114ecf8f910c49dc7f172ea327d5b5a4cd0a601 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:14:20.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:20 smithi031 ceph-mgr[83486]: -- 172.21.15.31:0/3677007932 <== mon.2 v2:172.21.15.31:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558f073650e0 con 0x558f07343000 2024-09-04T21:14:20.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:20 smithi031 bash[83468]: b8fe9d19fd7167b0495d6e044114ecf8f910c49dc7f172ea327d5b5a4cd0a601 2024-09-04T21:14:20.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:20 smithi031 systemd[1]: Started Ceph mgr.y for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:14:21.840 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:21 smithi114 ceph-mon[28207]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:21.840 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:21 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.840 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:21 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.840 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:21 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.840 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:21 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[24693]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[34661]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:21.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:21.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:21 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:23.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:14:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:14:23] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:14:23.743 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:23 smithi031 ceph-mon[24693]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:23.743 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:23 smithi031 ceph-mon[34661]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:23 smithi114 ceph-mon[28207]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:25.971 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:25.971 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: Standby manager daemon y restarted 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: Standby manager daemon y started 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:25.972 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: Standby manager daemon y restarted 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: Standby manager daemon y started 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:14:25] ENGINE Bus STARTING 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: CherryPy Checker: 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: The Application mounted at '' has an empty config. 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:14:25.973 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:14:25] ENGINE Serving on http://:::9283 2024-09-04T21:14:25.974 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:14:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:14:25] ENGINE Bus STARTED 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: Standby manager daemon y restarted 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: Standby manager daemon y started 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:14:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:25 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:14:27.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:26 smithi031 ceph-mon[24693]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-04T21:14:27.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:26 smithi031 ceph-mon[34661]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-04T21:14:27.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:26 smithi114 ceph-mon[28207]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-04T21:14:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:27 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:27 smithi031 ceph-mon[24693]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:28.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:27 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:28.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:27 smithi031 ceph-mon[34661]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:28.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:27 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:28.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:27 smithi114 ceph-mon[28207]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:14:30.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:29 smithi031 ceph-mon[24693]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:30.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:29 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:30.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:29 smithi031 ceph-mon[34661]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:30.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:29 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:29 smithi114 ceph-mon[28207]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:29 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:31 smithi114 ceph-mon[28207]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:31 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:31 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:31 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:14:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:31 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:14:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:31 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[24693]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[34661]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:14:32.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:14:32.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:31 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:14:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:14:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:14:33] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:14:33.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:33 smithi114 ceph-mon[28207]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:33 smithi031 ceph-mon[24693]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:34.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:33 smithi031 ceph-mon[34661]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:35.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:35 smithi114 ceph-mon[28207]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:35.982 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:35 smithi031 ceph-mon[24693]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:35.982 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:35 smithi031 ceph-mon[34661]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:37 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:37 smithi114 ceph-mon[28207]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:37 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:37 smithi031 ceph-mon[24693]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:38.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:37 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:37 smithi031 ceph-mon[34661]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:39.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:39 smithi114 ceph-mon[28207]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:40.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:39 smithi031 ceph-mon[24693]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:40.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:39 smithi031 ceph-mon[34661]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:41.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:41 smithi031 ceph-mon[24693]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:41.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:41 smithi031 ceph-mon[34661]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:41.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:41 smithi114 ceph-mon[28207]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:43.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:14:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:14:43] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:14:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:43 smithi114 ceph-mon[28207]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:44.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:43 smithi031 ceph-mon[24693]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:44.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:43 smithi031 ceph-mon[34661]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:45 smithi114 ceph-mon[28207]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:45.986 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:45 smithi031 ceph-mon[24693]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:45.986 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:45.987 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:45 smithi031 ceph-mon[34661]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:45.987 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:14:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:47 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:47 smithi114 ceph-mon[28207]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:47 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:47 smithi031 ceph-mon[24693]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:47 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:47 smithi031 ceph-mon[34661]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:49 smithi114 ceph-mon[28207]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:50.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:49 smithi031 ceph-mon[24693]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:50.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:49 smithi031 ceph-mon[34661]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:51.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:51 smithi114 ceph-mon[28207]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:51 smithi031 ceph-mon[24693]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:51 smithi031 ceph-mon[34661]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:53.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:14:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:14:53] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.43.0" 2024-09-04T21:14:53.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:53 smithi114 ceph-mon[28207]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:54.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:53 smithi031 ceph-mon[24693]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:53 smithi031 ceph-mon[34661]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:55.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:55 smithi114 ceph-mon[28207]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:55.997 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:55 smithi031 ceph-mon[24693]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:55.997 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:55 smithi031 ceph-mon[34661]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:14:57.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:57 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:57.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:57 smithi114 ceph-mon[28207]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:57 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:57 smithi031 ceph-mon[24693]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:57 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:14:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:57 smithi031 ceph-mon[34661]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:14:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:14:59 smithi114 ceph-mon[28207]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:14:59 smithi031 ceph-mon[24693]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:00.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:14:59 smithi031 ceph-mon[34661]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:00 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:01.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:00 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:01.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:00 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:01 smithi114 ceph-mon[28207]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:02.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:01 smithi031 ceph-mon[24693]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:02.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:01 smithi031 ceph-mon[34661]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:03.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:15:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:15:03] "GET /metrics HTTP/1.1" 200 38242 "" "Prometheus/2.43.0" 2024-09-04T21:15:03.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:03 smithi114 ceph-mon[28207]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:04.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:03 smithi031 ceph-mon[24693]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:04.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:03 smithi031 ceph-mon[34661]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:05.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:05 smithi114 ceph-mon[28207]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:06.008 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:05 smithi031 ceph-mon[24693]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:06.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:05 smithi031 ceph-mon[34661]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:07 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:07 smithi114 ceph-mon[28207]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:07 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:07 smithi031 ceph-mon[24693]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:08.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:07 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:08.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:07 smithi031 ceph-mon[34661]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:09 smithi031 ceph-mon[24693]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:10.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:09 smithi031 ceph-mon[34661]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:09 smithi114 ceph-mon[28207]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:11 smithi031 ceph-mon[24693]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:12.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:11 smithi031 ceph-mon[34661]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:12.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:11 smithi114 ceph-mon[28207]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:13.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:15:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:15:13] "GET /metrics HTTP/1.1" 200 38242 "" "Prometheus/2.43.0" 2024-09-04T21:15:14.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:13 smithi031 ceph-mon[24693]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:14.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:13 smithi031 ceph-mon[34661]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:14.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:13 smithi114 ceph-mon[28207]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:16.019 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:15 smithi031 ceph-mon[24693]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:16.019 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:15 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:16.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:15 smithi031 ceph-mon[34661]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:16.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:15 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:16.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:15 smithi114 ceph-mon[28207]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:16.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:15 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:18.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:17 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:18.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:17 smithi031 ceph-mon[24693]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:18.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:17 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:18.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:17 smithi031 ceph-mon[34661]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:17 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:17 smithi114 ceph-mon[28207]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:20.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:19 smithi031 ceph-mon[24693]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:20.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:19 smithi031 ceph-mon[34661]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:20.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:19 smithi114 ceph-mon[28207]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:22.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:21 smithi031 ceph-mon[24693]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:21 smithi031 ceph-mon[34661]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:22.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:21 smithi114 ceph-mon[28207]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:23.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:15:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:15:23] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.43.0" 2024-09-04T21:15:24.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:23 smithi031 ceph-mon[24693]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:24.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:23 smithi031 ceph-mon[34661]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:24.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:23 smithi114 ceph-mon[28207]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:26.029 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:25 smithi031 ceph-mon[24693]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:26.029 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:25 smithi031 ceph-mon[34661]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:25 smithi114 ceph-mon[28207]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:27 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:27 smithi031 ceph-mon[24693]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:28.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:27 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:28.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:27 smithi031 ceph-mon[34661]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:28.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:27 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:28.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:27 smithi114 ceph-mon[28207]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:30.003 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:29 smithi114 ceph-mon[28207]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:30.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:29 smithi031 ceph-mon[24693]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:30.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:29 smithi031 ceph-mon[34661]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:31.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:30 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:31.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:30 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:30 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:31 smithi031 ceph-mon[24693]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:32.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:31 smithi031 ceph-mon[34661]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:32.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:31 smithi114 ceph-mon[28207]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:15:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:15:33] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:15:33.995 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:33 smithi031 ceph-mon[24693]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:33.995 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:33 smithi031 ceph-mon[34661]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:34.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:33 smithi114 ceph-mon[28207]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:36.039 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[34661]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:36.039 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.039 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.039 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[24693]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:15:36.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:35 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:35 smithi114 ceph-mon[28207]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:36.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:35 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:35 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:36.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:35 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:15:36.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:35 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:15:36.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:35 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:15:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:37 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:38.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:37 smithi031 ceph-mon[24693]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:38.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:37 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:37 smithi031 ceph-mon[34661]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:37 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:37 smithi114 ceph-mon[28207]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:40.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:39 smithi031 ceph-mon[24693]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:40.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:39 smithi031 ceph-mon[34661]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:40.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:39 smithi114 ceph-mon[28207]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:41 smithi031 ceph-mon[24693]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:42.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:41 smithi031 ceph-mon[34661]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:42.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:41 smithi114 ceph-mon[28207]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:43.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:15:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:15:43] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:15:44.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:43 smithi031 ceph-mon[24693]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:44.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:43 smithi031 ceph-mon[34661]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:44.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:43 smithi114 ceph-mon[28207]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:45.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:44 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:45.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:44 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:45.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:44 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:15:46.042 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:45 smithi031 ceph-mon[24693]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:46.042 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:45 smithi031 ceph-mon[34661]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:45 smithi114 ceph-mon[28207]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:47 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:48.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:47 smithi031 ceph-mon[24693]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:47 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:47 smithi031 ceph-mon[34661]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:47 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:47 smithi114 ceph-mon[28207]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:50.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:49 smithi031 ceph-mon[24693]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:50.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:49 smithi031 ceph-mon[34661]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:50.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:49 smithi114 ceph-mon[28207]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:51 smithi031 ceph-mon[24693]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:51 smithi031 ceph-mon[34661]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:51 smithi114 ceph-mon[28207]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:53.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:15:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:15:53] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.43.0" 2024-09-04T21:15:54.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:53 smithi031 ceph-mon[24693]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:53 smithi031 ceph-mon[34661]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:53 smithi114 ceph-mon[28207]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:56.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:55 smithi031 ceph-mon[24693]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:56.049 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:55 smithi031 ceph-mon[34661]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:56.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:55 smithi114 ceph-mon[28207]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:15:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:57 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:58.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:57 smithi031 ceph-mon[24693]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:57 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:57 smithi031 ceph-mon[34661]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:15:58.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:57 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:15:58.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:57 smithi114 ceph-mon[28207]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:59 smithi031 ceph-mon[24693]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:15:59 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:59 smithi031 ceph-mon[34661]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:15:59 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:00.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:59 smithi114 ceph-mon[28207]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:00.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:15:59 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:02.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:01 smithi031 ceph-mon[24693]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:01 smithi031 ceph-mon[34661]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:02.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:01 smithi114 ceph-mon[28207]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:03.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:16:03] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.43.0" 2024-09-04T21:16:04.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:03 smithi031 ceph-mon[24693]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:04.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:03 smithi031 ceph-mon[34661]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:04.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:03 smithi114 ceph-mon[28207]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:06.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:05 smithi031 ceph-mon[24693]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:06.061 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:05 smithi031 ceph-mon[34661]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:06.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:05 smithi114 ceph-mon[28207]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:07 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:07 smithi031 ceph-mon[24693]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:08.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:07 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:08.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:07 smithi031 ceph-mon[34661]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:08.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:07 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:08.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:07 smithi114 ceph-mon[28207]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:09 smithi031 ceph-mon[24693]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:10.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:09 smithi031 ceph-mon[34661]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:09 smithi114 ceph-mon[28207]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:11 smithi031 ceph-mon[24693]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:12.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:11 smithi031 ceph-mon[34661]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:12.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:11 smithi114 ceph-mon[28207]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:13.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:16:13] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.43.0" 2024-09-04T21:16:14.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:13 smithi031 ceph-mon[24693]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:14.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:13 smithi031 ceph-mon[34661]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:14.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:13 smithi114 ceph-mon[28207]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:15.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:14 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:15.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:14 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:15.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:14 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:16.072 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:15 smithi031 ceph-mon[24693]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:16.072 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:15 smithi031 ceph-mon[34661]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:16.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:15 smithi114 ceph-mon[28207]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:17.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:16 smithi031 ceph-mon[24693]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:17.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:16 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:16 smithi031 ceph-mon[34661]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:16 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:16 smithi114 ceph-mon[28207]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:17.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:16 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:19 smithi114 ceph-mon[28207]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:19.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:19 smithi031 ceph-mon[24693]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:19.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:19 smithi031 ceph-mon[34661]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:21.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:21 smithi114 ceph-mon[28207]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:21.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:21 smithi031 ceph-mon[24693]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:21.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:21 smithi031 ceph-mon[34661]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:23 smithi114 ceph-mon[28207]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:23.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:16:23] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.43.0" 2024-09-04T21:16:23.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:23 smithi031 ceph-mon[24693]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:23.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:23 smithi031 ceph-mon[34661]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:25.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:25 smithi114 ceph-mon[28207]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:25 smithi031 ceph-mon[24693]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:25.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:25 smithi031 ceph-mon[34661]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:27.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:27 smithi114 ceph-mon[28207]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:27.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:27 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:27 smithi031 ceph-mon[24693]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:27 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:27.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:27 smithi031 ceph-mon[34661]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:27 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:29.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:29 smithi114 ceph-mon[28207]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:29.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:29 smithi031 ceph-mon[24693]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:29.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:29 smithi031 ceph-mon[34661]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:30.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:30 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:30 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:30 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:31 smithi114 ceph-mon[28207]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:31 smithi031 ceph-mon[24693]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:31.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:31 smithi031 ceph-mon[34661]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:33 smithi114 ceph-mon[28207]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:16:33] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.43.0" 2024-09-04T21:16:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:33 smithi031 ceph-mon[24693]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:33.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:33 smithi031 ceph-mon[34661]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:35.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:35 smithi114 ceph-mon[28207]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:35 smithi031 ceph-mon[24693]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:35.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:35 smithi031 ceph-mon[34661]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:36 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:16:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:36 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:16:36.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:36 smithi031 ceph-mon[24693]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:16:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:36 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:16:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:36 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:16:36.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:36 smithi031 ceph-mon[34661]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:16:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:36 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:16:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:36 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:16:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:36 smithi114 ceph-mon[28207]: from='mgr.24796 ' entity='mgr.x' 2024-09-04T21:16:37.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:37 smithi114 ceph-mon[28207]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:37 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:37 smithi031 ceph-mon[24693]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:37 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:37.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:37 smithi031 ceph-mon[34661]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:37.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:37 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:39.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:39 smithi114 ceph-mon[28207]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:39.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:39 smithi031 ceph-mon[24693]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:39.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:39 smithi031 ceph-mon[34661]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:41 smithi114 ceph-mon[28207]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:41 smithi031 ceph-mon[24693]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:41.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:41 smithi031 ceph-mon[34661]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:43.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:43 smithi114 ceph-mon[28207]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:43.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:16:43] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.43.0" 2024-09-04T21:16:43.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:43 smithi031 ceph-mon[24693]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:43.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:43 smithi031 ceph-mon[34661]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:45 smithi114 ceph-mon[28207]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:45.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:45 smithi114 ceph-mon[28207]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:45 smithi031 ceph-mon[24693]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:45 smithi031 ceph-mon[24693]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:45 smithi031 ceph-mon[34661]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:45 smithi031 ceph-mon[34661]: from='mgr.24796 172.21.15.114:0/3242978222' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:16:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:47 smithi114 ceph-mon[28207]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:47 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:47.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:47 smithi031 ceph-mon[34661]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:47.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:47 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:47.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:47 smithi031 ceph-mon[24693]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:47.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:47 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:49.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:49 smithi114 ceph-mon[28207]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:49.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:49 smithi031 ceph-mon[34661]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:49.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:49 smithi031 ceph-mon[24693]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:51.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:51 smithi114 ceph-mon[28207]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:51 smithi031 ceph-mon[24693]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:51.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:51 smithi031 ceph-mon[34661]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:51.752 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:16:52.012 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:16:52.685 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:16:52.685 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (12m) 77s ago 13m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:16:52.685 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (12m) 2m ago 12m 82.2M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:16:52.685 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (5m) 77s ago 12m - - 3.8 77770cf7e895 232dba98f127 2024-09-04T21:16:52.685 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (8m) 2m ago 17m 516M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 7b4449fdfecd 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (2m) 77s ago 18m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (18m) 77s ago 18m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (17m) 2m ago 17m 50.4M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (17m) 77s ago 17m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (12m) 77s ago 12m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (12m) 2m ago 12m 16.4M - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (17m) 77s ago 17m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (16m) 77s ago 16m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (16m) 77s ago 16m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (15m) 77s ago 15m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (15m) 2m ago 15m 53.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (14m) 2m ago 14m 63.5M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:16:52.686 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (14m) 2m ago 14m 48.7M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:16:52.687 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (14m) 2m ago 14m 55.8M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:16:52.687 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (5m) 2m ago 13m 53.6M - 2.43.0 a07b618ecd1d e780e61f1902 2024-09-04T21:16:52.687 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (12m) 77s ago 12m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:16:52.687 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (12m) 2m ago 12m 85.5M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:16:53.259 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:53 smithi031 ceph-mon[24693]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:53.259 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:53 smithi031 ceph-mon[24693]: from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:16:53.259 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:53 smithi031 ceph-mon[34661]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:53.259 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:53 smithi031 ceph-mon[34661]: from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:16:53.287 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions' 2024-09-04T21:16:53.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:53 smithi114 ceph-mon[28207]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:53 smithi114 ceph-mon[28207]: from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:16:53.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:16:53] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.43.0" 2024-09-04T21:16:53.546 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:16:54.268 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:16:54.269 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:16:54.940 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:16:55.192 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:16:55.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:55 smithi031 ceph-mon[24693]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:55.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:55 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3079186275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:16:55.313 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:55 smithi031 ceph-mon[34661]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:55.313 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:55 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3079186275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:16:55.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:55 smithi114 ceph-mon[28207]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:55.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:55 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3079186275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:16:55.951 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:16:56.271 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:56 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1416666042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:16:56.271 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:56 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1416666042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:16:56.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:56 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1416666042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:16:56.586 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph -s' 2024-09-04T21:16:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:16:57.280 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:57 smithi031 ceph-mon[24693]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:57.280 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:57 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:57.280 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:57 smithi031 ceph-mon[34661]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:57.280 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:57 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:57.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:57 smithi114 ceph-mon[28207]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:16:57.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:57 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: id: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,b,c (age 17m) 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: x(active, since 6m), standbys: y 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 14m), 8 in (since 14m) 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 161 pgs 2024-09-04T21:16:57.523 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 212 objects, 585 KiB 2024-09-04T21:16:57.524 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:16:57.524 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 161 active+clean 2024-09-04T21:16:57.524 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:16:57.524 INFO:teuthology.orchestra.run.smithi031.stdout: io: 2024-09-04T21:16:57.524 INFO:teuthology.orchestra.run.smithi031.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-04T21:16:57.524 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:16:58.162 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph mgr fail' 2024-09-04T21:16:58.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:58 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/532747554' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:16:58.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:58 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/532747554' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:16:58.419 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:16:58.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:58 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/532747554' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:16:59.108 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:16:59] ENGINE Bus STOPPING 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2993920350' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: Activating manager daemon y 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: osdmap e103: 8 total, 8 up, 8 in 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: mgrmap e30: y(active, starting, since 0.00868298s) 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:16:59.443 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:16:59.444 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2993920350' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: Activating manager daemon y 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: osdmap e103: 8 total, 8 up, 8 in 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: mgrmap e30: y(active, starting, since 0.00868298s) 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:16:59.445 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:16:59.446 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:16:59.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:16:59.092+0000 7fdfe0031640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ignoring --setuser ceph since I am not root 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ignoring --setgroup ceph since I am not root 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mgr[62137]: -- 172.21.15.114:0/1048558448 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5555b18b30e0 con 0x5555b1891400 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2993920350' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: Activating manager daemon y 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: osdmap e103: 8 total, 8 up, 8 in 2024-09-04T21:16:59.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: mgrmap e30: y(active, starting, since 0.00868298s) 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:16:59.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:16:59.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:16:59.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:16:59.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:16:59.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:16:59 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:16:59.770 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:16:59] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:16:59.770 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:16:59 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:16:59] ENGINE Bus STOPPED 2024-09-04T21:16:59.796 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'sleep 180' 2024-09-04T21:17:00.069 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:17:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-mon[28207]: Manager daemon y is now available 2024-09-04T21:17:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:17:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:17:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:17:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:17:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:17:00.476 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:17:00] ENGINE Bus STARTING 2024-09-04T21:17:00.476 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:17:00] ENGINE Serving on http://:::9283 2024-09-04T21:17:00.476 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:17:00] ENGINE Bus STARTED 2024-09-04T21:17:00.476 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[34661]: Manager daemon y is now available 2024-09-04T21:17:00.476 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[24693]: Manager daemon y is now available 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:17:00.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:00 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:17:00.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:00.552Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nfs msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:17:00.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:00.552Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:17:00.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:00.553Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:17:00.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:00.554Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:17:00.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:00.554Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:17:00.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:00.554Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:17:01.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:01 smithi114 ceph-mon[28207]: mgrmap e31: y(active, since 1.11983s) 2024-09-04T21:17:01.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:01 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:17:01.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:01 smithi114 ceph-mon[28207]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-mon[24693]: mgrmap e31: y(active, since 1.11983s) 2024-09-04T21:17:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:17:01.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-mon[24693]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-mon[34661]: mgrmap e31: y(active, since 1.11983s) 2024-09-04T21:17:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:17:01.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-mon[34661]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:01.812 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:17:01.483+0000 7f6eeec8a640 -1 log_channel(cephadm) log [ERR] : [04/Sep/2024:21:17:01] ENGINE Error in HTTPServer.serve 2024-09-04T21:17:01.812 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: Traceback (most recent call last): 2024-09-04T21:17:01.812 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self._connections.run(self.expiration_interval) 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self._run(expiration_interval) 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: s = self.context.wrap_socket( 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: return self.sslsocket_class._create( 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self.do_handshake() 2024-09-04T21:17:01.813 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:17:01.814 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self._sslobj.do_handshake() 2024-09-04T21:17:01.814 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:17:01.814 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:17:02.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:02 smithi031 ceph-mon[24693]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:02.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:02 smithi031 ceph-mon[34661]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:02.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:02 smithi114 ceph-mon[28207]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:03.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[34661]: [04/Sep/2024:21:17:01] ENGINE Bus STARTING 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[34661]: [04/Sep/2024:21:17:01] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[34661]: [04/Sep/2024:21:17:01] ENGINE Error in HTTPServer.serve 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:17:03.351 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout: self.do_handshake() 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[34661]: [04/Sep/2024:21:17:01] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[34661]: [04/Sep/2024:21:17:01] ENGINE Bus STARTED 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[34661]: mgrmap e32: y(active, since 3s) 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[24693]: [04/Sep/2024:21:17:01] ENGINE Bus STARTING 2024-09-04T21:17:03.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[24693]: [04/Sep/2024:21:17:01] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[24693]: [04/Sep/2024:21:17:01] ENGINE Error in HTTPServer.serve 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:17:03.353 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout: self.do_handshake() 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[24693]: [04/Sep/2024:21:17:01] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[24693]: [04/Sep/2024:21:17:01] ENGINE Bus STARTED 2024-09-04T21:17:03.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:03 smithi031 ceph-mon[24693]: mgrmap e32: y(active, since 3s) 2024-09-04T21:17:03.593 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:03 smithi114 ceph-mon[28207]: [04/Sep/2024:21:17:01] ENGINE Bus STARTING 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:03 smithi114 ceph-mon[28207]: [04/Sep/2024:21:17:01] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:03 smithi114 ceph-mon[28207]: [04/Sep/2024:21:17:01] ENGINE Error in HTTPServer.serve 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: Traceback (most recent call last): 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._run(expiration_interval) 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:17:03.594 INFO:journalctl@ceph.mon.b.smithi114.stdout: s = self.context.wrap_socket( 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout: return self.sslsocket_class._create( 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout: self.do_handshake() 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._sslobj.do_handshake() 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:03 smithi114 ceph-mon[28207]: [04/Sep/2024:21:17:01] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:03 smithi114 ceph-mon[28207]: [04/Sep/2024:21:17:01] ENGINE Bus STARTED 2024-09-04T21:17:03.595 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:03 smithi114 ceph-mon[28207]: mgrmap e32: y(active, since 3s) 2024-09-04T21:17:04.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:04 smithi031 ceph-mon[24693]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:04.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:04 smithi031 ceph-mon[34661]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:04.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:04 smithi114 ceph-mon[28207]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:04.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:17:04 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:17:04] ENGINE Bus STARTING 2024-09-04T21:17:04.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:17:04 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: CherryPy Checker: 2024-09-04T21:17:04.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:17:04 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: The Application mounted at '' has an empty config. 2024-09-04T21:17:04.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:17:04 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:17:04.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:17:04 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:17:04] ENGINE Serving on http://:::9283 2024-09-04T21:17:04.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:17:04 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:17:04] ENGINE Bus STARTED 2024-09-04T21:17:05.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: mgrmap e33: y(active, since 5s) 2024-09-04T21:17:05.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: Standby manager daemon x started 2024-09-04T21:17:05.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: mgrmap e33: y(active, since 5s) 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: Standby manager daemon x started 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:05 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: mgrmap e33: y(active, since 5s) 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: Standby manager daemon x started 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:05.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:05 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:06.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[24693]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:06.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[24693]: mgrmap e34: y(active, since 6s), standbys: x 2024-09-04T21:17:06.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[34661]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[34661]: mgrmap e34: y(active, since 6s), standbys: x 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:06 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:17:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:06 smithi114 ceph-mon[28207]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:17:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:06 smithi114 ceph-mon[28207]: mgrmap e34: y(active, since 6s), standbys: x 2024-09-04T21:17:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:06 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:17:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:06 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:06 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:06 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:06 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[24693]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:17:07.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:17:07.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:17:07.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:17:07.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:07.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:07 smithi031 ceph-mon[34661]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='client.24995 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:07.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:07 smithi114 ceph-mon[28207]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:17:08.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:08 smithi031 ceph-mon[24693]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:17:08.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:08 smithi031 ceph-mon[34661]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:17:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:08 smithi114 ceph-mon[28207]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:17:10.307 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:10 smithi114 ceph-mon[28207]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:17:10.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:10 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:10.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:10 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:10.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:10 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2796911133' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:17:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[24693]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:17:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:10.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2796911133' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:17:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[34661]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:17:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:10 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2796911133' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:17:11.392 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:11 smithi114 ceph-mon[28207]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:17:11.392 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:11 smithi114 ceph-mon[28207]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:17:11.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:11 smithi031 ceph-mon[24693]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:17:11.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:11 smithi031 ceph-mon[24693]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:17:11.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:11 smithi031 ceph-mon[34661]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:17:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:11 smithi031 ceph-mon[34661]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:17:12.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:12 smithi031 ceph-mon[24693]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:17:12.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:12 smithi031 ceph-mon[34661]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:17:12.692 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:12 smithi114 ceph-mon[28207]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:17:12.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:12 smithi114 systemd[1]: Stopping Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:17:13.371 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:17:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.102Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-04T21:17:13.372 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.103Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-04T21:17:13.373 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.103Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-04T21:17:13.373 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[66082]: ts=2024-09-04T21:17:13.103Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-04T21:17:13.373 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 podman[69794]: 2024-09-04 21:17:13.112837877 +0000 UTC m=+0.134706354 container died e780e61f19020718ef358d15a8ef6c56f067fd8f64f1b517b91c01a17e47cac0 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:17:13.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 podman[69794]: 2024-09-04 21:17:13.468912655 +0000 UTC m=+0.490781134 container cleanup e780e61f19020718ef358d15a8ef6c56f067fd8f64f1b517b91c01a17e47cac0 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:17:13.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 bash[69794]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a 2024-09-04T21:17:14.109 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 podman[69807]: 2024-09-04 21:17:13.762856053 +0000 UTC m=+0.652694125 container remove e780e61f19020718ef358d15a8ef6c56f067fd8f64f1b517b91c01a17e47cac0 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:17:14.109 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-04T21:17:14.109 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 systemd[1]: Stopped Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:17:14.109 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Consumed 2.125s CPU time. 2024-09-04T21:17:14.109 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:13 smithi114 systemd[1]: Starting Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:17:14.366 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-mon[28207]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:17:14.367 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 podman[69899]: 2024-09-04 21:17:14.011129474 +0000 UTC m=+0.018382543 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-04T21:17:14.367 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 podman[69899]: 2024-09-04 21:17:14.142837661 +0000 UTC m=+0.150090767 container create 9621baeb5c2e3a42d1a6b0b29965f8ef72dc0c6b42da2348322cee30ff1dc869 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:17:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:14 smithi031 ceph-mon[24693]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:17:14.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:14 smithi031 ceph-mon[34661]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:17:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 podman[69899]: 2024-09-04 21:17:14.365142573 +0000 UTC m=+0.372395637 container init 9621baeb5c2e3a42d1a6b0b29965f8ef72dc0c6b42da2348322cee30ff1dc869 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:17:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 podman[69899]: 2024-09-04 21:17:14.368088241 +0000 UTC m=+0.375341306 container start 9621baeb5c2e3a42d1a6b0b29965f8ef72dc0c6b42da2348322cee30ff1dc869 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:17:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.392Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-04T21:17:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.392Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.392Z caller=main.go:570 level=info host_details="(Linux 5.14.0-503.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 22 17:03:23 UTC 2024 x86_64 smithi114 (none))" 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.392Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.392Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.393Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.394Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.395Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.395Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.397Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.397Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.639µs 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.397Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.399Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.408Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.412Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-04T21:17:14.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.412Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.412Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=19.148µs wal_replay_duration=14.784663ms wbl_replay_duration=102ns total_replay_duration=14.8212ms 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.414Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.414Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.414Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.434Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.566243ms db_storage=762ns remote_storage=1.473µs web_handler=348ns query_engine=620ns scrape=217.385µs scrape_sd=94.831µs notify=9.01µs notify_sd=10.88µs rules=19.916018ms tracing=5.967µs 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.434Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:17:14.434Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 bash[69899]: 9621baeb5c2e3a42d1a6b0b29965f8ef72dc0c6b42da2348322cee30ff1dc869 2024-09-04T21:17:14.704 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:17:14 smithi114 systemd[1]: Started Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:17:15.814 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:15.814 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:15.814 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:17:15.814 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[34661]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:17:15.815 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:17:15.816 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:17:15.816 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:17:15.816 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:17:15.816 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:17:15.816 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:15.816 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:15 smithi031 ceph-mon[24693]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:17:15.835 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:15.835 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:15.835 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:17:15.835 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:17:15.836 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:17:15.836 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:17:15.836 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:17:15.836 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:17:15.836 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:15.836 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:15 smithi114 ceph-mon[28207]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:17:18.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:18 smithi031 ceph-mon[24693]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:17:18.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:18 smithi031 ceph-mon[34661]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:17:18.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:18 smithi114 ceph-mon[28207]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:17:19.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[34661]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:19.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:17:19.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:19 smithi031 ceph-mon[24693]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:17:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:17:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:17:19.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:19 smithi114 ceph-mon[28207]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:20 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:21.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:20 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:21.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:20 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:21 smithi114 ceph-mon[28207]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:22.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:21 smithi031 ceph-mon[24693]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:21 smithi031 ceph-mon[34661]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:24.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:24 smithi114 ceph-mon[28207]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:24 smithi031 ceph-mon[24693]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:24.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:24 smithi031 ceph-mon[34661]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:24.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:17:24] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.43.0" 2024-09-04T21:17:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:26 smithi114 ceph-mon[28207]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:26.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:26 smithi031 ceph-mon[24693]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:26.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:26 smithi031 ceph-mon[34661]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:28 smithi114 ceph-mon[28207]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:28 smithi031 ceph-mon[24693]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:28 smithi031 ceph-mon[34661]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:30.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:30 smithi114 ceph-mon[28207]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:30.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:30 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:30 smithi031 ceph-mon[24693]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:30 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:30 smithi031 ceph-mon[34661]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:30 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:31.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:31 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:31 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:31 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:32.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:32 smithi114 ceph-mon[28207]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:32 smithi031 ceph-mon[24693]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:32 smithi031 ceph-mon[34661]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:34 smithi114 ceph-mon[28207]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:34.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:34 smithi031 ceph-mon[24693]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:34.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:17:34] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:17:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:34 smithi031 ceph-mon[34661]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:36 smithi114 ceph-mon[28207]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:36.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:36 smithi031 ceph-mon[24693]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:36.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:36 smithi031 ceph-mon[34661]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:38 smithi114 ceph-mon[28207]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:38 smithi031 ceph-mon[24693]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:38 smithi031 ceph-mon[34661]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:40.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:40 smithi114 ceph-mon[28207]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:40.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:40 smithi031 ceph-mon[24693]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:40.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:40 smithi031 ceph-mon[34661]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:41 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:41.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:41 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:41.502 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:41 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:42 smithi114 ceph-mon[28207]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:42.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:42 smithi031 ceph-mon[24693]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:42.518 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:42 smithi031 ceph-mon[34661]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:44.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:44 smithi114 ceph-mon[28207]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:44 smithi031 ceph-mon[24693]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:44.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:17:44] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:17:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:44 smithi031 ceph-mon[34661]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:45 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:45.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:45 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:45 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:17:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:46 smithi031 ceph-mon[24693]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:46 smithi031 ceph-mon[34661]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:46 smithi114 ceph-mon[28207]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:48 smithi031 ceph-mon[24693]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:48.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:48 smithi031 ceph-mon[34661]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:48.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:48 smithi114 ceph-mon[28207]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:50.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:50 smithi031 ceph-mon[24693]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:50.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:50 smithi031 ceph-mon[34661]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:50.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:50 smithi114 ceph-mon[28207]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:51 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:51.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:51 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:51 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:17:52.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:52 smithi031 ceph-mon[24693]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:52.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:52 smithi031 ceph-mon[34661]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:52.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:52 smithi114 ceph-mon[28207]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:54 smithi031 ceph-mon[24693]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:54.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:54 smithi031 ceph-mon[34661]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:54.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:17:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:17:54] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-04T21:17:54.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:54 smithi114 ceph-mon[28207]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:56.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:56 smithi031 ceph-mon[24693]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:56.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:56 smithi031 ceph-mon[34661]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:56 smithi114 ceph-mon[28207]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:17:58.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:17:58 smithi031 ceph-mon[24693]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:58.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:17:58 smithi031 ceph-mon[34661]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:17:58.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:17:58 smithi114 ceph-mon[28207]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:00.504 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:00 smithi114 ceph-mon[28207]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:00.504 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:00 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:00.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:00 smithi031 ceph-mon[24693]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:00.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:00 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:00.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:00 smithi031 ceph-mon[34661]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:00.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:00 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:01.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:01 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:01.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:01 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:01.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:01 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:02.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:02 smithi031 ceph-mon[24693]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:02.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:02 smithi031 ceph-mon[34661]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:02.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:02 smithi114 ceph-mon[28207]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:04.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:04 smithi031 ceph-mon[24693]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:04.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:04 smithi031 ceph-mon[34661]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:04.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:18:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:18:04] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-04T21:18:04.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:04 smithi114 ceph-mon[28207]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:06.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:06 smithi031 ceph-mon[24693]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:06 smithi031 ceph-mon[34661]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:06 smithi114 ceph-mon[28207]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:08 smithi031 ceph-mon[24693]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:08.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:08 smithi031 ceph-mon[34661]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:08.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:08 smithi114 ceph-mon[28207]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:10 smithi031 ceph-mon[24693]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:10.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:10 smithi031 ceph-mon[34661]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:10 smithi114 ceph-mon[28207]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:11.515 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:11 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:11.515 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:11 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:11 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:12.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:12 smithi031 ceph-mon[24693]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:12.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:12 smithi031 ceph-mon[34661]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:12.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:12 smithi114 ceph-mon[28207]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:14 smithi031 ceph-mon[24693]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:14 smithi031 ceph-mon[34661]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:14.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:18:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:18:14] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-04T21:18:14.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:14 smithi114 ceph-mon[28207]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:15 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:15.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:15 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:15 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:16.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:16 smithi031 ceph-mon[24693]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:16.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:16 smithi031 ceph-mon[34661]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:16.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:16 smithi114 ceph-mon[28207]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:18.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:18 smithi031 ceph-mon[24693]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:18.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:18 smithi031 ceph-mon[34661]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:18 smithi114 ceph-mon[28207]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:19.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:19 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:18:19.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:19 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:18:19.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:19 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:18:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:19 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:18:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:19 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:18:19.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:19 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:18:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:19 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:18:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:19 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:18:19.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:19 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:18:20.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:20 smithi031 ceph-mon[24693]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:20.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:20 smithi031 ceph-mon[34661]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:20 smithi114 ceph-mon[28207]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:21.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:21 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:21.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:21 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:21.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:21 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:22.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:22 smithi031 ceph-mon[24693]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:22.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:22 smithi031 ceph-mon[34661]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:22.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:22 smithi114 ceph-mon[28207]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:24 smithi031 ceph-mon[24693]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:24.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:24 smithi031 ceph-mon[34661]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:24.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:18:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:18:24] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:18:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:24 smithi114 ceph-mon[28207]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:26.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:26 smithi031 ceph-mon[24693]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:26.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:26 smithi031 ceph-mon[34661]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:26.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:26 smithi114 ceph-mon[28207]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:28 smithi031 ceph-mon[24693]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:28 smithi031 ceph-mon[34661]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:28.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:28 smithi114 ceph-mon[28207]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:30 smithi031 ceph-mon[24693]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:30.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:30 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:30 smithi031 ceph-mon[34661]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:30 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:30.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:30 smithi114 ceph-mon[28207]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:30.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:30 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:31 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:31 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:31.680 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:31 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:32 smithi031 ceph-mon[24693]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:32.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:32 smithi031 ceph-mon[34661]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:32 smithi114 ceph-mon[28207]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:34.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:34 smithi031 ceph-mon[24693]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:34 smithi031 ceph-mon[34661]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:34.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:18:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:18:34] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-04T21:18:34.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:34 smithi114 ceph-mon[28207]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:36.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:36 smithi031 ceph-mon[24693]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:36.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:36 smithi031 ceph-mon[34661]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:36.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:36 smithi114 ceph-mon[28207]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:38 smithi031 ceph-mon[24693]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:38 smithi031 ceph-mon[34661]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:38.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:38 smithi114 ceph-mon[28207]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:40.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:40 smithi031 ceph-mon[24693]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:40.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:40 smithi031 ceph-mon[34661]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:40.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:40 smithi114 ceph-mon[28207]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:41 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:41 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:41.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:41 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:42 smithi031 ceph-mon[24693]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:42.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:42 smithi031 ceph-mon[34661]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:42.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:42 smithi114 ceph-mon[28207]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:44 smithi031 ceph-mon[24693]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:44.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:18:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:18:44] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-04T21:18:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:44 smithi031 ceph-mon[34661]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:44 smithi114 ceph-mon[28207]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:45 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:45.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:45 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:45.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:45 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:18:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:46 smithi031 ceph-mon[24693]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:46 smithi031 ceph-mon[34661]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:46.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:46 smithi114 ceph-mon[28207]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:48 smithi031 ceph-mon[24693]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:48 smithi031 ceph-mon[34661]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:48 smithi114 ceph-mon[28207]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:50.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:50 smithi031 ceph-mon[24693]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:50.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:50 smithi031 ceph-mon[34661]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:50.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:50 smithi114 ceph-mon[28207]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:51 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:51.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:51 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:51.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:51 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:18:52.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:52 smithi114 ceph-mon[28207]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:52.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:52 smithi031 ceph-mon[24693]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:52 smithi031 ceph-mon[34661]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:54.353 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:18:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=sqlstore.transactions t=2024-09-04T21:18:54.037002504Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-04T21:18:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:54 smithi031 ceph-mon[24693]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:54.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:54 smithi031 ceph-mon[34661]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:54.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:18:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:18:54] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-04T21:18:54.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:54 smithi114 ceph-mon[28207]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:56 smithi114 ceph-mon[28207]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:56.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:56 smithi031 ceph-mon[24693]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:56.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:56 smithi031 ceph-mon[34661]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:18:58.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:18:58 smithi114 ceph-mon[28207]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:18:58 smithi031 ceph-mon[24693]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:18:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:18:58 smithi031 ceph-mon[34661]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:00 smithi114 ceph-mon[28207]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:00 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:00 smithi031 ceph-mon[24693]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:00 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:00.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:00 smithi031 ceph-mon[34661]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:00 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:01.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:01 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:01 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:01 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:02.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:02 smithi114 ceph-mon[28207]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:02 smithi031 ceph-mon[24693]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:02.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:02 smithi031 ceph-mon[34661]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:04.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:04 smithi031 ceph-mon[24693]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:04.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:19:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:19:04] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-04T21:19:04.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:04 smithi031 ceph-mon[34661]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:04.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:04 smithi114 ceph-mon[28207]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:06 smithi114 ceph-mon[28207]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:06 smithi031 ceph-mon[24693]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:06.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:06 smithi031 ceph-mon[34661]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:08.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:08 smithi114 ceph-mon[28207]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:08 smithi031 ceph-mon[24693]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:08.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:08 smithi031 ceph-mon[34661]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:10 smithi114 ceph-mon[28207]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:10 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:10 smithi031 ceph-mon[24693]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:10 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:10.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:10 smithi031 ceph-mon[34661]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:10.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:10 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:11.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:11 smithi114 ceph-mon[28207]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:11.751 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:11 smithi031 ceph-mon[24693]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:11.751 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:11 smithi031 ceph-mon[34661]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:14.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:14 smithi114 ceph-mon[28207]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:14 smithi031 ceph-mon[24693]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:14 smithi031 ceph-mon[34661]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:14.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:19:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:19:14] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-04T21:19:15.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:15 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:15.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:15 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:15 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:16.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:16 smithi031 ceph-mon[24693]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:16.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:16 smithi031 ceph-mon[34661]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:16.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:16 smithi114 ceph-mon[28207]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:18.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:18 smithi031 ceph-mon[24693]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:18.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:18 smithi031 ceph-mon[34661]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:18.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:18 smithi114 ceph-mon[28207]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:20.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[24693]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:19:20.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:19:20.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:20 smithi031 ceph-mon[34661]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:19:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:19:20.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:20 smithi114 ceph-mon[28207]: from='mgr.25070 ' entity='mgr.y' 2024-09-04T21:19:21.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:21 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:21.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:21 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:21.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:21 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:22.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:22 smithi031 ceph-mon[24693]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:22.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:22 smithi031 ceph-mon[34661]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:22.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:22 smithi114 ceph-mon[28207]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:24 smithi031 ceph-mon[24693]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:24.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:19:24 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:19:24] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.43.0" 2024-09-04T21:19:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:24 smithi031 ceph-mon[34661]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:24.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:24 smithi114 ceph-mon[28207]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:26.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:26 smithi031 ceph-mon[24693]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:26.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:26 smithi031 ceph-mon[34661]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:26.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:26 smithi114 ceph-mon[28207]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:28 smithi031 ceph-mon[24693]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:28 smithi031 ceph-mon[34661]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:28.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:28 smithi114 ceph-mon[28207]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:30.504 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:30 smithi114 ceph-mon[28207]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:30.505 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:30 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:30 smithi031 ceph-mon[24693]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:30.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:30 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:30 smithi031 ceph-mon[34661]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:30 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:31.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:31 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:31 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:31.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:31 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:32 smithi031 ceph-mon[24693]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:32 smithi031 ceph-mon[34661]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:32.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:32 smithi114 ceph-mon[28207]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:34.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:34 smithi031 ceph-mon[24693]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:34.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:34 smithi031 ceph-mon[34661]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:34.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:19:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:19:34] "GET /metrics HTTP/1.1" 200 38241 "" "Prometheus/2.43.0" 2024-09-04T21:19:34.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:34 smithi114 ceph-mon[28207]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:36.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:36 smithi031 ceph-mon[24693]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:36.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:36 smithi031 ceph-mon[34661]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:36.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:36 smithi114 ceph-mon[28207]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:38 smithi031 ceph-mon[24693]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:38 smithi031 ceph-mon[34661]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:38.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:38 smithi114 ceph-mon[28207]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:40.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:40 smithi031 ceph-mon[24693]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:19:40.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:40 smithi031 ceph-mon[34661]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:19:40.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:40 smithi114 ceph-mon[28207]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:19:41.502 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:41 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:41.502 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:41 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:41.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:41 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:42 smithi031 ceph-mon[24693]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:42.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:42 smithi031 ceph-mon[34661]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:42 smithi114 ceph-mon[28207]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:44 smithi031 ceph-mon[24693]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:19:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:44 smithi031 ceph-mon[34661]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:19:44.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:19:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:19:44] "GET /metrics HTTP/1.1" 200 38241 "" "Prometheus/2.43.0" 2024-09-04T21:19:44.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:44 smithi114 ceph-mon[28207]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-04T21:19:45.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:45 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:45 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:45 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:19:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:46 smithi031 ceph-mon[24693]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:46 smithi031 ceph-mon[34661]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:46 smithi114 ceph-mon[28207]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:48 smithi031 ceph-mon[24693]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:48 smithi031 ceph-mon[34661]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:48.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:48 smithi114 ceph-mon[28207]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:50.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:50 smithi031 ceph-mon[24693]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:50.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:50 smithi031 ceph-mon[34661]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:50.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:50 smithi114 ceph-mon[28207]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:51 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:51.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:51 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:51 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:19:52.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:52 smithi031 ceph-mon[24693]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:52.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:52 smithi031 ceph-mon[34661]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:52.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:52 smithi114 ceph-mon[28207]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:54 smithi031 ceph-mon[24693]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:54.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:19:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:19:54] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.43.0" 2024-09-04T21:19:54.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:54 smithi031 ceph-mon[34661]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:54.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:54 smithi114 ceph-mon[28207]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:56.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:56 smithi031 ceph-mon[24693]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:56.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:56 smithi031 ceph-mon[34661]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:56.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:56 smithi114 ceph-mon[28207]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:19:58.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:19:58 smithi031 ceph-mon[24693]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:58.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:19:58 smithi031 ceph-mon[34661]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:19:58.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:19:58 smithi114 ceph-mon[28207]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:00.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:00 smithi031 ceph-mon[24693]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:00.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:00 smithi031 ceph-mon[24693]: overall HEALTH_OK 2024-09-04T21:20:00.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:00 smithi031 ceph-mon[24693]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:00.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:00 smithi031 ceph-mon[34661]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:00.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:00 smithi031 ceph-mon[34661]: overall HEALTH_OK 2024-09-04T21:20:00.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:00 smithi031 ceph-mon[34661]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:00.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:00 smithi114 ceph-mon[28207]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:00 smithi114 ceph-mon[28207]: overall HEALTH_OK 2024-09-04T21:20:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:00 smithi114 ceph-mon[28207]: from='mgr.25070 172.21.15.31:0/3567705178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:01.339 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:20:01.601 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:20:01.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:01 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:01.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:01 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:01.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:01 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (15m) 2m ago 16m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (16m) 2m ago 16m 81.5M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (2m) 2m ago 15m - - 3.8 77770cf7e895 c08956388cb5 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (11m) 2m ago 20m 451M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 7b4449fdfecd 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (5m) 2m ago 21m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (21m) 2m ago 22m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (20m) 2m ago 20m 48.0M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (20m) 2m ago 20m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:20:02.243 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (16m) 2m ago 16m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (16m) 2m ago 16m 16.2M - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (20m) 2m ago 20m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (19m) 2m ago 19m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (19m) 2m ago 19m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (18m) 2m ago 18m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (18m) 2m ago 18m 54.5M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (18m) 2m ago 18m 63.8M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (17m) 2m ago 17m 49.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (17m) 2m ago 17m 56.5M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 2m ago 16m 35.3M - 2.43.0 a07b618ecd1d 9621baeb5c2e 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (15m) 2m ago 15m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:20:02.244 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (15m) 2m ago 15m 88.2M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:20:02.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:02 smithi031 ceph-mon[24693]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:02.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:02 smithi031 ceph-mon[34661]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:02.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:02 smithi114 ceph-mon[28207]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:02.887 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions' 2024-09-04T21:20:03.138 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:20:03.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:03 smithi031 ceph-mon[24693]: from='client.15267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:20:03.521 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:03 smithi031 ceph-mon[34661]: from='client.15267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:20:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:03 smithi114 ceph-mon[28207]: from='client.15267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:20:03.868 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:20:03.869 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:20:03.870 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:20:03.870 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:20:03.870 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:20:03.870 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:20:04.484 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:04 smithi031 ceph-mon[24693]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:04.484 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:04 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4262365411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:20:04.484 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:20:04] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-04T21:20:04.484 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:04 smithi031 ceph-mon[34661]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:04.484 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:04 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4262365411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:20:04.515 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph -s' 2024-09-04T21:20:04.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:04 smithi114 ceph-mon[28207]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:04.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:04 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4262365411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:20:04.767 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: id: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,b,c (age 20m) 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: y(active, since 3m), standbys: x 2024-09-04T21:20:05.469 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 17m), 8 in (since 17m) 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 161 pgs 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 212 objects, 585 KiB 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 161 active+clean 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: io: 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: client: 853 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-04T21:20:05.470 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-04T21:20:06.193 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:20:06.450 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:20:06.571 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:06 smithi031 ceph-mon[24693]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:06.571 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:06 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1569306365' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:20:06.571 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:06 smithi031 ceph-mon[34661]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:06.571 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:06 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1569306365' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:20:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:06 smithi114 ceph-mon[28207]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:06.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:06 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1569306365' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-04T21:20:07.222 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:20:07.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:07 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1739401898' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:20:07.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:07 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1739401898' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:20:07.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:07 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1739401898' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:20:07.827 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-04T21:20:08.079 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:20:08.475 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:08 smithi031 ceph-mon[24693]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:08.476 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:08 smithi031 ceph-mon[34661]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:08.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:08 smithi114 ceph-mon[28207]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:08.838 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:20:09.429 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:09 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/371780433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:20:09.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:09 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/371780433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:20:09.457 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph mgr fail' 2024-09-04T21:20:09.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:09 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/371780433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:20:09.706 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:20:10.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:10 smithi031 ceph-mon[24693]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:10.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:10 smithi031 ceph-mon[34661]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:10.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:10 smithi114 ceph-mon[28207]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:10.702 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:20:10] ENGINE Bus STOPPING 2024-09-04T21:20:10.745 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:20:10.426+0000 7f6f8ddea640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-04T21:20:10.745 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ignoring --setuser ceph since I am not root 2024-09-04T21:20:10.745 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:10 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ignoring --setgroup ceph since I am not root 2024-09-04T21:20:10.745 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:10 smithi031 ceph-mgr[83486]: -- 172.21.15.31:0/3583005586 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560570ed90e0 con 0x560570eb7000 2024-09-04T21:20:11.092 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'sleep 180' 2024-09-04T21:20:11.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:20:10] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:20:11.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:20:10] ENGINE Bus STOPPED 2024-09-04T21:20:11.357 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:20:11.559 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:20:11] ENGINE Bus STARTING 2024-09-04T21:20:11.560 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:20:11] ENGINE Serving on http://:::9283 2024-09-04T21:20:11.560 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:11.560 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4215461523' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:20:11.560 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:20:11.560 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: Activating manager daemon x 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: osdmap e104: 8 total, 8 up, 8 in 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: mgrmap e35: x(active, starting, since 0.0086756s) 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:20:11.561 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: Manager daemon x is now available 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:20:11.562 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:20:11.563 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:20:11.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4215461523' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: Activating manager daemon x 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: osdmap e104: 8 total, 8 up, 8 in 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: mgrmap e35: x(active, starting, since 0.0086756s) 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:20:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: Manager daemon x is now available 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:20:11.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='client.25145 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4215461523' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: Activating manager daemon x 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: osdmap e104: 8 total, 8 up, 8 in 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: mgrmap e35: x(active, starting, since 0.0086756s) 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:20:11.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:20:11.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:20:11.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: Manager daemon x is now available 2024-09-04T21:20:11.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:11.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:20:11.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:20:11.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:20:11.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:20:11.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:11 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-04T21:20:11.951 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:20:11] ENGINE Bus STARTED 2024-09-04T21:20:12.430 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:20:12.217+0000 7fe52d778640 -1 log_channel(cephadm) log [ERR] : [04/Sep/2024:21:20:12] ENGINE Error in HTTPServer.serve 2024-09-04T21:20:12.430 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: Traceback (most recent call last): 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self._connections.run(self.expiration_interval) 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self._run(expiration_interval) 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: s = self.context.wrap_socket( 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: return self.sslsocket_class._create( 2024-09-04T21:20:12.431 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:20:12.432 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self.do_handshake() 2024-09-04T21:20:12.432 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:20:12.432 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: self._sslobj.do_handshake() 2024-09-04T21:20:12.432 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:20:12.432 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:20:12.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-mon[28207]: mgrmap e36: x(active, since 1.01054s) 2024-09-04T21:20:12.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:12 smithi114 ceph-mon[28207]: [04/Sep/2024:21:20:12] ENGINE Bus STARTING 2024-09-04T21:20:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:12 smithi031 ceph-mon[24693]: mgrmap e36: x(active, since 1.01054s) 2024-09-04T21:20:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:12 smithi031 ceph-mon[24693]: [04/Sep/2024:21:20:12] ENGINE Bus STARTING 2024-09-04T21:20:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:12 smithi031 ceph-mon[34661]: mgrmap e36: x(active, since 1.01054s) 2024-09-04T21:20:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:12 smithi031 ceph-mon[34661]: [04/Sep/2024:21:20:12] ENGINE Bus STARTING 2024-09-04T21:20:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:13 smithi114 ceph-mon[28207]: [04/Sep/2024:21:20:12] ENGINE Serving on https://172.21.15.114:7150 2024-09-04T21:20:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:13 smithi114 ceph-mon[28207]: [04/Sep/2024:21:20:12] ENGINE Error in HTTPServer.serve 2024-09-04T21:20:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: Traceback (most recent call last): 2024-09-04T21:20:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:20:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:20:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._run(expiration_interval) 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: s = self.context.wrap_socket( 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: return self.sslsocket_class._create( 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: self.do_handshake() 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._sslobj.do_handshake() 2024-09-04T21:20:13.703 INFO:journalctl@ceph.mon.b.smithi114.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:20:13.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:13 smithi114 ceph-mon[28207]: [04/Sep/2024:21:20:12] ENGINE Serving on http://172.21.15.114:8765 2024-09-04T21:20:13.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:13 smithi114 ceph-mon[28207]: [04/Sep/2024:21:20:12] ENGINE Bus STARTED 2024-09-04T21:20:13.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:13 smithi114 ceph-mon[28207]: mgrmap e37: x(active, since 2s) 2024-09-04T21:20:13.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:13 smithi114 ceph-mon[28207]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:20:13.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[24693]: [04/Sep/2024:21:20:12] ENGINE Serving on https://172.21.15.114:7150 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[24693]: [04/Sep/2024:21:20:12] ENGINE Error in HTTPServer.serve 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:20:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout: self.do_handshake() 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[24693]: [04/Sep/2024:21:20:12] ENGINE Serving on http://172.21.15.114:8765 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[24693]: [04/Sep/2024:21:20:12] ENGINE Bus STARTED 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[24693]: mgrmap e37: x(active, since 2s) 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[24693]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[34661]: [04/Sep/2024:21:20:12] ENGINE Serving on https://172.21.15.114:7150 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[34661]: [04/Sep/2024:21:20:12] ENGINE Error in HTTPServer.serve 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:20:13.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:20:13.853 INFO:journalctl@ceph.mon.c.smithi031.stdout: self.do_handshake() 2024-09-04T21:20:13.854 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:20:13.854 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:20:13.854 INFO:journalctl@ceph.mon.c.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:20:13.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[34661]: [04/Sep/2024:21:20:12] ENGINE Serving on http://172.21.15.114:8765 2024-09-04T21:20:13.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[34661]: [04/Sep/2024:21:20:12] ENGINE Bus STARTED 2024-09-04T21:20:13.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[34661]: mgrmap e37: x(active, since 2s) 2024-09-04T21:20:13.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:13 smithi031 ceph-mon[34661]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:20:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:14.417Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:20:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:14.420Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:20:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:14.420Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nfs msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:20:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:14.423Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:20:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:14.423Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:20:14.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:14.424Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:20:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:15 smithi114 ceph-mon[28207]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:20:15.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:15 smithi114 ceph-mon[28207]: mgrmap e38: x(active, since 4s) 2024-09-04T21:20:15.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-mon[24693]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:20:15.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-mon[24693]: mgrmap e38: x(active, since 4s) 2024-09-04T21:20:15.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-mon[34661]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:20:15.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-mon[34661]: mgrmap e38: x(active, since 4s) 2024-09-04T21:20:16.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:20:15] ENGINE Bus STARTING 2024-09-04T21:20:16.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: CherryPy Checker: 2024-09-04T21:20:16.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: The Application mounted at '' has an empty config. 2024-09-04T21:20:16.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:20:16.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:20:16] ENGINE Serving on http://:::9283 2024-09-04T21:20:16.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:20:16] ENGINE Bus STARTED 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: Standby manager daemon y started 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:16 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:20:17.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: Standby manager daemon y started 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: Standby manager daemon y started 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:17.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:17.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:16 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: mgrmap e39: x(active, since 6s), standbys: y 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:20:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-04T21:20:18.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: mgrmap e39: x(active, since 6s), standbys: y 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:20:18.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:20:18.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:17 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: mgrmap e39: x(active, since 6s), standbys: y 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:20:18.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:20:18.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:17 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:19.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:18 smithi114 ceph-mon[28207]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:20:19.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:18 smithi114 ceph-mon[28207]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:20:19.212 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:18 smithi031 ceph-mon[24693]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:20:19.212 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:18 smithi031 ceph-mon[24693]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:20:19.212 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:18 smithi031 ceph-mon[34661]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:20:19.212 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:18 smithi031 ceph-mon[34661]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:20:20.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:19 smithi114 ceph-mon[28207]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:20:20.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:19 smithi031 ceph-mon[24693]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:20:20.270 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:19 smithi031 ceph-mon[34661]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-04T21:20:21.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:20:21.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:21.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:21.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:20:21.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:20:21.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/734700413' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:20:21.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2895744724' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]: dispatch 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]: dispatch 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/734700413' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2895744724' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]: dispatch 2024-09-04T21:20:21.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:21 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]: dispatch 2024-09-04T21:20:21.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:20:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:20:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:20:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/734700413' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:20:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2895744724' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]: dispatch 2024-09-04T21:20:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:21 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]: dispatch 2024-09-04T21:20:22.991 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:22 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]': finished 2024-09-04T21:20:22.991 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:22 smithi114 ceph-mon[28207]: osdmap e105: 8 total, 8 up, 8 in 2024-09-04T21:20:22.991 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:22 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2684790152' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]: dispatch 2024-09-04T21:20:22.992 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:22 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]: dispatch 2024-09-04T21:20:23.340 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]': finished 2024-09-04T21:20:23.340 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[24693]: osdmap e105: 8 total, 8 up, 8 in 2024-09-04T21:20:23.340 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2684790152' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]: dispatch 2024-09-04T21:20:23.340 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]: dispatch 2024-09-04T21:20:23.340 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/656710100"}]': finished 2024-09-04T21:20:23.340 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[34661]: osdmap e105: 8 total, 8 up, 8 in 2024-09-04T21:20:23.340 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2684790152' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]: dispatch 2024-09-04T21:20:23.341 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:22 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]: dispatch 2024-09-04T21:20:24.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:23 smithi114 systemd[1]: Stopping Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:20:24.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:23 smithi114 ceph-mon[28207]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:20:24.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:23 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]': finished 2024-09-04T21:20:24.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:23 smithi114 ceph-mon[28207]: osdmap e106: 8 total, 8 up, 8 in 2024-09-04T21:20:24.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:23 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2420301440' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3761271430"}]: dispatch 2024-09-04T21:20:24.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[24693]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:20:24.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]': finished 2024-09-04T21:20:24.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[24693]: osdmap e106: 8 total, 8 up, 8 in 2024-09-04T21:20:24.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2420301440' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3761271430"}]: dispatch 2024-09-04T21:20:24.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[34661]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:20:24.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/57233799"}]': finished 2024-09-04T21:20:24.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[34661]: osdmap e106: 8 total, 8 up, 8 in 2024-09-04T21:20:24.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:23 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2420301440' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3761271430"}]: dispatch 2024-09-04T21:20:24.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:20:24.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-04T21:20:24.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-04T21:20:24.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-04T21:20:24.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-04T21:20:24.536 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-04T21:20:24.537 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-04T21:20:24.537 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.241Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-04T21:20:24.537 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.242Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-04T21:20:24.537 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.242Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-04T21:20:24.537 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.242Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-04T21:20:24.537 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[69914]: ts=2024-09-04T21:20:24.242Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-04T21:20:24.537 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 podman[72848]: 2024-09-04 21:20:24.251851387 +0000 UTC m=+0.147026090 container died 9621baeb5c2e3a42d1a6b0b29965f8ef72dc0c6b42da2348322cee30ff1dc869 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:20:24.869 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 podman[72848]: 2024-09-04 21:20:24.63323536 +0000 UTC m=+0.528410071 container cleanup 9621baeb5c2e3a42d1a6b0b29965f8ef72dc0c6b42da2348322cee30ff1dc869 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:20:24.869 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 bash[72848]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a 2024-09-04T21:20:25.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:24 smithi114 podman[72861]: 2024-09-04 21:20:24.867843312 +0000 UTC m=+0.613833498 container remove 9621baeb5c2e3a42d1a6b0b29965f8ef72dc0c6b42da2348322cee30ff1dc869 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:20:25.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-04T21:20:25.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 systemd[1]: Stopped Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:20:25.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Consumed 1.569s CPU time. 2024-09-04T21:20:25.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 systemd[1]: Starting Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:20:25.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/2420301440' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3761271430"}]': finished 2024-09-04T21:20:25.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-mon[28207]: osdmap e107: 8 total, 8 up, 8 in 2024-09-04T21:20:25.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3477514304' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]: dispatch 2024-09-04T21:20:25.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:24 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]: dispatch 2024-09-04T21:20:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2420301440' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3761271430"}]': finished 2024-09-04T21:20:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[24693]: osdmap e107: 8 total, 8 up, 8 in 2024-09-04T21:20:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3477514304' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]: dispatch 2024-09-04T21:20:25.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]: dispatch 2024-09-04T21:20:25.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2420301440' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6800/3761271430"}]': finished 2024-09-04T21:20:25.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[34661]: osdmap e107: 8 total, 8 up, 8 in 2024-09-04T21:20:25.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3477514304' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]: dispatch 2024-09-04T21:20:25.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:24 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]: dispatch 2024-09-04T21:20:25.475 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 podman[72952]: 2024-09-04 21:20:25.125326724 +0000 UTC m=+0.018120409 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-04T21:20:25.475 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 podman[72952]: 2024-09-04 21:20:25.227036767 +0000 UTC m=+0.119830445 container create c00af4b030f56ffea3ee48bbbb1dccdaffdb453cad935bef83d0149e23fb5f14 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:20:25.475 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 podman[72952]: 2024-09-04 21:20:25.471061008 +0000 UTC m=+0.363854677 container init c00af4b030f56ffea3ee48bbbb1dccdaffdb453cad935bef83d0149e23fb5f14 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 podman[72952]: 2024-09-04 21:20:25.473904497 +0000 UTC m=+0.366698169 container start c00af4b030f56ffea3ee48bbbb1dccdaffdb453cad935bef83d0149e23fb5f14 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.498Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.498Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.498Z caller=main.go:570 level=info host_details="(Linux 5.14.0-503.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 22 17:03:23 UTC 2024 x86_64 smithi114 (none))" 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.498Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.498Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.499Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-04T21:20:25.906 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.499Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.501Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.501Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.503Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.503Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.61µs 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.503Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.505Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.514Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.518Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.520Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.521Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.521Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.128µs wal_replay_duration=17.839223ms wbl_replay_duration=117ns total_replay_duration=17.876683ms 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.522Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-04T21:20:25.907 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.522Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-04T21:20:25.908 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.522Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-04T21:20:25.908 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.571Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=48.614756ms db_storage=815ns remote_storage=1.074µs web_handler=428ns query_engine=613ns scrape=27.287867ms scrape_sd=103.583µs notify=15.325µs notify_sd=17.791µs rules=20.852697ms tracing=5.576µs 2024-09-04T21:20:25.908 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.571Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-04T21:20:25.908 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:20:25.571Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-04T21:20:25.908 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 bash[72952]: c00af4b030f56ffea3ee48bbbb1dccdaffdb453cad935bef83d0149e23fb5f14 2024-09-04T21:20:25.908 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:20:25 smithi114 systemd[1]: Started Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:20:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1 op/s 2024-09-04T21:20:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]': finished 2024-09-04T21:20:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: osdmap e108: 8 total, 8 up, 8 in 2024-09-04T21:20:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4227329195' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]: dispatch 2024-09-04T21:20:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]: dispatch 2024-09-04T21:20:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:26.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:26.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:20:26.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:20:26.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:25 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:20:26.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1 op/s 2024-09-04T21:20:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]': finished 2024-09-04T21:20:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: osdmap e108: 8 total, 8 up, 8 in 2024-09-04T21:20:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4227329195' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]: dispatch 2024-09-04T21:20:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]: dispatch 2024-09-04T21:20:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:20:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:20:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1 op/s 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:6801/3761271430"}]': finished 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: osdmap e108: 8 total, 8 up, 8 in 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4227329195' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]: dispatch 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]: dispatch 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:20:26.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:25 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:20:27.122 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:20:27.122 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:20:27.122 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:20:27.122 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]': finished 2024-09-04T21:20:27.123 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: osdmap e109: 8 total, 8 up, 8 in 2024-09-04T21:20:27.123 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:27.123 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3266269750' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]: dispatch 2024-09-04T21:20:27.123 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:26 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]: dispatch 2024-09-04T21:20:27.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:20:27.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:20:27.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:20:27.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]': finished 2024-09-04T21:20:27.244 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: osdmap e109: 8 total, 8 up, 8 in 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3266269750' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/3743785540"}]': finished 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: osdmap e109: 8 total, 8 up, 8 in 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3266269750' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]: dispatch 2024-09-04T21:20:27.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:26 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]: dispatch 2024-09-04T21:20:28.184 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:27 smithi114 ceph-mon[28207]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:28.184 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:27 smithi114 ceph-mon[28207]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]': finished 2024-09-04T21:20:28.184 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:27 smithi114 ceph-mon[28207]: osdmap e110: 8 total, 8 up, 8 in 2024-09-04T21:20:28.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:27 smithi031 ceph-mon[24693]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:28.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:27 smithi031 ceph-mon[24693]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]': finished 2024-09-04T21:20:28.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:27 smithi031 ceph-mon[24693]: osdmap e110: 8 total, 8 up, 8 in 2024-09-04T21:20:28.310 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:27 smithi031 ceph-mon[34661]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:28.310 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:27 smithi031 ceph-mon[34661]: from='client.? ' entity='client.iscsi.foo.smithi031.evpjzr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.31:0/2902009742"}]': finished 2024-09-04T21:20:28.310 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:27 smithi031 ceph-mon[34661]: osdmap e110: 8 total, 8 up, 8 in 2024-09-04T21:20:30.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:29 smithi114 ceph-mon[28207]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:20:30.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:29 smithi031 ceph-mon[24693]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:20:30.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:29 smithi031 ceph-mon[34661]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:20:31.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:31.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:20:31.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:30 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:30 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:30 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:30 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:30 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:30 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:20:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:30 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:20:31.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:30 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:20:32.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:32 smithi031 ceph-mon[24693]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:32.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:32 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:32.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:32 smithi031 ceph-mon[34661]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:32.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:32 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:32.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:32 smithi114 ceph-mon[28207]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:32.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:32 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:20:33] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:20:34.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:34 smithi031 ceph-mon[34661]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:20:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:34 smithi031 ceph-mon[24693]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:20:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:34 smithi114 ceph-mon[28207]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:20:36.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:36 smithi031 ceph-mon[24693]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:36.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:36 smithi031 ceph-mon[34661]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:36.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:36 smithi114 ceph-mon[28207]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:38.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:38 smithi031 ceph-mon[24693]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:20:38.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:38 smithi031 ceph-mon[34661]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:20:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:38 smithi114 ceph-mon[28207]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:20:40.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:40 smithi031 ceph-mon[24693]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-09-04T21:20:40.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:40 smithi031 ceph-mon[34661]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-09-04T21:20:40.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:40 smithi114 ceph-mon[28207]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-09-04T21:20:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:42 smithi031 ceph-mon[24693]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:42 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:42 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:42.307 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:42 smithi031 ceph-mon[34661]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:42.307 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:42 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:42.307 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:42 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:42 smithi114 ceph-mon[28207]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:42 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:42 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:43.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:20:43] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:20:44.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:44 smithi031 ceph-mon[24693]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:44.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:44 smithi031 ceph-mon[34661]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:44.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:44 smithi114 ceph-mon[28207]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:46.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:46 smithi031 ceph-mon[24693]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:46.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:46 smithi031 ceph-mon[34661]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:46 smithi114 ceph-mon[28207]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:48.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:48 smithi031 ceph-mon[24693]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:48.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:48 smithi031 ceph-mon[34661]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:48.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:48 smithi114 ceph-mon[28207]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:50 smithi031 ceph-mon[24693]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:50.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:50 smithi031 ceph-mon[34661]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:50.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:50 smithi114 ceph-mon[28207]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:52.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:52 smithi031 ceph-mon[24693]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:52.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:52 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:52.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:52 smithi031 ceph-mon[34661]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:52.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:52 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:52.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:52 smithi114 ceph-mon[28207]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:52.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:52 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:20:53.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:20:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:20:53] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:20:54.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:54 smithi031 ceph-mon[24693]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:54.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:54 smithi031 ceph-mon[34661]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:54.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:54 smithi114 ceph-mon[28207]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:56.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:56 smithi031 ceph-mon[24693]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:56.352 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:56 smithi031 ceph-mon[34661]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:56.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:56 smithi114 ceph-mon[28207]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:20:57.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:57 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:57.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:57 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:57.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:57 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:20:58.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:20:58 smithi031 ceph-mon[24693]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:58.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:20:58 smithi031 ceph-mon[34661]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:20:58.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:20:58 smithi114 ceph-mon[28207]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:00.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:00 smithi031 ceph-mon[24693]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:00.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:00 smithi031 ceph-mon[34661]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:00 smithi114 ceph-mon[28207]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:02.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:02 smithi031 ceph-mon[34661]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:02.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:02 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:02.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:02 smithi031 ceph-mon[24693]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:02.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:02 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:02.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:02 smithi114 ceph-mon[28207]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:02.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:02 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:03.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:21:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:21:03] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:21:04.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:04 smithi031 ceph-mon[34661]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:04.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:04 smithi031 ceph-mon[24693]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:04.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:04 smithi114 ceph-mon[28207]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:06 smithi031 ceph-mon[24693]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:06.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:06 smithi031 ceph-mon[34661]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:06 smithi114 ceph-mon[28207]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:08.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:08 smithi031 ceph-mon[24693]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:08.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:08 smithi031 ceph-mon[34661]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:08.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:08 smithi114 ceph-mon[28207]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:10.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:10 smithi031 ceph-mon[24693]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:10.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:10 smithi031 ceph-mon[34661]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:10.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:10 smithi114 ceph-mon[28207]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:12.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:12 smithi114 ceph-mon[28207]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:12.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:12 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:12.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:12 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:12.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:12 smithi031 ceph-mon[24693]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:12.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:12 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:12.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:12 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:12.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:12 smithi031 ceph-mon[34661]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:12.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:12 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:12.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:12 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:13.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:21:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:21:13] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:21:14.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:14 smithi114 ceph-mon[28207]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:14 smithi031 ceph-mon[24693]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:14 smithi031 ceph-mon[34661]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:16.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:16 smithi114 ceph-mon[28207]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:16.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:16 smithi031 ceph-mon[24693]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:16.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:16 smithi031 ceph-mon[34661]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:18.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:18 smithi114 ceph-mon[28207]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:18.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:18 smithi031 ceph-mon[24693]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:18.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:18 smithi031 ceph-mon[34661]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:20.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:20 smithi114 ceph-mon[28207]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:20.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:20 smithi031 ceph-mon[24693]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:20.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:20 smithi031 ceph-mon[34661]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:22.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:22 smithi114 ceph-mon[28207]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:22.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:22 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:22.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:22 smithi031 ceph-mon[24693]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:22.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:22 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:22.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:22 smithi031 ceph-mon[34661]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:22.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:22 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:23.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:21:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:21:23] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:21:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:24 smithi114 ceph-mon[28207]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:24 smithi031 ceph-mon[24693]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:24 smithi031 ceph-mon[34661]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:26 smithi114 ceph-mon[28207]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:26 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:26.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:26 smithi031 ceph-mon[34661]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:26.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:26 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:26 smithi031 ceph-mon[24693]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:26 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:28.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:28 smithi114 ceph-mon[28207]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:28 smithi031 ceph-mon[24693]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:28.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:28 smithi031 ceph-mon[34661]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:30.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:30 smithi114 ceph-mon[28207]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:30 smithi031 ceph-mon[24693]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:30.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:30 smithi031 ceph-mon[34661]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:31.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:31 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:21:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:31 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:21:31.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:31 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:21:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:31 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:21:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:31 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:21:31.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:31 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:21:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:31 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:21:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:31 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:21:31.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:31 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:21:32.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:32 smithi114 ceph-mon[28207]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:32.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:32 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:32 smithi031 ceph-mon[24693]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:32.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:32 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:32 smithi031 ceph-mon[34661]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:32 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:21:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:21:33] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:21:34.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:34 smithi114 ceph-mon[28207]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:34.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:34 smithi031 ceph-mon[24693]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:34.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:34 smithi031 ceph-mon[34661]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:36.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:36 smithi114 ceph-mon[28207]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:36.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:36 smithi031 ceph-mon[24693]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:36.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:36 smithi031 ceph-mon[34661]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:38 smithi114 ceph-mon[28207]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:38 smithi031 ceph-mon[24693]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:38 smithi031 ceph-mon[34661]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:40.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:40 smithi114 ceph-mon[28207]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:40.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:40 smithi031 ceph-mon[24693]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:40.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:40 smithi031 ceph-mon[34661]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:41 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:41 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:41.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:41 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:42 smithi114 ceph-mon[28207]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:42 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:42 smithi031 ceph-mon[24693]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:42 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:42.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:42 smithi031 ceph-mon[34661]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:42.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:42 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:43.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:21:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:21:43] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:21:44.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:44 smithi114 ceph-mon[28207]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:44 smithi031 ceph-mon[24693]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:44.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:44 smithi031 ceph-mon[34661]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:46 smithi114 ceph-mon[28207]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:46 smithi031 ceph-mon[24693]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:46.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:46 smithi031 ceph-mon[34661]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:48 smithi114 ceph-mon[28207]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:48 smithi031 ceph-mon[24693]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:48.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:48 smithi031 ceph-mon[34661]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:50.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:50 smithi114 ceph-mon[28207]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:50.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:50 smithi031 ceph-mon[24693]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:50.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:50 smithi031 ceph-mon[34661]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:52.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:52 smithi114 ceph-mon[28207]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:52.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:52 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:52.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:52 smithi031 ceph-mon[34661]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:52.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:52 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:52.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:52 smithi031 ceph-mon[24693]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:52.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:52 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:21:53.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:21:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:21:53] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-04T21:21:54.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:54 smithi114 ceph-mon[28207]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:54.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:54 smithi031 ceph-mon[34661]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:54 smithi031 ceph-mon[24693]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:56.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:56 smithi114 ceph-mon[28207]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:56.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:56 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:56.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:56 smithi031 ceph-mon[24693]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:56.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:56 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:56.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:56 smithi031 ceph-mon[34661]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:21:56.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:56 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:21:58.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:21:58 smithi114 ceph-mon[28207]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:58.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:21:58 smithi031 ceph-mon[24693]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:21:58.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:21:58 smithi031 ceph-mon[34661]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:00.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:00 smithi114 ceph-mon[28207]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:00.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:00 smithi031 ceph-mon[24693]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:00.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:00 smithi031 ceph-mon[34661]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:02.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:02 smithi114 ceph-mon[28207]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:02.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:02 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:02.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:02 smithi031 ceph-mon[24693]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:02.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:02 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:02.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:02 smithi031 ceph-mon[34661]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:02.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:02 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:03.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:22:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:22:03] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-04T21:22:04.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:04 smithi114 ceph-mon[28207]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:04.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:04 smithi031 ceph-mon[24693]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:04.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:04 smithi031 ceph-mon[34661]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:06 smithi114 ceph-mon[28207]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:06.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:06 smithi031 ceph-mon[24693]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:06.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:06 smithi031 ceph-mon[34661]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:08.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:08 smithi114 ceph-mon[28207]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:08 smithi031 ceph-mon[24693]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:08.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:08 smithi031 ceph-mon[34661]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:10.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:10 smithi114 ceph-mon[28207]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:10 smithi031 ceph-mon[24693]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:10.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:10 smithi031 ceph-mon[34661]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:11.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:11.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:11.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:12.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:12 smithi031 ceph-mon[24693]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:12.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:12 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:12.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:12 smithi031 ceph-mon[34661]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:12.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:12 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:12.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:12 smithi114 ceph-mon[28207]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:12.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:12 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:13.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:13 smithi114 ceph-mon[28207]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:13.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:22:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:22:13] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-04T21:22:13.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:13 smithi031 ceph-mon[24693]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:13.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:13 smithi031 ceph-mon[34661]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:15.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:15 smithi031 ceph-mon[24693]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:15.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:15 smithi031 ceph-mon[34661]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:15.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:15 smithi114 ceph-mon[28207]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:17.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:17 smithi031 ceph-mon[34661]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:17.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:17 smithi031 ceph-mon[24693]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:17 smithi114 ceph-mon[28207]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:19 smithi031 ceph-mon[24693]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:19 smithi031 ceph-mon[34661]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:19 smithi114 ceph-mon[28207]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:21 smithi031 ceph-mon[24693]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:21 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:21.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:21 smithi031 ceph-mon[34661]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:21.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:21 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:21 smithi114 ceph-mon[28207]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:21 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:23.453 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:22:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:22:23] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-04T21:22:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:23 smithi031 ceph-mon[24693]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:23.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:23 smithi031 ceph-mon[34661]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:23 smithi114 ceph-mon[28207]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:25.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:25 smithi031 ceph-mon[24693]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:25.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:25 smithi031 ceph-mon[34661]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:25 smithi114 ceph-mon[28207]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:26 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:26.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:26 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:26.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:26 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:27 smithi031 ceph-mon[24693]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:27.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:27 smithi031 ceph-mon[34661]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:27.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:27 smithi114 ceph-mon[28207]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:29.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:29 smithi031 ceph-mon[24693]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:29.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:29 smithi031 ceph-mon[34661]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:29.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:29 smithi114 ceph-mon[28207]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[24693]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[34661]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:22:31.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:31 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:22:31.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:31 smithi114 ceph-mon[28207]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:31.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:31 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:31.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:31 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:22:31.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:31 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:22:31.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:31 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:22:33.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:22:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:22:33] "GET /metrics HTTP/1.1" 200 38241 "" "Prometheus/2.43.0" 2024-09-04T21:22:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:33 smithi031 ceph-mon[24693]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:33.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:33 smithi031 ceph-mon[34661]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:33.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:33 smithi114 ceph-mon[28207]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:35.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:35 smithi031 ceph-mon[24693]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:35.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:35 smithi031 ceph-mon[34661]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:35.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:35 smithi114 ceph-mon[28207]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:37.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:37 smithi031 ceph-mon[24693]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:37.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:37 smithi031 ceph-mon[34661]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:37.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:37 smithi114 ceph-mon[28207]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:39.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:39 smithi031 ceph-mon[24693]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:39.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:39 smithi031 ceph-mon[34661]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:39.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:39 smithi114 ceph-mon[28207]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:41.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:41 smithi031 ceph-mon[24693]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:41.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:41 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:41.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:41 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:41.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:41 smithi031 ceph-mon[34661]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:41.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:41 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:41.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:41 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:41.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:41 smithi114 ceph-mon[28207]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:41.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:41 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:41.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:41 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:43.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:22:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:22:43] "GET /metrics HTTP/1.1" 200 38243 "" "Prometheus/2.43.0" 2024-09-04T21:22:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:43 smithi031 ceph-mon[24693]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:43.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:43 smithi031 ceph-mon[34661]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:43 smithi114 ceph-mon[28207]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:45.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:45 smithi031 ceph-mon[24693]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:45.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:45 smithi031 ceph-mon[34661]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:45.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:45 smithi114 ceph-mon[28207]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:47 smithi031 ceph-mon[24693]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:47.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:47 smithi031 ceph-mon[34661]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:47.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:47 smithi114 ceph-mon[28207]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:49.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:49 smithi031 ceph-mon[24693]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:49.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:49 smithi031 ceph-mon[34661]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:49.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:49 smithi114 ceph-mon[28207]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:51 smithi031 ceph-mon[24693]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:51 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:51.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:51 smithi031 ceph-mon[34661]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:51.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:51 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:51 smithi114 ceph-mon[28207]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:51.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:51 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:22:53.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:22:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:22:53] "GET /metrics HTTP/1.1" 200 38243 "" "Prometheus/2.43.0" 2024-09-04T21:22:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:53 smithi031 ceph-mon[24693]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:53.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:53 smithi031 ceph-mon[34661]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:53.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:53 smithi114 ceph-mon[28207]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:55.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:55 smithi031 ceph-mon[24693]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:55.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:55 smithi031 ceph-mon[34661]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:55.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:55 smithi114 ceph-mon[28207]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:22:56.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:56 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:57.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:56 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:57.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:56 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:22:57.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:57 smithi114 ceph-mon[28207]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:57 smithi031 ceph-mon[24693]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:58.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:57 smithi031 ceph-mon[34661]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:22:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:22:59 smithi114 ceph-mon[28207]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:00.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:22:59 smithi031 ceph-mon[24693]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:00.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:22:59 smithi031 ceph-mon[34661]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:01 smithi114 ceph-mon[28207]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:01.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:01 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:02.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:01 smithi031 ceph-mon[24693]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:02.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:01 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:02.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:01 smithi031 ceph-mon[34661]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:02.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:01 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:03.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:03 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:23:03] "GET /metrics HTTP/1.1" 200 38245 "" "Prometheus/2.43.0" 2024-09-04T21:23:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:03 smithi114 ceph-mon[28207]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:04.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:03 smithi031 ceph-mon[24693]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:04.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:03 smithi031 ceph-mon[34661]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:05.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:05 smithi114 ceph-mon[28207]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:05 smithi031 ceph-mon[24693]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:06.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:05 smithi031 ceph-mon[34661]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:07 smithi114 ceph-mon[28207]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:07 smithi031 ceph-mon[24693]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:08.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:07 smithi031 ceph-mon[34661]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:09.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:09 smithi114 ceph-mon[28207]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:09 smithi031 ceph-mon[24693]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:10.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:09 smithi031 ceph-mon[34661]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:11 smithi114 ceph-mon[28207]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:11.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:11 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:11.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:11 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:11 smithi031 ceph-mon[24693]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:11 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:11 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:12.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:11 smithi031 ceph-mon[34661]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:12.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:11 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:12.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:11 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:12.638 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:23:12.898 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:23:13.452 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:23:13] "GET /metrics HTTP/1.1" 200 38243 "" "Prometheus/2.43.0" 2024-09-04T21:23:13.717 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (18m) 2m ago 19m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (19m) 2m ago 19m 79.3M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (2m) 2m ago 18m - - 3.8 77770cf7e895 a111a0cafe24 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (15m) 2m ago 23m 504M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 7b4449fdfecd 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (8m) 2m ago 25m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (25m) 2m ago 25m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (24m) 2m ago 24m 50.5M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (23m) 2m ago 23m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (19m) 2m ago 19m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (19m) 2m ago 19m 15.8M - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (23m) 2m ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (22m) 2m ago 22m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:23:13.718 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (22m) 2m ago 22m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (22m) 2m ago 22m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (21m) 2m ago 21m 54.8M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (21m) 2m ago 21m 62.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (20m) 2m ago 20m 49.6M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (20m) 2m ago 20m 56.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 2m ago 20m 35.7M - 2.43.0 a07b618ecd1d c00af4b030f5 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (19m) 2m ago 19m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:23:13.719 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (19m) 2m ago 19m 89.9M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:23:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:13 smithi114 ceph-mon[28207]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:13.981 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:13 smithi031 ceph-mon[24693]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:13.981 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:13 smithi031 ceph-mon[34661]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:14.311 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ls' 2024-09-04T21:23:14.573 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:23:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:14 smithi114 ceph-mon[28207]: from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:14.952 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:14 smithi031 ceph-mon[24693]: from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:14.953 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:14 smithi031 ceph-mon[34661]: from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager ?:9093,9094 1/1 2m ago 20m smithi031=a;count:1 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:grafana ?:3000 1/1 2m ago 20m smithi114=a;count:1 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo ?:5000 1/1 2m ago 18m count:1 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 2/2 2m ago 23m smithi031=y;smithi114=x;count:2 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:mon 3/3 2m ago 24m smithi031:172.21.15.31=a;smithi031:[v2:172.21.15.31:3301,v1:172.21.15.31:6790]=c;smithi114:172.21.15.114=b;count:3 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter ?:9100 2/2 2m ago 20m smithi031=a;smithi114=b;count:2 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:osd 8 2m ago - 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus ?:9095 1/1 2m ago 20m smithi114=a;count:1 2024-09-04T21:23:15.244 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo ?:8000 2/2 2m ago 19m count:2 2024-09-04T21:23:15.814 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:15 smithi031 ceph-mon[24693]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:15.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:15 smithi031 ceph-mon[34661]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:15.844 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions' 2024-09-04T21:23:15.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:15 smithi114 ceph-mon[28207]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:16.099 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:23:16.825 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:23:16.826 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:23:16.827 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:16.827 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:23:16.827 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:23:16.827 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:23:16.827 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:23:16.827 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:23:16.827 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:16 smithi031 ceph-mon[24693]: from='client.25289 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:16.827 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:16 smithi031 ceph-mon[34661]: from='client.25289 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:16 smithi114 ceph-mon[28207]: from='client.25289 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:17.400 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-04T21:23:17.653 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:23:17.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:17 smithi031 ceph-mon[24693]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:17.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:17 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1581995300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:17.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:17 smithi031 ceph-mon[34661]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:17.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:17 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1581995300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:17 smithi114 ceph-mon[28207]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:17 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1581995300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:19.611 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[24693]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[24693]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:19.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[34661]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[34661]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:19 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:19 smithi114 ceph-mon[28207]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:19 smithi114 ceph-mon[28207]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:19 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:19 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:19 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:19 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:20.300 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-04T21:23:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:20 smithi031 ceph-mon[24693]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:20 smithi031 ceph-mon[24693]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:20.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:20 smithi031 ceph-mon[34661]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:20.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:20 smithi031 ceph-mon[34661]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:20 smithi114 ceph-mon[28207]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:20 smithi114 ceph-mon[28207]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:21.369 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:23:21.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:23:21] ENGINE Bus STOPPING 2024-09-04T21:23:21.651 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:23:21.376+0000 7fe5cc918640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-04T21:23:21.651 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ignoring --setuser ceph since I am not root 2024-09-04T21:23:21.651 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ignoring --setgroup ceph since I am not root 2024-09-04T21:23:21.651 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mgr[62137]: -- 172.21.15.114:0/3941804308 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557e9b9b10e0 con 0x557e9b98f400 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: Activating manager daemon y 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15213 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-04T21:23:21.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: mgrmap e40: y(active, starting, since 0.00972881s) 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:23:21.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:23:21.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:23:21.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:23:21.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:21 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:23:22.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:23:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:23:22.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:23:21] ENGINE Bus STOPPED 2024-09-04T21:23:22.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: Activating manager daemon y 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15213 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: mgrmap e40: y(active, starting, since 0.00972881s) 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:23:22.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:23:22.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='client.15345 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15213 172.21.15.114:0/1352282171' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: Activating manager daemon y 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15213 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: mgrmap e40: y(active, starting, since 0.00972881s) 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-04T21:23:22.103 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-04T21:23:22.104 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:21 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-04T21:23:22.688 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:23:22.777 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:23:22] ENGINE Bus STARTING 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:23:22] ENGINE Serving on http://:::9283 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[34661]: Manager daemon y is now available 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:23:22.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:23:22.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[24693]: Manager daemon y is now available 2024-09-04T21:23:22.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:22.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:23:22.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:23:22.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:23:22.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:23:22.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:23:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:22 smithi114 ceph-mon[28207]: Manager daemon y is now available 2024-09-04T21:23:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:22 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:22 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:23:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:22 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:23:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:22 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-04T21:23:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:22 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:23:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:22 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-04T21:23:23.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:22 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:23:22] ENGINE Bus STARTED 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (18m) 2m ago 19m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (19m) 2m ago 19m 79.3M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (3m) 2m ago 19m - - 3.8 77770cf7e895 a111a0cafe24 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (15m) 2m ago 23m 504M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 7b4449fdfecd 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (9m) 2m ago 25m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (25m) 2m ago 25m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (24m) 2m ago 24m 50.5M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:23:23.297 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (24m) 2m ago 24m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (19m) 2m ago 19m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (19m) 2m ago 19m 15.8M - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (23m) 2m ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (23m) 2m ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (22m) 2m ago 22m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (22m) 2m ago 22m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (21m) 2m ago 21m 54.8M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (21m) 2m ago 21m 62.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (21m) 2m ago 21m 49.6M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (20m) 2m ago 20m 56.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 2m ago 20m 35.7M - 2.43.0 a07b618ecd1d c00af4b030f5 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (19m) 2m ago 19m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:23:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (19m) 2m ago 19m 89.9M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 1 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:23:23.664 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 1 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:23:23.665 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:23:23.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[24693]: mgrmap e41: y(active, since 1.29629s) 2024-09-04T21:23:23.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[24693]: from='client.15429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[24693]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[24693]: from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[24693]: from='client.25343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[24693]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[34661]: mgrmap e41: y(active, since 1.29629s) 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[34661]: from='client.15429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:23:23.920 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[34661]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:23.921 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[34661]: from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.921 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[34661]: from='client.25343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.921 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-mon[34661]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:23 smithi114 ceph-mon[28207]: mgrmap e41: y(active, since 1.29629s) 2024-09-04T21:23:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:23 smithi114 ceph-mon[28207]: from='client.15429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:23 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:23:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:23 smithi114 ceph-mon[28207]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:23 smithi114 ceph-mon[28207]: from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:23 smithi114 ceph-mon[28207]: from='client.25343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:23 smithi114 ceph-mon[28207]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-04T21:23:23.962 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:23:23.963 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:23:24.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:23:23.916+0000 7fb7e0cfb640 -1 log_channel(cephadm) log [ERR] : [04/Sep/2024:21:23:23] ENGINE Error in HTTPServer.serve 2024-09-04T21:23:24.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: Traceback (most recent call last): 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self._connections.run(self.expiration_interval) 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self._run(expiration_interval) 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: s = self.context.wrap_socket( 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:23:24.351 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: return self.sslsocket_class._create( 2024-09-04T21:23:24.352 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:23:24.352 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self.do_handshake() 2024-09-04T21:23:24.352 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:23:24.352 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: self._sslobj.do_handshake() 2024-09-04T21:23:24.352 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:23:24.352 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:23:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/56907852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[34661]: [04/Sep/2024:21:23:23] ENGINE Bus STARTING 2024-09-04T21:23:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[34661]: [04/Sep/2024:21:23:23] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:23:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[34661]: [04/Sep/2024:21:23:23] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[34661]: [04/Sep/2024:21:23:23] ENGINE Bus STARTED 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[34661]: [04/Sep/2024:21:23:23] ENGINE Error in HTTPServer.serve 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:23:24.851 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: self.do_handshake() 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.c.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[34661]: from='client.25355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/56907852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[24693]: [04/Sep/2024:21:23:23] ENGINE Bus STARTING 2024-09-04T21:23:24.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[24693]: [04/Sep/2024:21:23:23] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[24693]: [04/Sep/2024:21:23:23] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[24693]: [04/Sep/2024:21:23:23] ENGINE Bus STARTED 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[24693]: [04/Sep/2024:21:23:23] ENGINE Error in HTTPServer.serve 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: Traceback (most recent call last): 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._run(expiration_interval) 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:23:24.853 INFO:journalctl@ceph.mon.a.smithi031.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: s = self.context.wrap_socket( 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: return self.sslsocket_class._create( 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: self.do_handshake() 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: self._sslobj.do_handshake() 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:23:24.854 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:24 smithi031 ceph-mon[24693]: from='client.25355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:24 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/56907852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:24 smithi114 ceph-mon[28207]: [04/Sep/2024:21:23:23] ENGINE Bus STARTING 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:24 smithi114 ceph-mon[28207]: [04/Sep/2024:21:23:23] ENGINE Serving on http://172.21.15.31:8765 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:24 smithi114 ceph-mon[28207]: [04/Sep/2024:21:23:23] ENGINE Serving on https://172.21.15.31:7150 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:24 smithi114 ceph-mon[28207]: [04/Sep/2024:21:23:23] ENGINE Bus STARTED 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:24 smithi114 ceph-mon[28207]: [04/Sep/2024:21:23:23] ENGINE Error in HTTPServer.serve 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: Traceback (most recent call last): 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._connections.run(self.expiration_interval) 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._run(expiration_interval) 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-04T21:23:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: s = self.context.wrap_socket( 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: return self.sslsocket_class._create( 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: self.do_handshake() 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: self._sslobj.do_handshake() 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-04T21:23:24.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:24 smithi114 ceph-mon[28207]: from='client.25355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-mon[28207]: mgrmap e42: y(active, since 3s) 2024-09-04T21:23:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-mon[28207]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:25.554Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:23:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:25.556Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:23:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:25.557Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nfs msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:23:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:25.557Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:23:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:25.557Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:23:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:25.559Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.114:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.114:8765: connect: connection refused" 2024-09-04T21:23:26.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:25 smithi031 ceph-mon[24693]: mgrmap e42: y(active, since 3s) 2024-09-04T21:23:26.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:25 smithi031 ceph-mon[24693]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:26.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:25 smithi031 ceph-mon[34661]: mgrmap e42: y(active, since 3s) 2024-09-04T21:23:26.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:25 smithi031 ceph-mon[34661]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[24693]: Standby manager daemon x started 2024-09-04T21:23:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:23:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:23:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:23:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:23:26.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[34661]: Standby manager daemon x started 2024-09-04T21:23:26.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:23:26.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:23:26.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:23:26.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:26 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:23:26.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-mon[28207]: Standby manager daemon x started 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/1952694059' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:23:26] ENGINE Bus STARTING 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: CherryPy Checker: 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: The Application mounted at '' has an empty config. 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: 2024-09-04T21:23:26.952 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:23:26] ENGINE Serving on http://:::9283 2024-09-04T21:23:26.953 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: [04/Sep/2024:21:23:26] ENGINE Bus STARTED 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: mgrmap e43: y(active, since 5s), standbys: x 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:27.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:27.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:27 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:23:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: mgrmap e43: y(active, since 5s), standbys: x 2024-09-04T21:23:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: mgrmap e43: y(active, since 5s), standbys: x 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:28.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:27 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:29.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:23:29.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:23:29.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:23:29.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:23:29.456 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.458 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.458 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:23:29.458 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:23:29.458 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:29 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.conf 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.conf 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.conf 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: Updating smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/config/ceph.client.admin.keyring 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:29.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:23:29.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi031.evpjzr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-04T21:23:29.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:29 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:30.436 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:30 smithi031 ceph-mon[24693]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:23:30.436 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:30 smithi031 ceph-mon[24693]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:23:30.436 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:30 smithi031 ceph-mon[24693]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:23:30.436 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:30 smithi031 ceph-mon[34661]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:23:30.436 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:30 smithi031 ceph-mon[34661]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:23:30.436 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:30 smithi031 ceph-mon[34661]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:23:30.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:30 smithi114 ceph-mon[28207]: Reconfiguring iscsi.foo.smithi031.evpjzr (dependencies changed)... 2024-09-04T21:23:30.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:30 smithi114 ceph-mon[28207]: Reconfiguring daemon iscsi.foo.smithi031.evpjzr on smithi031 2024-09-04T21:23:30.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:30 smithi114 ceph-mon[28207]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-04T21:23:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[24693]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:23:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1290989264' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:23:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[34661]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:23:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:32.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:32 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1290989264' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:23:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:32 smithi114 ceph-mon[28207]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-04T21:23:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:32 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:32 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:32.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:32 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1290989264' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-04T21:23:33.451 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[62133]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:23:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-04T21:23:33.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:33 smithi114 ceph-mon[28207]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:23:33.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:33 smithi114 ceph-mon[28207]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:23:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:33 smithi031 ceph-mon[24693]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:23:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:33 smithi031 ceph-mon[24693]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:23:33.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:33 smithi031 ceph-mon[34661]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-04T21:23:33.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:33 smithi031 ceph-mon[34661]: Reconfiguring daemon prometheus.a on smithi114 2024-09-04T21:23:34.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:34 smithi114 ceph-mon[28207]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:23:34.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:34 smithi031 ceph-mon[24693]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:23:34.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:34 smithi031 ceph-mon[34661]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:23:35.284 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 systemd[1]: Stopping Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.454Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.455Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.455Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-04T21:23:35.702 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.455Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-04T21:23:35.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[72967]: ts=2024-09-04T21:23:35.455Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-04T21:23:35.703 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 podman[75703]: 2024-09-04 21:23:35.464951685 +0000 UTC m=+0.125080277 container died c00af4b030f56ffea3ee48bbbb1dccdaffdb453cad935bef83d0149e23fb5f14 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:36.098 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 podman[75703]: 2024-09-04 21:23:35.812420778 +0000 UTC m=+0.472549362 container cleanup c00af4b030f56ffea3ee48bbbb1dccdaffdb453cad935bef83d0149e23fb5f14 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:36.098 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:35 smithi114 bash[75703]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a 2024-09-04T21:23:36.440 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 podman[75714]: 2024-09-04 21:23:36.096719107 +0000 UTC m=+0.629857560 container remove c00af4b030f56ffea3ee48bbbb1dccdaffdb453cad935bef83d0149e23fb5f14 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:36.441 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-04T21:23:36.441 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 systemd[1]: Stopped Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:23:36.441 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Consumed 1.571s CPU time. 2024-09-04T21:23:36.441 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 systemd[1]: Starting Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:36.691 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-mon[28207]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 podman[75805]: 2024-09-04 21:23:36.439454382 +0000 UTC m=+0.107177490 container create 48ec02f7466a6bc023c1b14c28e4700bafc2ee340dacca7828a13b6b1f13819c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 podman[75805]: 2024-09-04 21:23:36.349344587 +0000 UTC m=+0.017050850 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 podman[75805]: 2024-09-04 21:23:36.641337284 +0000 UTC m=+0.309043538 container init 48ec02f7466a6bc023c1b14c28e4700bafc2ee340dacca7828a13b6b1f13819c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 podman[75805]: 2024-09-04 21:23:36.643953513 +0000 UTC m=+0.311659777 container start 48ec02f7466a6bc023c1b14c28e4700bafc2ee340dacca7828a13b6b1f13819c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.667Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.667Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.667Z caller=main.go:570 level=info host_details="(Linux 5.14.0-503.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 22 17:03:23 UTC 2024 x86_64 smithi114 (none))" 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.667Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.667Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-04T21:23:36.692 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.669Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.669Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.670Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.670Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.672Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.672Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.582µs 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.672Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.674Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=5 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.682Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=5 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.686Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=5 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.688Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=5 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.690Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=5 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.690Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=5 2024-09-04T21:23:36.693 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.690Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=27.472µs wal_replay_duration=17.897125ms wbl_replay_duration=94ns total_replay_duration=17.94185ms 2024-09-04T21:23:36.802 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:36 smithi031 ceph-mon[24693]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:23:36.802 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:36 smithi031 ceph-mon[34661]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:23:36.951 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.692Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-04T21:23:36.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.692Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-04T21:23:36.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.692Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-04T21:23:36.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.712Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.775351ms db_storage=959ns remote_storage=1.208µs web_handler=354ns query_engine=536ns scrape=377.388µs scrape_sd=89.873µs notify=10.788µs notify_sd=18.533µs rules=18.884947ms tracing=5.034µs 2024-09-04T21:23:36.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.712Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-04T21:23:36.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:23:36.712Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-04T21:23:36.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 bash[75805]: 48ec02f7466a6bc023c1b14c28e4700bafc2ee340dacca7828a13b6b1f13819c 2024-09-04T21:23:36.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:23:36 smithi114 systemd[1]: Started Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:23:38.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:38.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:38.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:23:38.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[34661]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:38.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:38.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:37 smithi031 ceph-mon[24693]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:38.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:37 smithi114 ceph-mon[28207]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-04T21:23:39.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[24693]: Upgrade: Updating mgr.x 2024-09-04T21:23:39.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:23:39.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:23:39.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:23:39.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:39.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[24693]: Deploying daemon mgr.x on smithi114 2024-09-04T21:23:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[34661]: Upgrade: Updating mgr.x 2024-09-04T21:23:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:23:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:23:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:23:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:39.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:38 smithi031 ceph-mon[34661]: Deploying daemon mgr.x on smithi114 2024-09-04T21:23:39.137 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:38 smithi114 ceph-mon[28207]: Upgrade: Updating mgr.x 2024-09-04T21:23:39.137 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:38 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:23:39.137 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:38 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-04T21:23:39.137 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:38 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-04T21:23:39.137 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:38 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:39.137 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:38 smithi114 ceph-mon[28207]: Deploying daemon mgr.x on smithi114 2024-09-04T21:23:40.009 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:39 smithi114 ceph-mon[28207]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:23:40.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:39 smithi031 ceph-mon[24693]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:23:40.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:39 smithi031 ceph-mon[34661]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-04T21:23:40.285 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:40 smithi114 systemd[1]: Stopping Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:40.563 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:40 smithi114 podman[76143]: 2024-09-04 21:23:40.283178952 +0000 UTC m=+0.130887951 container died 7b4449fdfecd155676886ffac24cbf1d6235f93fcbba38fb12de40d4c3b73ef4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-04T21:23:40.921 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:40 smithi114 podman[76143]: 2024-09-04 21:23:40.652036668 +0000 UTC m=+0.499745667 container cleanup 7b4449fdfecd155676886ffac24cbf1d6235f93fcbba38fb12de40d4c3b73ef4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True) 2024-09-04T21:23:40.921 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:40 smithi114 bash[76143]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x 2024-09-04T21:23:41.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:40 smithi114 podman[76158]: 2024-09-04 21:23:40.920101424 +0000 UTC m=+0.638098881 container remove 7b4449fdfecd155676886ffac24cbf1d6235f93fcbba38fb12de40d4c3b73ef4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-04T21:23:41.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:40 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:23:41.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-04T21:23:41.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 systemd[1]: Stopped Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:23:41.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Consumed 30.370s CPU time. 2024-09-04T21:23:41.539 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 systemd[1]: Starting Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:41.539 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 podman[76283]: 2024-09-04 21:23:41.394132223 +0000 UTC m=+0.016321246 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:23:41.841 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 podman[76283]: 2024-09-04 21:23:41.537999804 +0000 UTC m=+0.160188809 container create 469b8f38357bf750839e04ce15d63804775f28906da5be9a9b99fa97014e0238 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux ) 2024-09-04T21:23:41.842 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 podman[76283]: 2024-09-04 21:23:41.757582248 +0000 UTC m=+0.379771267 container init 469b8f38357bf750839e04ce15d63804775f28906da5be9a9b99fa97014e0238 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-04T21:23:41.842 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 podman[76283]: 2024-09-04 21:23:41.760602164 +0000 UTC m=+0.382791185 container start 469b8f38357bf750839e04ce15d63804775f28906da5be9a9b99fa97014e0238 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-04T21:23:41.842 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 ceph-mgr[76303]: -- 172.21.15.114:0/3749497547 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a44d3830e0 con 0x55a44d360800 2024-09-04T21:23:42.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 bash[76283]: 469b8f38357bf750839e04ce15d63804775f28906da5be9a9b99fa97014e0238 2024-09-04T21:23:42.202 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:41 smithi114 systemd[1]: Started Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:23:42.678 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:42 smithi031 ceph-mon[24693]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:42.678 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:42 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:42.679 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:42 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:42.679 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:42 smithi031 ceph-mon[34661]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:42.679 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:42 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:42.679 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:42 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:42 smithi114 ceph-mon[28207]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:42 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:42 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:43.571 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:43 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:43.571 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:43 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:43.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:43 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:44 smithi031 ceph-mon[24693]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:44.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:44 smithi031 ceph-mon[34661]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:44.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:44 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:23:44] "GET /metrics HTTP/1.1" 200 38242 "" "Prometheus/2.43.0" 2024-09-04T21:23:44.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:44 smithi114 ceph-mon[28207]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[24693]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[34661]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:46 smithi114 ceph-mon[28207]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:47.358 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[76299]: [04/Sep/2024:21:23:47] ENGINE Bus STARTING 2024-09-04T21:23:47.358 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[76299]: CherryPy Checker: 2024-09-04T21:23:47.358 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[76299]: The Application mounted at '' has an empty config. 2024-09-04T21:23:47.358 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[76299]: 2024-09-04T21:23:47.359 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[76299]: [04/Sep/2024:21:23:47] ENGINE Serving on http://:::9283 2024-09-04T21:23:47.359 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x[76299]: [04/Sep/2024:21:23:47] ENGINE Bus STARTED 2024-09-04T21:23:48.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: Standby manager daemon x restarted 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: Standby manager daemon x started 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:23:48.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:47 smithi114 ceph-mon[28207]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:48.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:48.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:48.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: Standby manager daemon x restarted 2024-09-04T21:23:48.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: Standby manager daemon x started 2024-09-04T21:23:48.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[34661]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: Standby manager daemon x restarted 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: Standby manager daemon x started 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-04T21:23:48.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-04T21:23:48.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: from='mgr.? 172.21.15.114:0/3776915218' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-04T21:23:48.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:47 smithi031 ceph-mon[24693]: pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:49.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:48 smithi114 ceph-mon[28207]: mgrmap e44: y(active, since 26s), standbys: x 2024-09-04T21:23:49.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:48 smithi031 ceph-mon[24693]: mgrmap e44: y(active, since 26s), standbys: x 2024-09-04T21:23:49.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:48 smithi031 ceph-mon[34661]: mgrmap e44: y(active, since 26s), standbys: x 2024-09-04T21:23:50.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:49 smithi114 ceph-mon[28207]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:49 smithi031 ceph-mon[24693]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:50.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:49 smithi031 ceph-mon[34661]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all mgr 2024-09-04T21:23:51.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all crash 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all mds 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all nfs 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all mgr 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all crash 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all mds 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:23:51.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all nfs 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:23:51.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all mgr 2024-09-04T21:23:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all crash 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all mds 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all nfs 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:23:51.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:52.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:52 smithi031 ceph-mon[24693]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:52.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:52 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:52.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:52 smithi031 ceph-mon[34661]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:52.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:52 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:52.601 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:52 smithi031 systemd[1]: Stopping Ceph node-exporter.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:52.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:52 smithi114 ceph-mon[28207]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:52.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:52 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:23:52.929 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:52 smithi031 podman[96422]: 2024-09-04 21:23:52.654983959 +0000 UTC m=+0.108492654 container died 0115cd5f1e06c67e630e030efd8de6a4a96892cbb2f7984354757ca54bddce50 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:53.305 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 podman[96422]: 2024-09-04 21:23:53.02761578 +0000 UTC m=+0.481124473 container cleanup 0115cd5f1e06c67e630e030efd8de6a4a96892cbb2f7984354757ca54bddce50 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:53.305 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 bash[96422]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a 2024-09-04T21:23:53.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:53 smithi031 ceph-mon[24693]: Upgrade: Updating node-exporter.a (1/2) 2024-09-04T21:23:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:53 smithi031 ceph-mon[24693]: Deploying daemon node-exporter.a on smithi031 2024-09-04T21:23:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:53 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:53 smithi031 ceph-mon[34661]: Upgrade: Updating node-exporter.a (1/2) 2024-09-04T21:23:53.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:53 smithi031 ceph-mon[34661]: Deploying daemon node-exporter.a on smithi031 2024-09-04T21:23:53.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:53 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:53.602 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 podman[96433]: 2024-09-04 21:23:53.30374856 +0000 UTC m=+0.652155174 container remove 0115cd5f1e06c67e630e030efd8de6a4a96892cbb2f7984354757ca54bddce50 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:53.603 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:23:53.603 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-04T21:23:53.603 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 systemd[1]: Stopped Ceph node-exporter.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:23:53.603 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.a.service: Consumed 3.644s CPU time. 2024-09-04T21:23:53.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:53 smithi114 ceph-mon[28207]: Upgrade: Updating node-exporter.a (1/2) 2024-09-04T21:23:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:53 smithi114 ceph-mon[28207]: Deploying daemon node-exporter.a on smithi031 2024-09-04T21:23:53.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:53 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:23:54.100 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 systemd[1]: Starting Ceph node-exporter.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:54.100 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:53 smithi031 bash[96564]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-04T21:23:54.279 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:23:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:54 smithi031 ceph-mon[24693]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:54.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:23:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:23:54] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.43.0" 2024-09-04T21:23:54.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:54 smithi031 bash[96564]: Getting image source signatures 2024-09-04T21:23:54.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:54 smithi031 bash[96564]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-04T21:23:54.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:54 smithi031 bash[96564]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-04T21:23:54.601 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:54 smithi031 bash[96564]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-04T21:23:54.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:54 smithi031 ceph-mon[34661]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:54.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:54 smithi114 ceph-mon[28207]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:23:54.908 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (19m) 8s ago 20m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (20m) 8s ago 20m 81.5M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (23s) 8s ago 19m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (13s) 8s ago 24m 68.4M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (9m) 8s ago 25m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (25m) 8s ago 25m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (24m) 8s ago 24m 52.6M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (24m) 8s ago 24m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (19m) 8s ago 19m - - 1.5.0 0da6a335fe13 0115cd5f1e06 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (19m) 8s ago 19m 15.9M - 1.5.0 0da6a335fe13 0f607440ff49 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (24m) 8s ago 24m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:23:54.909 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (23m) 8s ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (23m) 8s ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (22m) 8s ago 22m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (22m) 8s ago 22m 54.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (22m) 8s ago 22m 63.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (21m) 8s ago 21m 49.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (21m) 8s ago 21m 57.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (18s) 8s ago 20m 35.7M - 2.43.0 a07b618ecd1d 48ec02f7466a 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (19m) 8s ago 19m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:23:54.910 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (19m) 8s ago 19m 91.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:23:55.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:23:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=cleanup t=2024-09-04T21:23:54.719803239Z level=info msg="Completed cleanup jobs" duration=2.377195ms 2024-09-04T21:23:55.280 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:23:55.280 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:23:55.280 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:23:55.281 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:23:55.282 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:23:55.282 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:23:55.282 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:23:55.282 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:23:55.592 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:23:55.593 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:23:55.594 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:55 smithi031 ceph-mon[24693]: from='client.25394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:55.594 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:55 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/317008658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:55.594 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:55 smithi031 ceph-mon[34661]: from='client.25394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:55.594 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:55 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/317008658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:55.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:55 smithi114 ceph-mon[28207]: from='client.25394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:55.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:55 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/317008658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:23:55.850 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:55 smithi031 bash[96564]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-04T21:23:55.850 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:55 smithi031 bash[96564]: Writing manifest to image destination 2024-09-04T21:23:56.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-mon[24693]: from='client.25400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:56.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-mon[24693]: from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:56.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-mon[24693]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-mon[34661]: from='client.25400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-mon[34661]: from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-mon[34661]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:56.351 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 podman[96564]: 2024-09-04 21:23:56.095992213 +0000 UTC m=+2.320910804 container create 997d88fdc2a36c38b7815ce852b61f8a8ece61478a300458f3b8508f7e636f56 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:56.351 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 podman[96564]: 2024-09-04 21:23:55.997495775 +0000 UTC m=+2.222414367 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-04T21:23:56.351 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 podman[96564]: 2024-09-04 21:23:56.314639996 +0000 UTC m=+2.539558588 container init 997d88fdc2a36c38b7815ce852b61f8a8ece61478a300458f3b8508f7e636f56 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 podman[96564]: 2024-09-04 21:23:56.317702912 +0000 UTC m=+2.542621513 container start 997d88fdc2a36c38b7815ce852b61f8a8ece61478a300458f3b8508f7e636f56 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.321Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.321Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=arp 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-04T21:23:56.352 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=edac 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-04T21:23:56.353 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.322Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=os 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-04T21:23:56.354 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=stat 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=time 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=uname 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-04T21:23:56.355 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a[96752]: ts=2024-09-04T21:23:56.323Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-04T21:23:56.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:56 smithi114 ceph-mon[28207]: from='client.25400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:56.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:56 smithi114 ceph-mon[28207]: from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:56 smithi114 ceph-mon[28207]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:56.810 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 bash[96564]: 997d88fdc2a36c38b7815ce852b61f8a8ece61478a300458f3b8508f7e636f56 2024-09-04T21:23:56.810 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:23:56 smithi031 systemd[1]: Started Ceph node-exporter.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:23:57.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:57 smithi114 ceph-mon[28207]: from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:57.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:57 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:57.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:57 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:57.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:57 smithi031 ceph-mon[24693]: from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:57.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:57 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:57.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:57 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:57 smithi031 ceph-mon[34661]: from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:23:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:57 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:57.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:57 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:23:58.452 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:58 smithi114 systemd[1]: Stopping Ceph node-exporter.b for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:58 smithi031 ceph-mon[24693]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:58.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:58 smithi031 ceph-mon[34661]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:58.872 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:58 smithi114 ceph-mon[28207]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:23:58.872 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:58 smithi114 podman[80000]: 2024-09-04 21:23:58.597322527 +0000 UTC m=+0.163879791 container died 0f607440ff49d06dc49990cac656a8a3933f69bc370b2dff4deb7b6da2885358 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:23:59.201 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:58 smithi114 podman[80000]: 2024-09-04 21:23:58.97034397 +0000 UTC m=+0.536901230 container cleanup 0f607440ff49d06dc49990cac656a8a3933f69bc370b2dff4deb7b6da2885358 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:23:59.201 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:58 smithi114 bash[80000]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b 2024-09-04T21:23:59.493 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:59 smithi114 podman[80014]: 2024-09-04 21:23:59.213062477 +0000 UTC m=+0.617555056 container remove 0f607440ff49d06dc49990cac656a8a3933f69bc370b2dff4deb7b6da2885358 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:23:59.493 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:59 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:23:59.493 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:59 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-04T21:23:59.493 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:59 smithi114 systemd[1]: Stopped Ceph node-exporter.b for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:23:59.494 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:59 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.b.service: Consumed 3.456s CPU time. 2024-09-04T21:23:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:59 smithi031 ceph-mon[24693]: Upgrade: Updating node-exporter.b (2/2) 2024-09-04T21:23:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:23:59 smithi031 ceph-mon[24693]: Deploying daemon node-exporter.b on smithi114 2024-09-04T21:23:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:59 smithi031 ceph-mon[34661]: Upgrade: Updating node-exporter.b (2/2) 2024-09-04T21:23:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:23:59 smithi031 ceph-mon[34661]: Deploying daemon node-exporter.b on smithi114 2024-09-04T21:23:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:59 smithi114 ceph-mon[28207]: Upgrade: Updating node-exporter.b (2/2) 2024-09-04T21:23:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:23:59 smithi114 ceph-mon[28207]: Deploying daemon node-exporter.b on smithi114 2024-09-04T21:23:59.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:59 smithi114 systemd[1]: Starting Ceph node-exporter.b for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:23:59.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:23:59 smithi114 bash[80139]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-04T21:24:00.451 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:00 smithi114 bash[80139]: Getting image source signatures 2024-09-04T21:24:00.451 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:00 smithi114 bash[80139]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-04T21:24:00.452 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:00 smithi114 bash[80139]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-04T21:24:00.452 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:00 smithi114 bash[80139]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-04T21:24:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:00 smithi031 ceph-mon[24693]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:00.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:00 smithi031 ceph-mon[34661]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:00.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:00 smithi114 ceph-mon[28207]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:02.201 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:01 smithi114 bash[80139]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-04T21:24:02.202 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 bash[80139]: Writing manifest to image destination 2024-09-04T21:24:02.628 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-mon[28207]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:02.628 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 podman[80139]: 2024-09-04 21:24:02.318076378 +0000 UTC m=+2.684022872 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-04T21:24:02.628 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 podman[80139]: 2024-09-04 21:24:02.41643294 +0000 UTC m=+2.782379477 container create 2234301bac397d4ceb1bbc652320368d30deae9bb44153ff14fea281f40bb447 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:24:02.628 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 podman[80139]: 2024-09-04 21:24:02.62674206 +0000 UTC m=+2.992688565 container init 2234301bac397d4ceb1bbc652320368d30deae9bb44153ff14fea281f40bb447 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:24:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:02 smithi031 ceph-mon[24693]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:02 smithi031 ceph-mon[34661]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:02.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 podman[80139]: 2024-09-04 21:24:02.629861109 +0000 UTC m=+2.995807604 container start 2234301bac397d4ceb1bbc652320368d30deae9bb44153ff14fea281f40bb447 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:24:02.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.633Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-04T21:24:02.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.634Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-09-04T21:24:02.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.634Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-04T21:24:02.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.634Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-04T21:24:02.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.634Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-04T21:24:02.952 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.634Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=arp 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-04T21:24:02.953 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-04T21:24:02.954 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=edac 2024-09-04T21:24:02.954 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-04T21:24:02.954 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-04T21:24:02.954 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-04T21:24:02.954 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-04T21:24:02.954 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-04T21:24:02.955 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=os 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=stat 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-04T21:24:02.956 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=time 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=uname 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b[80213]: ts=2024-09-04T21:24:02.635Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 bash[80139]: 2234301bac397d4ceb1bbc652320368d30deae9bb44153ff14fea281f40bb447 2024-09-04T21:24:02.957 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:24:02 smithi114 systemd[1]: Started Ceph node-exporter.b for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:24:03.626 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:03 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:03.626 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:03 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:03.627 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:03 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:03 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:03 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:03 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:03 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:03 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:03 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:04.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:24:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:24:04] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.43.0" 2024-09-04T21:24:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:04 smithi031 ceph-mon[24693]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:04.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:04 smithi031 ceph-mon[34661]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:04.872 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:04 smithi114 ceph-mon[28207]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:06 smithi031 ceph-mon[24693]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:06.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:06 smithi031 ceph-mon[34661]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:06.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:06 smithi114 ceph-mon[28207]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:07.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.930 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:07.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:07.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:07.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:07 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:08.126 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:07 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:10.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:10 smithi031 ceph-mon[24693]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:10.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:10 smithi031 ceph-mon[34661]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:10.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:10 smithi114 ceph-mon[28207]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:11.904 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:11.904 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.905 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.906 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.906 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:11.906 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:11 smithi114 ceph-mon[28207]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:12.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:12.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[34661]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.004 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.005 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.005 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.005 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.005 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.005 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.005 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:12.005 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:11 smithi031 ceph-mon[24693]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:13.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:13 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:13.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:13 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:13.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:13 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:14.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:14 smithi114 ceph-mon[28207]: Upgrade: Updating prometheus.a 2024-09-04T21:24:14.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:14 smithi114 ceph-mon[28207]: Deploying daemon prometheus.a on smithi114 2024-09-04T21:24:14.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:14 smithi114 ceph-mon[28207]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:14.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:24:14 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:24:14] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.43.0" 2024-09-04T21:24:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:14 smithi031 ceph-mon[24693]: Upgrade: Updating prometheus.a 2024-09-04T21:24:14.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:14 smithi031 ceph-mon[24693]: Deploying daemon prometheus.a on smithi114 2024-09-04T21:24:14.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:14 smithi031 ceph-mon[24693]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:14 smithi031 ceph-mon[34661]: Upgrade: Updating prometheus.a 2024-09-04T21:24:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:14 smithi031 ceph-mon[34661]: Deploying daemon prometheus.a on smithi114 2024-09-04T21:24:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:14 smithi031 ceph-mon[34661]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:16 smithi031 ceph-mon[24693]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:16 smithi031 ceph-mon[34661]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:16 smithi114 ceph-mon[28207]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:18 smithi031 ceph-mon[24693]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:18.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:18 smithi031 ceph-mon[34661]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:18.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:18 smithi114 ceph-mon[28207]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:20 smithi031 ceph-mon[24693]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:24:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:20 smithi031 ceph-mon[34661]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:24:20.942 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:20 smithi114 ceph-mon[28207]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:24:22.516 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:22 smithi114 ceph-mon[28207]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:24:22.516 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:22 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:22.712 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:22 smithi031 ceph-mon[24693]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:24:22.713 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:22 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:22.713 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:22 smithi031 ceph-mon[34661]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-04T21:24:22.713 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:22 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:23.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:22 smithi114 systemd[1]: Stopping Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:24:23.513 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:23.513 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.237Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.238Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.238Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[75821]: ts=2024-09-04T21:24:23.238Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-04T21:24:23.514 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 podman[83995]: 2024-09-04 21:24:23.247748421 +0000 UTC m=+0.135735287 container died 48ec02f7466a6bc023c1b14c28e4700bafc2ee340dacca7828a13b6b1f13819c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:23.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:23 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:23.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:23 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:23.873 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 podman[83995]: 2024-09-04 21:24:23.611707382 +0000 UTC m=+0.499694289 container cleanup 48ec02f7466a6bc023c1b14c28e4700bafc2ee340dacca7828a13b6b1f13819c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:23.873 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 bash[83995]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a 2024-09-04T21:24:24.201 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:23 smithi114 podman[84009]: 2024-09-04 21:24:23.87093217 +0000 UTC m=+0.624981563 container remove 48ec02f7466a6bc023c1b14c28e4700bafc2ee340dacca7828a13b6b1f13819c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:24.201 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:24 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-04T21:24:24.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:24 smithi114 systemd[1]: Stopped Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:24:24.202 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:24 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service: Consumed 1.123s CPU time. 2024-09-04T21:24:24.570 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:24 smithi114 ceph-mon[28207]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:24:24.570 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:24 smithi114 systemd[1]: Starting Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:24:24.570 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:24 smithi114 podman[84136]: 2024-09-04 21:24:24.346739334 +0000 UTC m=+0.017029339 image pull 1d3b7f56885b6dd623f1785be963aa9c195f86bc256ea454e8d02a7980b79c53 quay.io/prometheus/prometheus:v2.51.0 2024-09-04T21:24:24.570 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:24 smithi114 podman[84136]: 2024-09-04 21:24:24.446924342 +0000 UTC m=+0.117214387 container create c65f054c0cbe67cfb6c5f6610534150e132a1c4ed2d1c9f7231771a3a122c1ba (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:24 smithi031 ceph-mon[24693]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:24:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:24 smithi031 ceph-mon[34661]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-04T21:24:25.914 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:24:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 podman[84136]: 2024-09-04 21:24:25.609755737 +0000 UTC m=+1.280045735 container init c65f054c0cbe67cfb6c5f6610534150e132a1c4ed2d1c9f7231771a3a122c1ba (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 podman[84136]: 2024-09-04 21:24:25.613348189 +0000 UTC m=+1.283638180 container start c65f054c0cbe67cfb6c5f6610534150e132a1c4ed2d1c9f7231771a3a122c1ba (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.635Z caller=main.go:617 level=info msg="Starting Prometheus Server" mode=server version="(version=2.51.0, branch=HEAD, revision=c05c15512acb675e3f6cd662a6727854e93fc024)" 2024-09-04T21:24:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.635Z caller=main.go:622 level=info build_context="(go=go1.22.1, platform=linux/amd64, user=root@b5723e458358, date=20240319-10:54:45, tags=netgo,builtinassets,stringlabels)" 2024-09-04T21:24:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.635Z caller=main.go:623 level=info host_details="(Linux 5.14.0-503.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 22 17:03:23 UTC 2024 x86_64 smithi114 (none))" 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.635Z caller=main.go:624 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.635Z caller=main.go:625 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.637Z caller=web.go:568 level=info component=web msg="Start listening for connections" address=:9095 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.638Z caller=main.go:1129 level=info msg="Starting TSDB ..." 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.640Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.640Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.641Z caller=head.go:616 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.641Z caller=head.go:698 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.881µs 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.641Z caller=head.go:706 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.643Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=6 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.651Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=6 2024-09-04T21:24:25.953 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.655Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=6 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.657Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=6 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.661Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=6 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.662Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=6 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.662Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=6 maxSegment=6 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.662Z caller=head.go:815 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=36.41µs wal_replay_duration=20.619173ms wbl_replay_duration=184ns total_replay_duration=20.674737ms 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.664Z caller=main.go:1150 level=info fs_type=XFS_SUPER_MAGIC 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.664Z caller=main.go:1153 level=info msg="TSDB started" 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.664Z caller=main.go:1335 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.681Z caller=main.go:1372 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=16.421325ms db_storage=1.034µs remote_storage=1.199µs web_handler=469ns query_engine=586ns scrape=489.088µs scrape_sd=104.441µs notify=10.92µs notify_sd=12.415µs rules=15.45334ms tracing=6.057µs 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.681Z caller=main.go:1114 level=info msg="Server is ready to receive web requests." 2024-09-04T21:24:25.954 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:24:25.681Z caller=manager.go:163 level=info component="rule manager" msg="Starting rule manager..." 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (19m) 19s ago 20m - - 0.25.0 c8568f914cd2 eac93816b35c 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (20m) 19s ago 20m 80.6M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (55s) 19s ago 20m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (45s) 19s ago 24m 452M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (10m) 19s ago 26m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (26m) 19s ago 26m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (25m) 19s ago 25m 54.0M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (25m) 19s ago 25m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (30s) 19s ago 20m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:24:26.498 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (24s) 19s ago 20m 3497k - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (24m) 19s ago 24m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (24m) 19s ago 24m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (23m) 19s ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (23m) 19s ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (22m) 19s ago 22m 54.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (22m) 19s ago 22m 63.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (22m) 19s ago 22m 49.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (21m) 19s ago 21m 57.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (50s) 19s ago 21m 38.2M - 2.43.0 a07b618ecd1d 48ec02f7466a 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (20m) 19s ago 20m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:24:26.499 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (20m) 19s ago 20m 91.6M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:24:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:24:26.849 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:24:26.849 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:24:26.849 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:26.849 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:24:26.849 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:24:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:24:26.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:26 smithi031 ceph-mon[24693]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:26.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:26 smithi031 ceph-mon[34661]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:26.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:26 smithi114 ceph-mon[28207]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:26.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:26 smithi114 bash[84136]: c65f054c0cbe67cfb6c5f6610534150e132a1c4ed2d1c9f7231771a3a122c1ba 2024-09-04T21:24:26.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:24:26 smithi114 systemd[1]: Started Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:24:27.147 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:24:27.147 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:24:27.147 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:24:27.147 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-04T21:24:27.147 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-04T21:24:27.147 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-04T21:24:27.148 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:24:27.148 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-04T21:24:27.148 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-04T21:24:27.148 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:24:27.148 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:24:27.843 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:27 smithi114 ceph-mon[28207]: from='client.25424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.843 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:27 smithi114 ceph-mon[28207]: from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.843 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:27 smithi114 ceph-mon[28207]: from='client.25436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.843 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:27.843 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:27 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:27.843 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:27 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/382204345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[24693]: from='client.25424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[24693]: from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[24693]: from='client.25436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/382204345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[34661]: from='client.25424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[34661]: from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[34661]: from='client.25436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:27.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:27.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:27.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:27 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/382204345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:28.837 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:28 smithi114 ceph-mon[28207]: from='client.25448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:28.838 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:28 smithi114 ceph-mon[28207]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:28 smithi031 ceph-mon[24693]: from='client.25448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:28 smithi031 ceph-mon[24693]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:28 smithi031 ceph-mon[34661]: from='client.25448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:28 smithi031 ceph-mon[34661]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:30.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:30 smithi114 ceph-mon[28207]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:30 smithi031 ceph-mon[24693]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:30.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:30 smithi031 ceph-mon[34661]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-04T21:24:31.875 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:31 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:31.875 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:31 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:31.875 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:31 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:31.875 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:31 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:31.875 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:31 smithi114 ceph-mon[28207]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:32.063 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.063 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.063 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.064 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.064 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[24693]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:32.064 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.064 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.064 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.064 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:32.064 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:31 smithi031 ceph-mon[34661]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:33.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:33 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:33 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:33.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:33 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:34.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:34 smithi114 ceph-mon[28207]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:34.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:34 smithi031 ceph-mon[24693]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:34.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:34 smithi031 ceph-mon[34661]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:24:35.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:35 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:35.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:35 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:36.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:36 smithi114 ceph-mon[28207]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:36.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:36 smithi031 ceph-mon[24693]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:36.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:36 smithi031 ceph-mon[34661]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:37 smithi114 ceph-mon[28207]: Upgrade: Updating alertmanager.a 2024-09-04T21:24:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:37 smithi114 ceph-mon[28207]: Deploying daemon alertmanager.a on smithi031 2024-09-04T21:24:37.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:37 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:37.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:37 smithi031 ceph-mon[24693]: Upgrade: Updating alertmanager.a 2024-09-04T21:24:37.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:37 smithi031 ceph-mon[24693]: Deploying daemon alertmanager.a on smithi031 2024-09-04T21:24:37.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:37 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:37.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:37 smithi031 ceph-mon[34661]: Upgrade: Updating alertmanager.a 2024-09-04T21:24:37.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:37 smithi031 ceph-mon[34661]: Deploying daemon alertmanager.a on smithi031 2024-09-04T21:24:37.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:37 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:38.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:24:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:24:37] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.51.0" 2024-09-04T21:24:38.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:38 smithi114 ceph-mon[28207]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:38.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:38 smithi031 ceph-mon[24693]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:38.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:38 smithi031 ceph-mon[34661]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:40.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:40 smithi114 ceph-mon[28207]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:40.796 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:40 smithi031 ceph-mon[24693]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:40.796 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:40 smithi031 ceph-mon[34661]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:42.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:42 smithi031 ceph-mon[24693]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:42.473 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:42 smithi031 ceph-mon[34661]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:42 smithi114 ceph-mon[28207]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:43.517 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:43 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:43.518 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:43 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:43.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:43 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:43.812 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:43 smithi031 systemd[1]: Stopping Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:24:44.100 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:43 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[73957]: ts=2024-09-04T21:24:43.810Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:24:44.100 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:43 smithi031 podman[101009]: 2024-09-04 21:24:43.851050444 +0000 UTC m=+0.188587693 container died eac93816b35c167266f25b9fa512e94aa5053e9e3f1cf8f1dcc934f3429c3829 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:44.434 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 podman[101009]: 2024-09-04 21:24:44.218421331 +0000 UTC m=+0.555958579 container cleanup eac93816b35c167266f25b9fa512e94aa5053e9e3f1cf8f1dcc934f3429c3829 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:44.434 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 bash[101009]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a 2024-09-04T21:24:44.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:44 smithi114 ceph-mon[28207]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:44 smithi031 ceph-mon[24693]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:44.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:44 smithi031 ceph-mon[34661]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:44.851 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 podman[101024]: 2024-09-04 21:24:44.43624189 +0000 UTC m=+0.588636645 container remove eac93816b35c167266f25b9fa512e94aa5053e9e3f1cf8f1dcc934f3429c3829 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:44.851 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 podman[101024]: 2024-09-04 21:24:44.512158726 +0000 UTC m=+0.664553482 volume remove 5446d42ab74f066fcacedca77ff1b2dd7646b042dd31ae11c207f7b0c491878a 2024-09-04T21:24:44.851 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-04T21:24:44.851 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 systemd[1]: Stopped Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:24:44.851 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@alertmanager.a.service: Consumed 1.794s CPU time. 2024-09-04T21:24:45.164 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:44 smithi031 systemd[1]: Starting Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:24:45.165 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:45 smithi031 podman[101147]: 2024-09-04 21:24:45.071291709 +0000 UTC m=+0.112370109 volume create a37f0bab250581f0b15ca5f54aed6e7ab01c7bde66f8a304a8905cc0f7eb392b 2024-09-04T21:24:45.165 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:45 smithi031 podman[101147]: 2024-09-04 21:24:44.974860891 +0000 UTC m=+0.015939305 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 quay.io/prometheus/alertmanager:v0.27.0 2024-09-04T21:24:45.165 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:45 smithi031 podman[101147]: 2024-09-04 21:24:45.163464778 +0000 UTC m=+0.204543177 container create 1f2f6e319ffab3e7189016b7bb821470f63e0dc3a99dd347454e1fa39f03d257 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:46.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:45 smithi031 podman[101147]: 2024-09-04 21:24:45.985315589 +0000 UTC m=+1.026393989 container init 1f2f6e319ffab3e7189016b7bb821470f63e0dc3a99dd347454e1fa39f03d257 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:46.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:45 smithi031 podman[101147]: 2024-09-04 21:24:45.988795018 +0000 UTC m=+1.029873418 container start 1f2f6e319ffab3e7189016b7bb821470f63e0dc3a99dd347454e1fa39f03d257 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:24:46.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.001Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-04T21:24:46.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.001Z caller=main.go:182 level=info build_context="(go=go1.21.7, platform=linux/amd64, user=root@22cd11f671e9, date=20240228-11:51:20, tags=netgo)" 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.002Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.31 port=9094 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.004Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.026Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.027Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.029Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:46.029Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 bash[101147]: 1f2f6e319ffab3e7189016b7bb821470f63e0dc3a99dd347454e1fa39f03d257 2024-09-04T21:24:46.351 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:46 smithi031 systemd[1]: Started Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:24:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:46 smithi114 ceph-mon[28207]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:46.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:46.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-mon[24693]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:46.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:46.708 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:46.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-mon[34661]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:46.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:46.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:48.100 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:48.005Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000364226s 2024-09-04T21:24:48.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:24:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:24:47] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.51.0" 2024-09-04T21:24:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:48 smithi031 ceph-mon[24693]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:48.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:48 smithi031 ceph-mon[34661]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:48.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:48 smithi114 ceph-mon[28207]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:50.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:50 smithi114 ceph-mon[28207]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:50.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:50 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:50 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:50 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:50 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[24693]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[34661]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:50.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:50 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:52.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:52.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:52.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:51 smithi031 ceph-mon[24693]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:52.078 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:52.078 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:52.078 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:51 smithi031 ceph-mon[34661]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:52.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:51 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:52.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:51 smithi114 ceph-mon[28207]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:53.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:52 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:53.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:52 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:53.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:52 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:53.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:52 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:53.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:52 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:24:53.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:52 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:24:53.947 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:53 smithi031 ceph-mon[24693]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:53.947 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:53 smithi031 ceph-mon[34661]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:54.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:53 smithi114 ceph-mon[28207]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:54 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:55.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:55.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:55.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:54 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:56.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:24:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:24:56.007Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002649046s 2024-09-04T21:24:56.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:55 smithi031 ceph-mon[24693]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:56.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:55 smithi031 ceph-mon[24693]: Upgrade: Updating grafana.a 2024-09-04T21:24:56.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:55 smithi031 ceph-mon[24693]: Deploying daemon grafana.a on smithi114 2024-09-04T21:24:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:55 smithi031 ceph-mon[34661]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:55 smithi031 ceph-mon[34661]: Upgrade: Updating grafana.a 2024-09-04T21:24:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:55 smithi031 ceph-mon[34661]: Deploying daemon grafana.a on smithi114 2024-09-04T21:24:56.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:55 smithi114 ceph-mon[28207]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:56.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:55 smithi114 ceph-mon[28207]: Upgrade: Updating grafana.a 2024-09-04T21:24:56.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:55 smithi114 ceph-mon[28207]: Deploying daemon grafana.a on smithi114 2024-09-04T21:24:57.470 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:24:58.050 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:24:58.050 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (13s) 7s ago 21m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:24:58.050 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (21m) 7s ago 21m 82.7M - 9.4.12 2bacad6d85d8 0e8748797ac4 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (86s) 7s ago 20m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (76s) 7s ago 25m 453M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (10m) 7s ago 26m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (26m) 7s ago 26m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (25m) 7s ago 25m 54.0M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (25m) 7s ago 25m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (62s) 7s ago 21m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (55s) 7s ago 20m 10.9M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (25m) 7s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (24m) 7s ago 24m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (24m) 7s ago 24m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (23m) 7s ago 23m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:24:58.051 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (23m) 7s ago 23m 56.8M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:24:58.052 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (23m) 7s ago 23m 64.2M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:24:58.052 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (22m) 7s ago 22m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:24:58.052 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (22m) 7s ago 22m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:24:58.052 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (33s) 7s ago 21m 35.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:24:58.052 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (20m) 7s ago 20m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:24:58.052 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (20m) 7s ago 20m 91.6M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:24:58.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:24:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:24:57] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.51.0" 2024-09-04T21:24:58.401 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:24:58.401 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:24:58.401 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:24:58.401 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:58.401 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:24:58.401 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:24:58.401 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:24:58.402 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:24:58.699 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading grafana daemons", 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:24:58.700 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:24:58.701 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:58 smithi031 ceph-mon[24693]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:58.701 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:58 smithi031 ceph-mon[24693]: from='client.25454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:58.701 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:58 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/3675184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:58.701 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:58 smithi031 ceph-mon[34661]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:58.701 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:58 smithi031 ceph-mon[34661]: from='client.25454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:58.701 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:58 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/3675184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:58.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:58 smithi114 ceph-mon[28207]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:24:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:58 smithi114 ceph-mon[28207]: from='client.25454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:58.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:58 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/3675184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:24:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:59 smithi031 ceph-mon[24693]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:24:59 smithi031 ceph-mon[24693]: from='client.15573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:59 smithi031 ceph-mon[34661]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:24:59 smithi031 ceph-mon[34661]: from='client.15573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:59 smithi114 ceph-mon[28207]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:24:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:24:59 smithi114 ceph-mon[28207]: from='client.15573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:00 smithi031 ceph-mon[24693]: from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:00 smithi031 ceph-mon[24693]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:00 smithi031 ceph-mon[34661]: from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:00 smithi031 ceph-mon[34661]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:00.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:00 smithi114 ceph-mon[28207]: from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:00 smithi114 ceph-mon[28207]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:02 smithi031 ceph-mon[34661]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:02 smithi031 ceph-mon[24693]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:02 smithi114 ceph-mon[28207]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:03.696 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:03 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:03 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:03 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:04.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:04 smithi114 ceph-mon[28207]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:04 smithi031 ceph-mon[24693]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:04.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:04 smithi031 ceph-mon[34661]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:06.156 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:05 smithi114 systemd[1]: Stopping Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:25:06.157 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=server t=2024-09-04T21:25:06.144724483Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-04T21:25:06.157 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=ticker t=2024-09-04T21:25:06.145096391Z level=info msg=stopped last_tick=2024-09-04T21:25:00Z 2024-09-04T21:25:06.157 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[57638]: logger=tracing t=2024-09-04T21:25:06.145127097Z level=info msg="Closing tracing" 2024-09-04T21:25:06.439 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 podman[88949]: 2024-09-04 21:25:06.154905794 +0000 UTC m=+0.113989959 container died 0e8748797ac485af0cb6e1c5cd87f9100b645fa04d1544776c62d6f11c80fbe1 (image=quay.io/ceph/grafana:9.4.12, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:25:06.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:06 smithi114 ceph-mon[28207]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:06.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 podman[88949]: 2024-09-04 21:25:06.519421589 +0000 UTC m=+0.478505756 container cleanup 0e8748797ac485af0cb6e1c5cd87f9100b645fa04d1544776c62d6f11c80fbe1 (image=quay.io/ceph/grafana:9.4.12, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:25:06.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 bash[88949]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a 2024-09-04T21:25:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:06 smithi031 ceph-mon[24693]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:06.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:06 smithi031 ceph-mon[34661]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:07.130 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 podman[88961]: 2024-09-04 21:25:06.787580476 +0000 UTC m=+0.634385317 container remove 0e8748797ac485af0cb6e1c5cd87f9100b645fa04d1544776c62d6f11c80fbe1 (image=quay.io/ceph/grafana:9.4.12, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:25:07.130 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@grafana.a.service: Deactivated successfully. 2024-09-04T21:25:07.130 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 systemd[1]: Stopped Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:25:07.130 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:06 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@grafana.a.service: Consumed 16.977s CPU time. 2024-09-04T21:25:07.446 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 systemd[1]: Starting Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:25:07.446 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 podman[89090]: 2024-09-04 21:25:07.239770014 +0000 UTC m=+0.016770324 image pull c8b91775d855b99270fc5d22f3c6737e8cca01ef4c25c8b0362295e0746fa39b quay.io/ceph/grafana:10.4.0 2024-09-04T21:25:07.446 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 podman[89090]: 2024-09-04 21:25:07.347377035 +0000 UTC m=+0.124377347 container create f49ca3053983dd732f6162bbfd8334ea35e8cd0d2e0018f8cb429c34f179141a (image=quay.io/ceph/grafana:10.4.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:25:07.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:07.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 podman[89090]: 2024-09-04 21:25:07.58362683 +0000 UTC m=+0.360627140 container init f49ca3053983dd732f6162bbfd8334ea35e8cd0d2e0018f8cb429c34f179141a (image=quay.io/ceph/grafana:10.4.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:25:07.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 podman[89090]: 2024-09-04 21:25:07.586593321 +0000 UTC m=+0.363593632 container start f49ca3053983dd732f6162bbfd8334ea35e8cd0d2e0018f8cb429c34f179141a (image=quay.io/ceph/grafana:10.4.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:25:07.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 bash[89090]: f49ca3053983dd732f6162bbfd8334ea35e8cd0d2e0018f8cb429c34f179141a 2024-09-04T21:25:07.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 systemd[1]: Started Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:25:07.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:07 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:07.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:07 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:07.963 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711070425Z level=info msg="Starting Grafana" version=10.4.0 commit=03f502a94d17f7dc4e6c34acdf8428aedd986e4c branch=HEAD compiled=2024-09-04T21:25:07Z 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711421673Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711433005Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.71143823Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711442944Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711447335Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711451648Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711456158Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711460695Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711465216Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711470784Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711475277Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-04T21:25:07.964 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711479942Z level=info msg=Target target=[all] 2024-09-04T21:25:07.965 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711490063Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-04T21:25:07.965 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711494448Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-04T21:25:07.965 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711498771Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-04T21:25:07.965 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711503038Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-04T21:25:07.965 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711507348Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-04T21:25:07.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=settings t=2024-09-04T21:25:07.711512581Z level=info msg="App mode production" 2024-09-04T21:25:07.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=sqlstore t=2024-09-04T21:25:07.711900408Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-04T21:25:07.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=sqlstore t=2024-09-04T21:25:07.711920224Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-09-04T21:25:07.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.712624921Z level=info msg="Starting DB migrations" 2024-09-04T21:25:07.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.726510198Z level=info msg="Executing migration" id="Add uid column to user" 2024-09-04T21:25:07.966 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.733681752Z level=info msg="Migration successfully executed" id="Add uid column to user" duration=7.170242ms 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.735632953Z level=info msg="Executing migration" id="Update uid column values for users" 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.735770599Z level=info msg="Migration successfully executed" id="Update uid column values for users" duration=137.959µs 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.736164169Z level=info msg="Executing migration" id="Add unique index user_uid" 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.736883127Z level=info msg="Migration successfully executed" id="Add unique index user_uid" duration=718.606µs 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.739050088Z level=info msg="Executing migration" id="Add playlist column created_at" 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.744126301Z level=info msg="Migration successfully executed" id="Add playlist column created_at" duration=5.074829ms 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.74465981Z level=info msg="Executing migration" id="Add playlist column updated_at" 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.749956264Z level=info msg="Migration successfully executed" id="Add playlist column updated_at" duration=5.295839ms 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.750415002Z level=info msg="Executing migration" id="Add column uid in team" 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.756114071Z level=info msg="Migration successfully executed" id="Add column uid in team" duration=5.697641ms 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.756481848Z level=info msg="Executing migration" id="Update uid column values in team" 2024-09-04T21:25:07.967 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.756605048Z level=info msg="Migration successfully executed" id="Update uid column values in team" duration=123.372µs 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.756988917Z level=info msg="Executing migration" id="Add unique index team_org_id_uid" 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.757905178Z level=info msg="Migration successfully executed" id="Add unique index team_org_id_uid" duration=915.783µs 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.759730233Z level=info msg="Executing migration" id="add index user_auth_token.revoked_at" 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.760459518Z level=info msg="Migration successfully executed" id="add index user_auth_token.revoked_at" duration=728.878µs 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.762399332Z level=info msg="Executing migration" id="add result_fingerprint column to alert_instance" 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.769007546Z level=info msg="Migration successfully executed" id="add result_fingerprint column to alert_instance" duration=6.606226ms 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.769509634Z level=info msg="Executing migration" id="add last_applied column to alert_configuration_history" 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.775061317Z level=info msg="Migration successfully executed" id="add last_applied column to alert_configuration_history" duration=5.550505ms 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.775489982Z level=info msg="Executing migration" id="alter library_element model to mediumtext" 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.775539179Z level=info msg="Migration successfully executed" id="alter library_element model to mediumtext" duration=49.767µs 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.778127189Z level=info msg="Executing migration" id="permission kind migration" 2024-09-04T21:25:07.968 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.783276203Z level=info msg="Migration successfully executed" id="permission kind migration" duration=5.148321ms 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.78367909Z level=info msg="Executing migration" id="permission attribute migration" 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.788873459Z level=info msg="Migration successfully executed" id="permission attribute migration" duration=5.194274ms 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.789260271Z level=info msg="Executing migration" id="permission identifier migration" 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.794842263Z level=info msg="Migration successfully executed" id="permission identifier migration" duration=5.581321ms 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.795250268Z level=info msg="Executing migration" id="add permission identifier index" 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.796158735Z level=info msg="Migration successfully executed" id="add permission identifier index" duration=908.983µs 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.796532787Z level=info msg="Executing migration" id="add permission action scope role_id index" 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.797468601Z level=info msg="Migration successfully executed" id="add permission action scope role_id index" duration=935.49µs 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.797823684Z level=info msg="Executing migration" id="remove permission role_id action scope index" 2024-09-04T21:25:07.969 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.798530668Z level=info msg="Migration successfully executed" id="remove permission role_id action scope index" duration=706.631µs 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.798884248Z level=info msg="Executing migration" id="rbac disabled migrator" 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.798915241Z level=info msg="Migration successfully executed" id="rbac disabled migrator" duration=31.308µs 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.79932747Z level=info msg="Executing migration" id="drop index IDX_correlation_uid - v1" 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.800036434Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_uid - v1" duration=708.21µs 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.800392396Z level=info msg="Executing migration" id="drop index IDX_correlation_source_uid - v1" 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.801085578Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_source_uid - v1" duration=692.862µs 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.801431131Z level=info msg="Executing migration" id="Rename table correlation to correlation_tmp_qwerty - v1" 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.816719466Z level=info msg="Migration successfully executed" id="Rename table correlation to correlation_tmp_qwerty - v1" duration=15.2861ms 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.817231264Z level=info msg="Executing migration" id="create correlation v2" 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.81800401Z level=info msg="Migration successfully executed" id="create correlation v2" duration=773.223µs 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.818373901Z level=info msg="Executing migration" id="create index IDX_correlation_uid - v2" 2024-09-04T21:25:07.970 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.819091907Z level=info msg="Migration successfully executed" id="create index IDX_correlation_uid - v2" duration=718.268µs 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.819434618Z level=info msg="Executing migration" id="create index IDX_correlation_source_uid - v2" 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.820225043Z level=info msg="Migration successfully executed" id="create index IDX_correlation_source_uid - v2" duration=790.732µs 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.820670022Z level=info msg="Executing migration" id="create index IDX_correlation_org_id - v2" 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.821344849Z level=info msg="Migration successfully executed" id="create index IDX_correlation_org_id - v2" duration=674.631µs 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.82169102Z level=info msg="Executing migration" id="copy correlation v1 to v2" 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.821860245Z level=info msg="Migration successfully executed" id="copy correlation v1 to v2" duration=169.151µs 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.82224324Z level=info msg="Executing migration" id="drop correlation_tmp_qwerty" 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.822793081Z level=info msg="Migration successfully executed" id="drop correlation_tmp_qwerty" duration=549.597µs 2024-09-04T21:25:07.971 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.823142254Z level=info msg="Executing migration" id="add provisioning column" 2024-09-04T21:25:07.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.828438825Z level=info msg="Migration successfully executed" id="add provisioning column" duration=5.296083ms 2024-09-04T21:25:07.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.828832474Z level=info msg="Executing migration" id="backfill empty share column fields with default of public" 2024-09-04T21:25:07.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.828978564Z level=info msg="Migration successfully executed" id="backfill empty share column fields with default of public" duration=146.843µs 2024-09-04T21:25:07.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.829685538Z level=info msg="Executing migration" id="migrate contents column to mediumblob for MySQL" 2024-09-04T21:25:07.972 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.829723574Z level=info msg="Migration successfully executed" id="migrate contents column to mediumblob for MySQL" duration=37.883µs 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.830155958Z level=info msg="Executing migration" id="add origin column to seed_assignment" 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.835650546Z level=info msg="Migration successfully executed" id="add origin column to seed_assignment" duration=5.493449ms 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.836043413Z level=info msg="Executing migration" id="add origin to plugin seed_assignment" 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.836246801Z level=info msg="Migration successfully executed" id="add origin to plugin seed_assignment" duration=203.463µs 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.836813938Z level=info msg="Executing migration" id="prevent seeding OnCall access" 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.83693152Z level=info msg="Migration successfully executed" id="prevent seeding OnCall access" duration=117.608µs 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.837296109Z level=info msg="Executing migration" id="managed folder permissions library panel actions migration" 2024-09-04T21:25:07.973 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.837768709Z level=info msg="Migration successfully executed" id="managed folder permissions library panel actions migration" duration=471.887µs 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.838168981Z level=info msg="Executing migration" id="Remove unique index for folder.title and folder.parent_uid" 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.838840012Z level=info msg="Migration successfully executed" id="Remove unique index for folder.title and folder.parent_uid" duration=669.266µs 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.839188921Z level=info msg="Executing migration" id="Add unique index for title, parent_uid, and org_id" 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.839957306Z level=info msg="Migration successfully executed" id="Add unique index for title, parent_uid, and org_id" duration=768.085µs 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.840291051Z level=info msg="Executing migration" id="Sync dashboard and folder table" 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.840593192Z level=info msg="Migration successfully executed" id="Sync dashboard and folder table" duration=301.945µs 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.840911119Z level=info msg="Executing migration" id="Remove ghost folders from the folder table" 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.841089745Z level=info msg="Migration successfully executed" id="Remove ghost folders from the folder table" duration=178.695µs 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.841461145Z level=info msg="Executing migration" id="Remove unique index UQE_folder_uid_org_id" 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.842129405Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_uid_org_id" duration=667.856µs 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.842459498Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_uid" 2024-09-04T21:25:07.974 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.843131414Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_uid" duration=671.656µs 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.843459157Z level=info msg="Executing migration" id="Remove unique index UQE_folder_title_parent_uid_org_id" 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.844127028Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_title_parent_uid_org_id" duration=667.9µs 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.84445639Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_parent_uid_title" 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.84513873Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_parent_uid_title" duration=682.109µs 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.845467536Z level=info msg="Executing migration" id="Remove index IDX_folder_parent_uid_org_id" 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.846134278Z level=info msg="Migration successfully executed" id="Remove index IDX_folder_parent_uid_org_id" duration=666.652µs 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.846469012Z level=info msg="Executing migration" id="create anon_device table" 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.847025592Z level=info msg="Migration successfully executed" id="create anon_device table" duration=556.259µs 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.847357053Z level=info msg="Executing migration" id="add unique index anon_device.device_id" 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.848063163Z level=info msg="Migration successfully executed" id="add unique index anon_device.device_id" duration=705.859µs 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.848393413Z level=info msg="Executing migration" id="add index anon_device.updated_at" 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.849054363Z level=info msg="Migration successfully executed" id="add index anon_device.updated_at" duration=660.629µs 2024-09-04T21:25:07.975 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.84940697Z level=info msg="Executing migration" id="create signing_key table" 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.849970982Z level=info msg="Migration successfully executed" id="create signing_key table" duration=564.536µs 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.850312047Z level=info msg="Executing migration" id="add unique index signing_key.key_id" 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.850980457Z level=info msg="Migration successfully executed" id="add unique index signing_key.key_id" duration=666.781µs 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.851315553Z level=info msg="Executing migration" id="set legacy alert migration status in kvstore" 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.851967818Z level=info msg="Migration successfully executed" id="set legacy alert migration status in kvstore" duration=653.365µs 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.85228732Z level=info msg="Executing migration" id="migrate record of created folders during legacy migration to kvstore" 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.852754544Z level=info msg="Migration successfully executed" id="migrate record of created folders during legacy migration to kvstore" duration=466.06µs 2024-09-04T21:25:07.976 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.853173494Z level=info msg="Executing migration" id="Add folder_uid for dashboard" 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.858432719Z level=info msg="Migration successfully executed" id="Add folder_uid for dashboard" duration=5.258169ms 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.858790353Z level=info msg="Executing migration" id="Populate dashboard folder_uid column" 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.859315518Z level=info msg="Migration successfully executed" id="Populate dashboard folder_uid column" duration=525.793µs 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.859720204Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title" 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.860589008Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title" duration=867.313µs 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.860962167Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_id_title" 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.861640965Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_id_title" duration=678.638µs 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.861980457Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_uid_title" 2024-09-04T21:25:07.977 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.862636743Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_uid_title" duration=656.095µs 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.862972374Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.863765901Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" duration=793.22µs 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.864134123Z level=info msg="Executing migration" id="Restore index for dashboard_org_id_folder_id_title" 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.864949083Z level=info msg="Migration successfully executed" id="Restore index for dashboard_org_id_folder_id_title" duration=814.721µs 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.865283635Z level=info msg="Executing migration" id="create sso_setting table" 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.866019333Z level=info msg="Migration successfully executed" id="create sso_setting table" duration=735.396µs 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.866403052Z level=info msg="Executing migration" id="copy kvstore migration status to each org" 2024-09-04T21:25:07.978 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.867037153Z level=info msg="Migration successfully executed" id="copy kvstore migration status to each org" duration=635.33µs 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.867351763Z level=info msg="Executing migration" id="add back entry for orgid=0 migrated status" 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.867727437Z level=info msg="Migration successfully executed" id="add back entry for orgid=0 migrated status" duration=375.533µs 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.868052352Z level=info msg="Executing migration" id="alter kv_store.value to longtext" 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.868090225Z level=info msg="Migration successfully executed" id="alter kv_store.value to longtext" duration=38.177µs 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.868473684Z level=info msg="Executing migration" id="add notification_settings column to alert_rule table" 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.873814355Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule table" duration=5.340367ms 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.874168822Z level=info msg="Executing migration" id="add notification_settings column to alert_rule_version table" 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.879640328Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule_version table" duration=5.470912ms 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.880007207Z level=info msg="Executing migration" id="removing scope from alert.instances:read action migration" 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.880216942Z level=info msg="Migration successfully executed" id="removing scope from alert.instances:read action migration" duration=209.911µs 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=migrator t=2024-09-04T21:25:07.880568561Z level=info msg="migrations completed" performed=65 skipped=482 duration=154.129955ms 2024-09-04T21:25:07.979 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=sqlstore t=2024-09-04T21:25:07.881219685Z level=info msg="Created default organization" 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=secrets t=2024-09-04T21:25:07.885824421Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=plugin.store t=2024-09-04T21:25:07.900125027Z level=info msg="Loading plugins..." 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=local.finder t=2024-09-04T21:25:07.941016853Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=plugin.store t=2024-09-04T21:25:07.941052458Z level=info msg="Plugins loaded" count=55 duration=40.910561ms 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=query_data t=2024-09-04T21:25:07.943016058Z level=info msg="Query Service initialization" 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=live.push_http t=2024-09-04T21:25:07.948397031Z level=info msg="Live Push Gateway initialization" 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ngalert.migration t=2024-09-04T21:25:07.949794851Z level=info msg=Starting 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ngalert.state.manager t=2024-09-04T21:25:07.958089702Z level=info msg="Running in alternative execution of Error/NoData mode" 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=infra.usagestats.collector t=2024-09-04T21:25:07.959474854Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.datasources t=2024-09-04T21:25:07.962096448Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-09-04T21:25:07.980 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.datasources t=2024-09-04T21:25:07.962401849Z level=info msg="inserting datasource from configuration" name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-04T21:25:08.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:25:07] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.51.0" 2024-09-04T21:25:08.340 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.alerting t=2024-09-04T21:25:07.989934937Z level=info msg="starting to provision alerting" 2024-09-04T21:25:08.340 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.alerting t=2024-09-04T21:25:07.989951365Z level=info msg="finished to provision alerting" 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=grafanaStorageLogger t=2024-09-04T21:25:07.990074675Z level=info msg="Storage starting" 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ngalert.state.manager t=2024-09-04T21:25:07.990231986Z level=info msg="Warming state cache for startup" 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=http.server t=2024-09-04T21:25:07.993028829Z level=info msg="HTTP Server TLS settings" MinTLSVersion=TLS1.2 configuredciphers=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:07 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=http.server t=2024-09-04T21:25:07.993361235Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ngalert.multiorg.alertmanager t=2024-09-04T21:25:08.005906254Z level=info msg="Starting MultiOrg Alertmanager" 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ngalert.state.manager t=2024-09-04T21:25:08.015115495Z level=info msg="State cache has been initialized" states=0 duration=24.88062ms 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ngalert.scheduler t=2024-09-04T21:25:08.015153917Z level=info msg="Starting scheduler" tickInterval=10s maxAttempts=1 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ticker t=2024-09-04T21:25:08.015267467Z level=info msg=starting first_tick=2024-09-04T21:25:10Z 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard t=2024-09-04T21:25:08.022536214Z level=info msg="starting to provision dashboards" 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:08.043284787Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard t=2024-09-04T21:25:08.047918128Z level=info msg="finished to provision dashboards" 2024-09-04T21:25:08.341 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=plugins.update.checker t=2024-09-04T21:25:08.085510199Z level=info msg="Update check succeeded" duration=94.966481ms 2024-09-04T21:25:08.342 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=grafana.update.checker t=2024-09-04T21:25:08.087760463Z level=info msg="Update check succeeded" duration=81.730899ms 2024-09-04T21:25:08.342 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=grafana-apiserver t=2024-09-04T21:25:08.123725638Z level=info msg="Adding GroupVersion playlist.grafana.app v0alpha1 to ResourceManager" 2024-09-04T21:25:08.342 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=grafana-apiserver t=2024-09-04T21:25:08.124250735Z level=info msg="Adding GroupVersion featuretoggle.grafana.app v0alpha1 to ResourceManager" 2024-09-04T21:25:08.613 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-mon[28207]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:08.613 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:08.613 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:08 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:08 smithi031 ceph-mon[24693]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:08 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:08 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:08 smithi031 ceph-mon[34661]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:08 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:08 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:10 smithi031 ceph-mon[24693]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:10 smithi031 ceph-mon[34661]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:10.876 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:10 smithi114 ceph-mon[28207]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:11.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:11.062279177Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:12 smithi031 ceph-mon[24693]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:12 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:12 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:12.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:12 smithi031 ceph-mon[34661]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:12 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:12 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:12 smithi114 ceph-mon[28207]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:12 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:12.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:12 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:13.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:13 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:13 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:13.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:13 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:13.813 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:13 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:13.813 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:13 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:13.813 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:13 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:13.813 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:13 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:13.813 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:13 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:13.813 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:13 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:14.339 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:14.071058253Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:14.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:14 smithi114 ceph-mon[28207]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:14.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:14 smithi031 ceph-mon[24693]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:14.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:14 smithi031 ceph-mon[34661]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:16.336 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:15 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:25:15] ENGINE Bus STOPPING 2024-09-04T21:25:16.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:25:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:25:16.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:25:16] ENGINE Bus STOPPED 2024-09-04T21:25:16.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:25:16] ENGINE Bus STARTING 2024-09-04T21:25:16.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:25:16] ENGINE Serving on http://:::9283 2024-09-04T21:25:16.601 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:25:16] ENGINE Bus STARTED 2024-09-04T21:25:16.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:16.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114:3000"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:25:16.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:16.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:16.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114:3000"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:16.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:16.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:16.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.612 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.614 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.614 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.614 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.614 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:16 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:25:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114:3000"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:25:16.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:16.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:16.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:16.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:16.959 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:16 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:25:17.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:17.067283125Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:17.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:25:17.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114:3000"}]: dispatch 2024-09-04T21:25:17.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[24693]: Upgrade: Finalizing container_image settings 2024-09-04T21:25:17.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[24693]: Upgrade: Complete! 2024-09-04T21:25:17.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[24693]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:25:17.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:17.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:25:17.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114:3000"}]: dispatch 2024-09-04T21:25:17.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[34661]: Upgrade: Finalizing container_image settings 2024-09-04T21:25:17.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[34661]: Upgrade: Complete! 2024-09-04T21:25:17.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[34661]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:25:17.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:17 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-04T21:25:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:17 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114:3000"}]: dispatch 2024-09-04T21:25:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:17 smithi114 ceph-mon[28207]: Upgrade: Finalizing container_image settings 2024-09-04T21:25:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:17 smithi114 ceph-mon[28207]: Upgrade: Complete! 2024-09-04T21:25:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:17 smithi114 ceph-mon[28207]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-04T21:25:17.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:17 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:18.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:25:17] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.51.0" 2024-09-04T21:25:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:18 smithi031 ceph-mon[24693]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:18.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:18 smithi031 ceph-mon[34661]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:18.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:18 smithi114 ceph-mon[28207]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:20.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:20.057064369Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:20 smithi031 ceph-mon[24693]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:20 smithi031 ceph-mon[34661]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:20 smithi114 ceph-mon[28207]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:22 smithi031 ceph-mon[24693]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:22 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:22 smithi031 ceph-mon[34661]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:22 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:22 smithi114 ceph-mon[28207]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:22 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:23.054861884Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:23 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:23.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:23 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:23 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:24 smithi031 ceph-mon[24693]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:24 smithi031 ceph-mon[34661]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:24 smithi114 ceph-mon[28207]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:26.052194739Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:26.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:26 smithi031 ceph-mon[34661]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:26 smithi031 ceph-mon[24693]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:26.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:26 smithi114 ceph-mon[28207]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:25:27] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.51.0" 2024-09-04T21:25:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:28 smithi031 ceph-mon[24693]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:28 smithi031 ceph-mon[34661]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:28.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:28 smithi114 ceph-mon[28207]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:29.055615496Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:29.842 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-04T21:25:30.104 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:30 smithi031 ceph-mon[24693]: from='client.25484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:30 smithi031 ceph-mon[24693]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:30.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:30 smithi031 ceph-mon[34661]: from='client.25484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:30.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:30 smithi031 ceph-mon[34661]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:30.853 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:25:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:30 smithi114 ceph-mon[28207]: from='client.25484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:30 smithi114 ceph-mon[28207]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:31.576 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-04T21:25:31.817 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:31 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/4112707129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:31.818 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:31 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/4112707129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:31.832 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:31 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/4112707129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:32.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:32.067617038Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:32.563 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)" 2024-09-04T21:25:32.796 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:32 smithi031 ceph-mon[24693]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:32.796 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:32 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:32.796 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:32 smithi031 ceph-mon[34661]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:32.796 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:32 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:32 smithi114 ceph-mon[28207]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:32 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:33.311 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-04T21:25:33.564 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:33.800 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:33 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1233674202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:33.800 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:33 smithi031 ceph-mon[24693]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:33.800 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:33 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1233674202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:33.800 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:33 smithi031 ceph-mon[34661]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:33.853 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:33 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1233674202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:33.853 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:33 smithi114 ceph-mon[28207]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:34.407 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:25:34.673 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:34 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1957235937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:34.673 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:34 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1957235937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:34.870 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:34 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1957235937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:35.079 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-04T21:25:35.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:35.053964866Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:35.335 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:35.760 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:35 smithi031 ceph-mon[24693]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:35.760 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:35 smithi031 ceph-mon[34661]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:35.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:35 smithi114 ceph-mon[28207]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:36.659 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:36 smithi031 ceph-mon[24693]: from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:36.660 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:36 smithi031 ceph-mon[34661]: from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:36.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:36 smithi114 ceph-mon[28207]: from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:37.292 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:25:37.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:37 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:37.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:37 smithi031 ceph-mon[24693]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:37.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:37 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:37.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:37 smithi031 ceph-mon[34661]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:37.892 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade status' 2024-09-04T21:25:37.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:37 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:37.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:37 smithi114 ceph-mon[28207]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:38.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:25:37] "GET /metrics HTTP/1.1" 200 38248 "" "Prometheus/2.51.0" 2024-09-04T21:25:38.143 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:38.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:38.062508632Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:38.792 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:25:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": null, 2024-09-04T21:25:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": false, 2024-09-04T21:25:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "", 2024-09-04T21:25:38.793 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:25:38.793 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": null, 2024-09-04T21:25:38.793 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-04T21:25:38.793 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:25:38.793 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:25:39.362 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:25:39.616 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:40.287 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:25:40.570 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:40 smithi031 ceph-mon[24693]: from='client.25514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:40.570 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:40 smithi031 ceph-mon[24693]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:40.570 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:40 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1705501151' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:25:40.570 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:40 smithi031 ceph-mon[34661]: from='client.25514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:40.570 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:40 smithi031 ceph-mon[34661]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:40.570 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:40 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1705501151' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:25:40.816 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '"'"'{print $2}'"'"')' 2024-09-04T21:25:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:40 smithi114 ceph-mon[28207]: from='client.25514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:40 smithi114 ceph-mon[28207]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:40 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/1705501151' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:25:41.064 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:41.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:41.055862972Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:42.700 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:42 smithi031 ceph-mon[24693]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:42.700 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:42 smithi031 ceph-mon[34661]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:42 smithi114 ceph-mon[28207]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:43.356 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[24693]: from='client.25526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[24693]: from='client.15639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mon", "hosts": "smithi114", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[34661]: from='client.25526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[34661]: from='client.15639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mon", "hosts": "smithi114", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:43.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:43 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:43 smithi114 ceph-mon[28207]: from='client.25526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:43 smithi114 ceph-mon[28207]: from='client.15639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mon", "hosts": "smithi114", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:43 smithi114 ceph-mon[28207]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:43 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:43 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:43 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:43 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:43.988 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-04T21:25:44.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:44.054595574Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:44 smithi031 ceph-mon[24693]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:44 smithi031 ceph-mon[24693]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:44 smithi031 ceph-mon[24693]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:44 smithi031 ceph-mon[34661]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:44 smithi031 ceph-mon[34661]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:44.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:44 smithi031 ceph-mon[34661]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:44.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:44 smithi114 ceph-mon[28207]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:44.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:44 smithi114 ceph-mon[28207]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:44 smithi114 ceph-mon[28207]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:45.115 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:25:45.777 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (61s) 56s ago 22m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (39s) 34s ago 21m 52.5M - c8b91775d855 f49ca3053983 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (2m) 56s ago 21m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (2m) 34s ago 26m 453M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (11m) 56s ago 27m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (27m) 56s ago 27m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (26m) 34s ago 26m 54.8M 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 78d0ec749ff5 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (26m) 56s ago 26m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (110s) 56s ago 21m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:25:46.367 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (104s) 34s ago 21m 10.9M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (25m) 56s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (25m) 56s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (25m) 56s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (24m) 56s ago 24m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (24m) 34s ago 24m 56.8M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (23m) 34s ago 23m 64.2M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (23m) 34s ago 23m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (23m) 34s ago 23m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (82s) 34s ago 22m 36.1M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (21m) 56s ago 21m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:25:46.368 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (21m) 34s ago 21m 91.6M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:25:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:25:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: Upgrade: Setting container_image for all mgr 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: Upgrade: It appears safe to stop mon.b 2024-09-04T21:25:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:46 smithi114 ceph-mon[28207]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:25:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:25:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all mgr 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: Upgrade: It appears safe to stop mon.b 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[24693]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:46.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:46.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all mgr 2024-09-04T21:25:46.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:46.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:25:46.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-04T21:25:46.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: Upgrade: It appears safe to stop mon.b 2024-09-04T21:25:46.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:46 smithi031 ceph-mon[34661]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:46.720 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:25:46.721 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:25:46.722 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 13, 2024-09-04T21:25:46.722 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:25:46.722 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:25:46.722 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:25:47.016 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:25:47.016 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:25:47.016 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:25:47.016 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi114", 2024-09-04T21:25:47.017 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:25:47.017 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/1 daemons upgraded", 2024-09-04T21:25:47.017 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mon daemons", 2024-09-04T21:25:47.017 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:25:47.017 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:25:47.236 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:47.051695781Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:47.236 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='client.25538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.236 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='client.15651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.236 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='client.25550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.237 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:47.237 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:25:47.237 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:25:47.237 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:47.237 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:47 smithi114 ceph-mon[28207]: from='client.? 172.21.15.31:0/609450582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='client.25538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='client.15651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='client.25550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:25:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:25:47.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/609450582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='client.25538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='client.15651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='client.25550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/609450582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:48.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:25:47] "GET /metrics HTTP/1.1" 200 38248 "" "Prometheus/2.51.0" 2024-09-04T21:25:48.404 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 systemd[1]: Stopping Ceph mon.b for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:25:48.405 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 ceph-mon[28207]: Upgrade: Updating mon.b 2024-09-04T21:25:48.405 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 ceph-mon[28207]: Deploying daemon mon.b on smithi114 2024-09-04T21:25:48.405 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 ceph-mon[28207]: from='client.25562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:48.405 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 ceph-mon[28207]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:48.405 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b[28203]: 2024-09-04T21:25:48.401+0000 7fd3f3d55640 -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-09-04T21:25:48.405 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b[28203]: 2024-09-04T21:25:48.401+0000 7fd3f3d55640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-09-04T21:25:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[24693]: Upgrade: Updating mon.b 2024-09-04T21:25:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[24693]: Deploying daemon mon.b on smithi114 2024-09-04T21:25:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[24693]: from='client.25562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:48.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[24693]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[34661]: Upgrade: Updating mon.b 2024-09-04T21:25:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[34661]: Deploying daemon mon.b on smithi114 2024-09-04T21:25:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[34661]: from='client.25562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:25:48.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:48 smithi031 ceph-mon[34661]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:48.938 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:48 smithi114 podman[92745]: 2024-09-04 21:25:48.667771121 +0000 UTC m=+0.370987068 container died 78d0ec749ff5087618ebad005898aa55826d86d6f8ce744900e0f829a637f0b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=squid-91c8a7e, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-04T21:25:49.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 podman[92745]: 2024-09-04 21:25:49.026625558 +0000 UTC m=+0.729841492 container cleanup 78d0ec749ff5087618ebad005898aa55826d86d6f8ce744900e0f829a637f0b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=squid-91c8a7e) 2024-09-04T21:25:49.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 bash[92745]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b 2024-09-04T21:25:49.692 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 podman[92757]: 2024-09-04 21:25:49.337028659 +0000 UTC m=+0.665326225 container remove 78d0ec749ff5087618ebad005898aa55826d86d6f8ce744900e0f829a637f0b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=squid-91c8a7e, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-04T21:25:49.692 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-04T21:25:49.692 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 systemd[1]: Stopped Ceph mon.b for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:25:49.692 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.b.service: Consumed 15.021s CPU time. 2024-09-04T21:25:49.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 systemd[1]: Starting Ceph mon.b for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:25:49.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 podman[92889]: 2024-09-04 21:25:49.803423902 +0000 UTC m=+0.016078801 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:25:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:49 smithi114 podman[92889]: 2024-09-04 21:25:49.930290191 +0000 UTC m=+0.142945073 container create 01214ed271049e74bafe0d45600ce77cf18a090a5568af74c63b234c2be36719 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-04T21:25:50.303 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:50.051966955Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 podman[92889]: 2024-09-04 21:25:50.20779802 +0000 UTC m=+0.420452900 container init 01214ed271049e74bafe0d45600ce77cf18a090a5568af74c63b234c2be36719 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 podman[92889]: 2024-09-04 21:25:50.210920198 +0000 UTC m=+0.423575091 container start 01214ed271049e74bafe0d45600ce77cf18a090a5568af74c63b234c2be36719 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True) 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: set uid:gid to 167:167 (ceph:ceph) 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev), process ceph-mon, pid 2 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: pidfile_write: ignore empty --pid-file 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: load: jerasure load: lrc 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: RocksDB version: 7.9.2 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Git sha 0 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Compile date 2024-09-04 14:08:26 2024-09-04T21:25:50.304 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: DB SUMMARY 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: DB Session ID: 1BYXWPBYMB2PPN4XSX83 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: CURRENT file: CURRENT 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: IDENTITY file: IDENTITY 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: MANIFEST file: MANIFEST-000010 size: 3377 Bytes 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000051.sst 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000049.log size: 79468 ; 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.error_if_exists: 0 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.create_if_missing: 0 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.paranoid_checks: 1 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-04T21:25:50.305 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.env: 0x563dbb527160 2024-09-04T21:25:50.306 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.fs: PosixFileSystem 2024-09-04T21:25:50.306 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.info_log: 0x563dbca6f880 2024-09-04T21:25:50.306 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_file_opening_threads: 16 2024-09-04T21:25:50.306 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.statistics: (nil) 2024-09-04T21:25:50.307 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.use_fsync: 0 2024-09-04T21:25:50.307 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_log_file_size: 0 2024-09-04T21:25:50.307 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.keep_log_file_num: 1000 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.recycle_log_file_num: 0 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.allow_fallocate: 1 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.allow_mmap_reads: 0 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.allow_mmap_writes: 0 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.use_direct_reads: 0 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.create_missing_column_families: 0 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.db_log_dir: 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.wal_dir: 2024-09-04T21:25:50.308 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-04T21:25:50.309 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-04T21:25:50.309 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-04T21:25:50.309 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-04T21:25:50.309 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-04T21:25:50.309 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.advise_random_on_open: 1 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.db_write_buffer_size: 0 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.write_buffer_manager: 0x563dbca72960 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.rate_limiter: (nil) 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.wal_recovery_mode: 2 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.enable_thread_tracking: 0 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.enable_pipelined_write: 0 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.unordered_write: 0 2024-09-04T21:25:50.310 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.row_cache: None 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.wal_filter: None 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.allow_ingest_behind: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.two_write_queues: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.manual_wal_flush: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.wal_compression: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.atomic_flush: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-04T21:25:50.311 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.log_readahead_size: 0 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.best_efforts_recovery: 0 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.allow_data_in_errors: 0 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.db_host_id: __hostname__ 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_background_jobs: 2 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_background_compactions: -1 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_subcompactions: 1 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-04T21:25:50.312 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_total_wal_size: 0 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_open_files: -1 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bytes_per_sync: 0 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_readahead_size: 0 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_background_flushes: -1 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Compression algorithms supported: 2024-09-04T21:25:50.313 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kZSTD supported: 0 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kXpressCompression supported: 0 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kBZip2Compression supported: 0 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kLZ4Compression supported: 1 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kZlibCompression supported: 1 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kLZ4HCCompression supported: 1 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: kSnappyCompression supported: 1 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.merge_operator: 2024-09-04T21:25:50.314 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_filter: None 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_filter_factory: None 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.sst_partitioner_factory: None 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563dbca6f4e0) 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: cache_index_and_filter_blocks: 1 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: pin_top_level_index_and_filter: 1 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: index_type: 0 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: data_block_index_type: 0 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: index_shortening: 1 2024-09-04T21:25:50.315 INFO:journalctl@ceph.mon.b.smithi114.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: checksum: 4 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: no_block_cache: 0 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_cache: 0x563dbca62850 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_cache_name: BinnedLRUCache 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_cache_options: 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: capacity : 536870912 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: num_shard_bits : 4 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: strict_capacity_limit : 0 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: high_pri_pool_ratio: 0.000 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_cache_compressed: (nil) 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: persistent_cache: (nil) 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_size: 4096 2024-09-04T21:25:50.316 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_size_deviation: 10 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_restart_interval: 16 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: index_block_restart_interval: 1 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: metadata_block_size: 4096 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: partition_filters: 0 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: use_delta_encoding: 1 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: filter_policy: bloomfilter 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: whole_key_filtering: 1 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: verify_compression: 0 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: read_amp_bytes_per_bit: 0 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: format_version: 5 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: enable_index_compression: 1 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: block_align: 0 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: max_auto_readahead_size: 262144 2024-09-04T21:25:50.317 INFO:journalctl@ceph.mon.b.smithi114.stdout: prepopulate_block_cache: 0 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout: initial_auto_readahead_size: 8192 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout: num_file_reads_for_auto_readahead: 2 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.write_buffer_size: 33554432 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_write_buffer_number: 2 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression: NoCompression 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression: Disabled 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.prefix_extractor: nullptr 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.num_levels: 7 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-04T21:25:50.318 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.level: 32767 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.strategy: 0 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-04T21:25:50.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.enabled: false 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.target_file_size_base: 67108864 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-04T21:25:50.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.arena_block_size: 1048576 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.disable_auto_compactions: 0 2024-09-04T21:25:50.321 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.inplace_update_support: 0 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-04T21:25:50.322 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.bloom_locality: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.max_successive_merges: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.paranoid_file_checks: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.force_consistency_checks: 1 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.report_bg_io_stats: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.ttl: 2592000 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.enable_blob_files: false 2024-09-04T21:25:50.323 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.min_blob_size: 0 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.blob_file_size: 268435456 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.blob_file_starting_level: 0 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 53, last_sequence is 26314, log_number is 49,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 49 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 49 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ce39c965-9ea5-4393-94c6-be603d982c1c 2024-09-04T21:25:50.324 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485150237853, "job": 1, "event": "recovery_started", "wal_files": [49]} 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #49 mode 2 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485150238498, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 54, "file_size": 53738, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 26319, "largest_seqno": 26367, "table_properties": {"data_size": 52406, "index_size": 166, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 133, "raw_key_size": 869, "raw_average_key_size": 26, "raw_value_size": 51593, "raw_average_value_size": 1563, "num_data_blocks": 7, "num_entries": 33, "num_filter_entries": 33, "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": "[CompactOnDeletionCollector]", "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": 1725485150, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ce39c965-9ea5-4393-94c6-be603d982c1c", "db_session_id": "1BYXWPBYMB2PPN4XSX83", "orig_file_number": 54, "seqno_to_time_mapping": "N/A"}} 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485150238591, "job": 1, "event": "recovery_finished"} 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/version_set.cc:5047] Creating manifest 56 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000049.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563dbca92e00 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: DB pointer 0x563dbcb92000 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout: ** DB Stats ** 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T21:25:50.325 INFO:journalctl@ceph.mon.b.smithi114.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-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.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-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: ** Compaction Stats [default] ** 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.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-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: L0 1/0 52.48 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: L6 1/0 9.35 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: Sum 2/0 9.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.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 124.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T21:25:50.326 INFO:journalctl@ceph.mon.b.smithi114.stdout: 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: ** Compaction Stats [default] ** 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.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-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.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 124.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-04T21:25:50.327 INFO:journalctl@ceph.mon.b.smithi114.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: Cumulative compaction: 0.00 GB write, 18.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: Interval compaction: 0.00 GB write, 18.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.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-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: Block cache BinnedLRUCache@0x563dbca62850#2 capacity: 512.00 MB usage: 0.42 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.25 KB,4.76837e-05%) Misc(1,0.00 KB,0%) 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: starting mon.b rank 1 at public addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] at bind addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???) e3 preinit fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???).mds e1 new map 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???).mds e1 print_map 2024-09-04T21:25:50.328 INFO:journalctl@ceph.mon.b.smithi114.stdout: e1 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout: btime 2024-09-04T20:57:58:927058+0000 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.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,11=minor log segments,12=quiesce subvolumes} 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout: legacy client fscid: -1 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout: 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout: No filesystems configured 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???).osd e111 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 ceph-mon[92908]: mon.b@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 bash[92889]: 01214ed271049e74bafe0d45600ce77cf18a090a5568af74c63b234c2be36719 2024-09-04T21:25:50.329 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:50 smithi114 systemd[1]: Started Ceph mon.b for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:25:51.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:51.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: mon.b calling monitor election 2024-09-04T21:25:51.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: mon.a calling monitor election 2024-09-04T21:25:51.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:25:51.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: monmap epoch 3 2024-09-04T21:25:51.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:25:51.758 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: min_mon_release 19 (squid) 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: election_strategy: 1 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: fsmap 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: overall HEALTH_OK 2024-09-04T21:25:51.759 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:51.760 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:51 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: mon.b calling monitor election 2024-09-04T21:25:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: mon.a calling monitor election 2024-09-04T21:25:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: monmap epoch 3 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: min_mon_release 19 (squid) 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: election_strategy: 1 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: fsmap 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-04T21:25:51.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: overall HEALTH_OK 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: mon.b calling monitor election 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: mon.a calling monitor election 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: monmap epoch 3 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:25:51.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: min_mon_release 19 (squid) 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: election_strategy: 1 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: fsmap 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: overall HEALTH_OK 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:51.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:51 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:52.738 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:52 smithi114 ceph-mon[92908]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:52.738 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:52.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:52 smithi031 ceph-mon[24693]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:52.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:52 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:52 smithi031 ceph-mon[34661]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:52 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:25:53.330 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:53.055128401Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:53.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:53 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:53.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:53 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:53.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:53 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:25:54.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:54 smithi031 ceph-mon[24693]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:54.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:54 smithi031 ceph-mon[34661]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:54.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:54 smithi114 ceph-mon[92908]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:25:55.565 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:25:55.249+0000 7fb81c7ef640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-04T21:25:55.841 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:55 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.841 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:55 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.841 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:55 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.841 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:55 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.841 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:55 smithi114 ceph-mon[92908]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:55.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[24693]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:55.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:55.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:55 smithi031 ceph-mon[34661]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:56.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:56.052357506Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:58.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:25:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:25:57] "GET /metrics HTTP/1.1" 200 38171 "" "Prometheus/2.51.0" 2024-09-04T21:25:58.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:58.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:58.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-04T21:25:58.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.856 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:58.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:58.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:58 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:25:59.054541123Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all crash 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all mds 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all nfs 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all node-exporter 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all prometheus 2024-09-04T21:25:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all alertmanager 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all grafana 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all loki 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all promtail 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: Upgrade: Finalizing container_image settings 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all crash 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all mds 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:25:59.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all nfs 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all node-exporter 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all prometheus 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all alertmanager 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all grafana 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all loki 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all promtail 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: Upgrade: Finalizing container_image settings 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:59.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:59.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:25:59.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:59.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:59.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:25:59 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all crash 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mds 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nfs 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:25:59.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all node-exporter 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all prometheus 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all alertmanager 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all grafana 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all loki 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all promtail 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: Upgrade: Finalizing container_image settings 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:25:59.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-04T21:25:59.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:59.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-04T21:25:59.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:25:59.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:59.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-04T21:25:59.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:59.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-04T21:25:59.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-04T21:25:59.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:59.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-04T21:25:59.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:25:59.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:59.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:59.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:25:59.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:25:59.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:25:59.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:25:59 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:00.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:00 smithi031 ceph-mon[34661]: Upgrade: Complete! 2024-09-04T21:26:00.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:00 smithi031 ceph-mon[34661]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:00 smithi031 ceph-mon[24693]: Upgrade: Complete! 2024-09-04T21:26:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:00 smithi031 ceph-mon[24693]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:00.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:00 smithi114 ceph-mon[92908]: Upgrade: Complete! 2024-09-04T21:26:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:00 smithi114 ceph-mon[92908]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:02.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:02.052201283Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:02.813 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:02 smithi114 ceph-mon[92908]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:02.813 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:02 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:02 smithi031 ceph-mon[24693]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:02 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:02 smithi031 ceph-mon[34661]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:02 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:03 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:03 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:03.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:03 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:04 smithi031 ceph-mon[24693]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:04.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:04 smithi031 ceph-mon[34661]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:04.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:04 smithi114 ceph-mon[92908]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:05.383 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:05.068948758Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:06 smithi031 ceph-mon[24693]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:06.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:06 smithi031 ceph-mon[34661]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:06.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:06 smithi114 ceph-mon[92908]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:07.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:07 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:07.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:07 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:07.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:08.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:26:07] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.51.0" 2024-09-04T21:26:08.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:08.06369439Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:08 smithi031 ceph-mon[24693]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:08.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:08 smithi031 ceph-mon[34661]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:08.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:08 smithi114 ceph-mon[92908]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:10 smithi031 ceph-mon[24693]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:10 smithi031 ceph-mon[34661]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:10.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:10 smithi114 ceph-mon[92908]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:11.057068585Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:12.770 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:12 smithi031 ceph-mon[34661]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:12.770 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:12 smithi031 ceph-mon[24693]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:12 smithi114 ceph-mon[92908]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:13.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:13 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:13 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:13 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:14.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:14.061728518Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:14.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:14 smithi031 ceph-mon[24693]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:14.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:14 smithi031 ceph-mon[34661]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:14.880 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:14 smithi114 ceph-mon[92908]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:16 smithi031 ceph-mon[24693]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:16 smithi031 ceph-mon[34661]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:16.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:16 smithi114 ceph-mon[92908]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:17.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:17.064816421Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:18.041 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:26:17] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.51.0" 2024-09-04T21:26:18.074 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:26:18.331 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:26:18.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:18 smithi031 ceph-mon[24693]: from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:18.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:18 smithi031 ceph-mon[24693]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:18.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:18 smithi031 ceph-mon[34661]: from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:18.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:18 smithi031 ceph-mon[34661]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:18.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:18 smithi114 ceph-mon[92908]: from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:18.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:18 smithi114 ceph-mon[92908]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (94s) 88s ago 22m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (71s) 24s ago 22m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (2m) 88s ago 21m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (2m) 24s ago 26m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (11m) 88s ago 28m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (28m) 88s ago 28m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (29s) 24s ago 27m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:26:19.111 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (26m) 88s ago 26m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (2m) 88s ago 22m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (2m) 24s ago 22m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (26m) 88s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (26m) 88s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (25m) 88s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (25m) 88s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (24m) 24s ago 24m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (24m) 24s ago 24m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (24m) 24s ago 24m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (23m) 24s ago 23m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (114s) 24s ago 23m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:26:19.112 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (22m) 88s ago 22m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:26:19.113 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (22m) 24s ago 22m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:26:19.745 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-04T21:26:19.997 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:26:20.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:20.051749382Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:20 smithi031 ceph-mon[24693]: from='client.25574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:20 smithi031 ceph-mon[24693]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:20 smithi031 ceph-mon[34661]: from='client.25574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:20.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:20 smithi031 ceph-mon[34661]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:20.851 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:26:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:20 smithi114 ceph-mon[92908]: from='client.25574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:20 smithi114 ceph-mon[92908]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:21.418 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade status' 2024-09-04T21:26:21.670 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:26:21.782 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:21 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/2527848220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:21.782 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:21 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/2527848220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:21.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:21 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/2527848220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:22.472 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:26:22.473 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": null, 2024-09-04T21:26:22.473 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": false, 2024-09-04T21:26:22.473 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "", 2024-09-04T21:26:22.473 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:26:22.473 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": null, 2024-09-04T21:26:22.474 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-04T21:26:22.474 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:26:22.474 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:26:22.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:22 smithi031 ceph-mon[24693]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:22.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:22 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:22.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:22 smithi031 ceph-mon[34661]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:22.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:22 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:22 smithi114 ceph-mon[92908]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:23.110 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:26:23.361 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:26:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:23.05515775Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:23.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:23 smithi031 ceph-mon[24693]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:23.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:23 smithi031 ceph-mon[24693]: from='client.15693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:23.794 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:23 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:23.794 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:23 smithi031 ceph-mon[34661]: from='client.15693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:23 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:23 smithi114 ceph-mon[92908]: from='client.15693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:24.060 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:26:24.658 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '"'"'{print $2}'"'"')' 2024-09-04T21:26:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:24 smithi031 ceph-mon[24693]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:24 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/863829927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:26:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:24 smithi031 ceph-mon[34661]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:24 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/863829927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:26:24.908 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:26:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:24 smithi114 ceph-mon[92908]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:24 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/863829927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-04T21:26:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:25 smithi031 ceph-mon[24693]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:25 smithi031 ceph-mon[24693]: from='client.25598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:25 smithi031 ceph-mon[34661]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:25 smithi031 ceph-mon[34661]: from='client.25598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:25 smithi114 ceph-mon[92908]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:25 smithi114 ceph-mon[92908]: from='client.25598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:26.055619729Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:26.834 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:26 smithi031 ceph-mon[24693]: from='client.25604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mon", "hosts": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:26.834 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:26 smithi031 ceph-mon[34661]: from='client.25604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mon", "hosts": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:26.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:26 smithi114 ceph-mon[92908]: from='client.25604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "mon", "hosts": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:27.134 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:27.832 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-04T21:26:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:26:27] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.51.0" 2024-09-04T21:26:28.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:28 smithi114 ceph-mon[92908]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:28.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:28 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:28 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:28 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:26:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:28 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:28 smithi114 ceph-mon[92908]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:28.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:28 smithi114 ceph-mon[92908]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[24693]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:26:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[24693]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:28.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[24693]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[34661]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:26:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[34661]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:28.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:28 smithi031 ceph-mon[34661]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:28.981 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:26:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:29.054387793Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:29.758 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:26:29.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:29.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:26:29.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:26:29.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: Upgrade: Setting container_image for all mgr 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:26:29.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-04T21:26:30.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mgr 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: Upgrade: It appears safe to stop mon.a 2024-09-04T21:26:30.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:29 smithi114 ceph-mon[92908]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:30.240 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:26:30.240 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:30.240 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: Upgrade: Setting container_image for all mgr 2024-09-04T21:26:30.240 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:30.240 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:26:30.240 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-04T21:26:30.240 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: Upgrade: It appears safe to stop mon.a 2024-09-04T21:26:30.241 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[24693]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:30.241 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: Upgrade: It appears safe to stop mon.a 2024-09-04T21:26:30.241 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:29 smithi031 ceph-mon[34661]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:30.327 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:26:30.327 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (105s) 100s ago 22m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (83s) 35s ago 22m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (2m) 100s ago 22m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (2m) 35s ago 26m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (12m) 100s ago 28m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (28m) 100s ago 28m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 645c11d2d121 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (40s) 35s ago 27m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (27m) 100s ago 27m - 2048M 19.1.1-259-g91c8a7e5 77770cf7e895 b4a5d98023e9 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (2m) 100s ago 22m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (2m) 35s ago 22m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (26m) 100s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (26m) 100s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (25m) 100s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:26:30.328 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (25m) 100s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:26:30.329 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (25m) 35s ago 25m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:26:30.329 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (24m) 35s ago 24m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:26:30.329 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (24m) 35s ago 24m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:26:30.329 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (23m) 35s ago 23m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:26:30.329 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 35s ago 23m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:26:30.329 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (22m) 100s ago 22m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:26:30.329 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (22m) 35s ago 22m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:26:30.685 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:26:30.685 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:26:30.685 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2, 2024-09-04T21:26:30.685 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 1 2024-09-04T21:26:30.685 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 12, 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:26:30.686 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi031", 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/2 daemons upgraded", 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mon daemons", 2024-09-04T21:26:30.993 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:26:30.994 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:26:31.180 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='client.25610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='client.15723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='client.15729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[24693]: from='client.? 172.21.15.31:0/1831609127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='client.25610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='client.15723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='client.15729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.181 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:31.182 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:26:31.182 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:26:31.182 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:31.182 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:30 smithi031 ceph-mon[34661]: from='client.? 172.21.15.31:0/1831609127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:31.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='client.25610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='client.15723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='client.15729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:26:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:26:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:31.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:30 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/1831609127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:32.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:32.054144087Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:32.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:31 smithi114 ceph-mon[92908]: Upgrade: Updating mon.a 2024-09-04T21:26:32.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:31 smithi114 ceph-mon[92908]: Deploying daemon mon.a on smithi031 2024-09-04T21:26:32.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:31 smithi114 ceph-mon[92908]: from='client.25634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:32.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:31 smithi114 ceph-mon[92908]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:32.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[24693]: Upgrade: Updating mon.a 2024-09-04T21:26:32.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[24693]: Deploying daemon mon.a on smithi031 2024-09-04T21:26:32.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[24693]: from='client.25634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:32.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[24693]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:32.314 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[34661]: Upgrade: Updating mon.a 2024-09-04T21:26:32.315 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[34661]: Deploying daemon mon.a on smithi031 2024-09-04T21:26:32.315 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[34661]: from='client.25634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:26:32.315 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:31 smithi031 ceph-mon[34661]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:32.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:32 smithi031 systemd[1]: Stopping Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:26:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:32 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a[24689]: 2024-09-04T21:26:32.573+0000 7f80ee853640 -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-09-04T21:26:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:32 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a[24689]: 2024-09-04T21:26:32.573+0000 7f80ee853640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-04T21:26:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:32 smithi031 podman[107996]: 2024-09-04 21:26:32.596042497 +0000 UTC m=+0.134847990 container died 645c11d2d12197f14995922b277ef29e9f3d77c15a8ec10936443bd538a9295c (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-91c8a7e, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-04T21:26:33.227 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:32 smithi031 podman[107996]: 2024-09-04 21:26:32.94185569 +0000 UTC m=+0.480661182 container cleanup 645c11d2d12197f14995922b277ef29e9f3d77c15a8ec10936443bd538a9295c (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-91c8a7e, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True) 2024-09-04T21:26:33.228 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:32 smithi031 bash[107996]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a 2024-09-04T21:26:33.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 podman[108009]: 2024-09-04 21:26:33.226565142 +0000 UTC m=+0.628710738 container remove 645c11d2d12197f14995922b277ef29e9f3d77c15a8ec10936443bd538a9295c (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, RELEASE=squid-91c8a7e, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-04T21:26:33.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-04T21:26:33.589 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 systemd[1]: Stopped Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:26:33.590 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service: Consumed 23.796s CPU time. 2024-09-04T21:26:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 systemd[1]: Starting Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:26:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 podman[108137]: 2024-09-04 21:26:33.786137764 +0000 UTC m=+0.102323533 container create c22da4b89e332def5f48b76b7a4865e10515e08c89891fae387e917df351426a (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-04T21:26:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 podman[108137]: 2024-09-04 21:26:33.699652987 +0000 UTC m=+0.015838764 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 podman[108137]: 2024-09-04 21:26:33.990769314 +0000 UTC m=+0.306955076 container init c22da4b89e332def5f48b76b7a4865e10515e08c89891fae387e917df351426a (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:33 smithi031 podman[108137]: 2024-09-04 21:26:33.994094529 +0000 UTC m=+0.310280293 container start c22da4b89e332def5f48b76b7a4865e10515e08c89891fae387e917df351426a (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: set uid:gid to 167:167 (ceph:ceph) 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev), process ceph-mon, pid 2 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: pidfile_write: ignore empty --pid-file 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: load: jerasure load: lrc 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: RocksDB version: 7.9.2 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Git sha 0 2024-09-04T21:26:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Compile date 2024-09-04 14:08:26 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: DB SUMMARY 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: DB Session ID: IDNDNOJ99US9U6H3RLFS 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: CURRENT file: CURRENT 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: IDENTITY file: IDENTITY 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: MANIFEST file: MANIFEST-000015 size: 3479 Bytes 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000056.sst 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000054.log size: 945317 ; 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.error_if_exists: 0 2024-09-04T21:26:34.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.create_if_missing: 0 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.paranoid_checks: 1 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.env: 0x55e691ff5160 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.fs: PosixFileSystem 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.info_log: 0x55e69337f880 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_file_opening_threads: 16 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.statistics: (nil) 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.use_fsync: 0 2024-09-04T21:26:34.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_log_file_size: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.keep_log_file_num: 1000 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.recycle_log_file_num: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.allow_fallocate: 1 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.allow_mmap_reads: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.allow_mmap_writes: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.use_direct_reads: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.create_missing_column_families: 0 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.db_log_dir: 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.wal_dir: 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-04T21:26:34.354 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.advise_random_on_open: 1 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.db_write_buffer_size: 0 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.write_buffer_manager: 0x55e693382960 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.rate_limiter: (nil) 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.wal_recovery_mode: 2 2024-09-04T21:26:34.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.enable_thread_tracking: 0 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.enable_pipelined_write: 0 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.unordered_write: 0 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.row_cache: None 2024-09-04T21:26:34.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.wal_filter: None 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.allow_ingest_behind: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.two_write_queues: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.manual_wal_flush: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.wal_compression: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.atomic_flush: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-04T21:26:34.358 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.log_readahead_size: 0 2024-09-04T21:26:34.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-04T21:26:34.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.best_efforts_recovery: 0 2024-09-04T21:26:34.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-04T21:26:34.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-04T21:26:34.359 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.allow_data_in_errors: 0 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.db_host_id: __hostname__ 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_background_jobs: 2 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_background_compactions: -1 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_subcompactions: 1 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-04T21:26:34.360 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_total_wal_size: 0 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_open_files: -1 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bytes_per_sync: 0 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_readahead_size: 0 2024-09-04T21:26:34.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_background_flushes: -1 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Compression algorithms supported: 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kZSTD supported: 0 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kXpressCompression supported: 0 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kBZip2Compression supported: 0 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kLZ4Compression supported: 1 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kZlibCompression supported: 1 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kLZ4HCCompression supported: 1 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: kSnappyCompression supported: 1 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-04T21:26:34.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.merge_operator: 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_filter: None 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_filter_factory: None 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.sst_partitioner_factory: None 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e69337f4e0) 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks: 1 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-04T21:26:34.363 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_top_level_index_and_filter: 1 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_type: 0 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_index_type: 0 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_shortening: 1 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: checksum: 4 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: no_block_cache: 0 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache: 0x55e693372850 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_name: BinnedLRUCache 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_options: 2024-09-04T21:26:34.364 INFO:journalctl@ceph.mon.a.smithi031.stdout: capacity : 536870912 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_shard_bits : 4 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: strict_capacity_limit : 0 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: high_pri_pool_ratio: 0.000 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_compressed: (nil) 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: persistent_cache: (nil) 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size: 4096 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size_deviation: 10 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_restart_interval: 16 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_block_restart_interval: 1 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: metadata_block_size: 4096 2024-09-04T21:26:34.365 INFO:journalctl@ceph.mon.a.smithi031.stdout: partition_filters: 0 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: use_delta_encoding: 1 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: filter_policy: bloomfilter 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: whole_key_filtering: 1 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: verify_compression: 0 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: read_amp_bytes_per_bit: 0 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: format_version: 5 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_index_compression: 1 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_align: 0 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: max_auto_readahead_size: 262144 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: prepopulate_block_cache: 0 2024-09-04T21:26:34.366 INFO:journalctl@ceph.mon.a.smithi031.stdout: initial_auto_readahead_size: 8192 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_file_reads_for_auto_readahead: 2 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.write_buffer_size: 33554432 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_write_buffer_number: 2 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression: NoCompression 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression: Disabled 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.prefix_extractor: nullptr 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.num_levels: 7 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-04T21:26:34.367 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-04T21:26:34.368 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.level: 32767 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.strategy: 0 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.enabled: false 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.target_file_size_base: 67108864 2024-09-04T21:26:34.369 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-04T21:26:34.370 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.arena_block_size: 1048576 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.disable_auto_compactions: 0 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-04T21:26:34.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.inplace_update_support: 0 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.bloom_locality: 0 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.max_successive_merges: 0 2024-09-04T21:26:34.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.paranoid_file_checks: 0 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.force_consistency_checks: 1 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.report_bg_io_stats: 0 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.ttl: 2592000 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.enable_blob_files: false 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.min_blob_size: 0 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.blob_file_size: 268435456 2024-09-04T21:26:34.373 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.blob_file_starting_level: 0 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 58, last_sequence is 24389, log_number is 54,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 54 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 54 2024-09-04T21:26:34.374 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 098896ba-8009-49a5-816e-f4a9ae2ec2ee 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485194020637, "job": 1, "event": "recovery_started", "wal_files": [54]} 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #54 mode 2 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485194024987, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 59, "file_size": 882385, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 24390, "largest_seqno": 25308, "table_properties": {"data_size": 878038, "index_size": 2091, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1221, "raw_key_size": 12300, "raw_average_key_size": 26, "raw_value_size": 868508, "raw_average_value_size": 1859, "num_data_blocks": 93, "num_entries": 467, "num_filter_entries": 467, "num_deletions": 8, "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": "[CompactOnDeletionCollector]", "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": 1725485194, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "098896ba-8009-49a5-816e-f4a9ae2ec2ee", "db_session_id": "IDNDNOJ99US9U6H3RLFS", "orig_file_number": 59, "seqno_to_time_mapping": "N/A"}} 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485194025215, "job": 1, "event": "recovery_finished"} 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/version_set.cc:5047] Creating manifest 61 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000054.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e6933a2e00 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: DB pointer 0x55e6934a2000 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-04T21:26:34.375 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** DB Stats ** 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T21:26:34.376 INFO:journalctl@ceph.mon.a.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: L0 1/0 861.70 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 301.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: L6 1/0 9.35 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: Sum 2/0 10.20 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 301.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.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 301.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.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 301.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T21:26:34.377 INFO:journalctl@ceph.mon.a.smithi031.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: Flush(GB): cumulative 0.001, interval 0.001 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative compaction: 0.00 GB write, 116.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval compaction: 0.00 GB write, 116.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T21:26:34.379 INFO:journalctl@ceph.mon.a.smithi031.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-09-04T21:26:34.379 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache BinnedLRUCache@0x55e693372850#2 capacity: 512.00 MB usage: 3.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-04T21:26:34.379 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,1.28 KB,0.000244379%) IndexBlock(1,2.33 KB,0.000444055%) Misc(1,0.00 KB,0%) 2024-09-04T21:26:34.379 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T21:26:34.379 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-04T21:26:34.379 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: starting mon.a rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???) e3 preinit fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???).mds e1 new map 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???).mds e1 print_map 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout: e1 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout: btime 2024-09-04T20:57:58:927058+0000 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.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,11=minor log segments,12=quiesce subvolumes} 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout: legacy client fscid: -1 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2024-09-04T21:26:34.380 INFO:journalctl@ceph.mon.a.smithi031.stdout: No filesystems configured 2024-09-04T21:26:34.381 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???).osd e111 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-04T21:26:34.381 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:26:34.381 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:26:34.381 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:26:34.381 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 ceph-mon[108156]: mon.a@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2024-09-04T21:26:34.381 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 bash[108137]: c22da4b89e332def5f48b76b7a4865e10515e08c89891fae387e917df351426a 2024-09-04T21:26:34.381 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:34 smithi031 systemd[1]: Started Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:26:35.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:35.063264695Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:37.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: mon.a calling monitor election 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: monmap epoch 3 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: min_mon_release 19 (squid) 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: election_strategy: 1 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:26:37.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:26:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: fsmap 2024-09-04T21:26:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:26:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-04T21:26:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: overall HEALTH_OK 2024-09-04T21:26:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='' 2024-09-04T21:26:37.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:37 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: mon.a calling monitor election 2024-09-04T21:26:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:26:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: monmap epoch 3 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: min_mon_release 19 (squid) 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: election_strategy: 1 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: fsmap 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: overall HEALTH_OK 2024-09-04T21:26:37.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='' 2024-09-04T21:26:37.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:37.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:37.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: mon.a calling monitor election 2024-09-04T21:26:37.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:37.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:26:37.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: monmap epoch 3 2024-09-04T21:26:37.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: min_mon_release 19 (squid) 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: election_strategy: 1 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: fsmap 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: overall HEALTH_OK 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='' 2024-09-04T21:26:37.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:38.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:26:37] "GET /metrics HTTP/1.1" 200 38171 "" "Prometheus/2.51.0" 2024-09-04T21:26:38.432 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:38.432 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:38 smithi031 ceph-mon[108156]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:38.433 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:38 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:38.433 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:38 smithi031 ceph-mon[34661]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-04T21:26:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:38 smithi114 ceph-mon[92908]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:38.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:38.05662375Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:39.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:39 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:26:39.035+0000 7fb81c7ef640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-04T21:26:40.772 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:40 smithi031 ceph-mon[108156]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:40.772 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:40 smithi031 ceph-mon[34661]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:40 smithi114 ceph-mon[92908]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:41.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:41.061993489Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[108156]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[34661]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:42.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:42 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:42 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:42 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:42 smithi114 ceph-mon[92908]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:42 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:42.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:42 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:43.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:43 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:43.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:43 smithi031 ceph-mon[34661]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:43.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:43 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:26:43.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=infra.usagestats t=2024-09-04T21:26:42.997385577Z level=info msg="Usage stats are ready to report" 2024-09-04T21:26:44.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:44 smithi031 ceph-mon[108156]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:44.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:44 smithi031 ceph-mon[34661]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:44.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:44 smithi114 ceph-mon[92908]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:26:44.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:44.063768979Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: Upgrade: It appears safe to stop mon.c 2024-09-04T21:26:46.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[108156]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: Upgrade: It appears safe to stop mon.c 2024-09-04T21:26:46.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:45 smithi031 ceph-mon[34661]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:46.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: Upgrade: It appears safe to stop mon.c 2024-09-04T21:26:46.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:45 smithi114 ceph-mon[92908]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:47.385 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:47.055861066Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:47.470 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[34661]: Upgrade: Updating mon.c 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[34661]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[34661]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[34661]: Deploying daemon mon.c on smithi031 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[108156]: Upgrade: Updating mon.c 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[108156]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:26:47.471 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:26:47.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:47.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-mon[108156]: Deploying daemon mon.c on smithi031 2024-09-04T21:26:47.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:47 smithi114 ceph-mon[92908]: Upgrade: Updating mon.c 2024-09-04T21:26:47.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:47 smithi114 ceph-mon[92908]: from='mgr.15303 ' entity='mgr.y' 2024-09-04T21:26:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:47 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-04T21:26:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:47 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-04T21:26:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:47 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-04T21:26:47.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:47 smithi114 ceph-mon[92908]: Deploying daemon mon.c on smithi031 2024-09-04T21:26:48.072 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:26:47] "GET /metrics HTTP/1.1" 200 38171 "" "Prometheus/2.51.0" 2024-09-04T21:26:48.331 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:48 smithi031 systemd[1]: Stopping Ceph mon.c for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:26:48.331 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c[34657]: 2024-09-04T21:26:48.316+0000 7f3b7413e640 -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-09-04T21:26:48.331 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c[34657]: 2024-09-04T21:26:48.316+0000 7f3b7413e640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-09-04T21:26:48.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:26:48] ENGINE Bus STOPPING 2024-09-04T21:26:48.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:48 smithi031 podman[111819]: 2024-09-04 21:26:48.348473013 +0000 UTC m=+0.129772997 container died b4a5d98023e930ec153ffd3c045b9420c7a2d180f74f0a422a774c1c84f12fcd (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=squid-91c8a7e, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS) 2024-09-04T21:26:48.932 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:48 smithi031 podman[111819]: 2024-09-04 21:26:48.725033322 +0000 UTC m=+0.506333305 container cleanup b4a5d98023e930ec153ffd3c045b9420c7a2d180f74f0a422a774c1c84f12fcd (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, org.label-schema.build-date=20240731, RELEASE=squid-91c8a7e, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:26:48.933 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:48 smithi031 bash[111819]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c 2024-09-04T21:26:48.933 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:26:48] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:26:48.933 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:26:48] ENGINE Bus STOPPED 2024-09-04T21:26:48.933 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:26:48] ENGINE Bus STARTING 2024-09-04T21:26:48.933 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:26:48] ENGINE Serving on http://:::9283 2024-09-04T21:26:49.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:48 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:26:48] ENGINE Bus STARTED 2024-09-04T21:26:49.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:48 smithi031 podman[111831]: 2024-09-04 21:26:48.976511757 +0000 UTC m=+0.625354031 container remove b4a5d98023e930ec153ffd3c045b9420c7a2d180f74f0a422a774c1c84f12fcd (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=squid-91c8a7e) 2024-09-04T21:26:49.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-04T21:26:49.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 systemd[1]: Stopped Ceph mon.c for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:26:49.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.c.service: Consumed 15.201s CPU time. 2024-09-04T21:26:49.673 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 systemd[1]: Starting Ceph mon.c for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:26:49.673 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 podman[111970]: 2024-09-04 21:26:49.577813693 +0000 UTC m=+0.112607379 container create 873833057f48e7818c731bdc31880c502e65c5c8c42340334e7fcccd7aec2b3e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-04T21:26:49.673 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 podman[111970]: 2024-09-04 21:26:49.481231561 +0000 UTC m=+0.016025244 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:26:50.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 podman[111970]: 2024-09-04 21:26:49.780998123 +0000 UTC m=+0.315791805 container init 873833057f48e7818c731bdc31880c502e65c5c8c42340334e7fcccd7aec2b3e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2) 2024-09-04T21:26:50.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 podman[111970]: 2024-09-04 21:26:49.784878952 +0000 UTC m=+0.319672625 container start 873833057f48e7818c731bdc31880c502e65c5c8c42340334e7fcccd7aec2b3e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:26:50.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: set uid:gid to 167:167 (ceph:ceph) 2024-09-04T21:26:50.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev), process ceph-mon, pid 2 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: pidfile_write: ignore empty --pid-file 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: load: jerasure load: lrc 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: RocksDB version: 7.9.2 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Git sha 0 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Compile date 2024-09-04 14:08:26 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: DB SUMMARY 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: DB Session ID: 2RE2V6UOLIKAT06P4GEO 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: CURRENT file: CURRENT 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: IDENTITY file: IDENTITY 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: MANIFEST file: MANIFEST-000010 size: 3620 Bytes 2024-09-04T21:26:50.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000054.sst 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000052.log size: 164836 ; 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.error_if_exists: 0 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.create_if_missing: 0 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.paranoid_checks: 1 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.env: 0x55a18bc18160 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.fs: PosixFileSystem 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.info_log: 0x55a18d4a7880 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_file_opening_threads: 16 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.statistics: (nil) 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.use_fsync: 0 2024-09-04T21:26:50.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_log_file_size: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.keep_log_file_num: 1000 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.recycle_log_file_num: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.allow_fallocate: 1 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.allow_mmap_reads: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.allow_mmap_writes: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.use_direct_reads: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.create_missing_column_families: 0 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.db_log_dir: 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.wal_dir: 2024-09-04T21:26:50.104 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.advise_random_on_open: 1 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.db_write_buffer_size: 0 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.write_buffer_manager: 0x55a18d4aa960 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.rate_limiter: (nil) 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.wal_recovery_mode: 2 2024-09-04T21:26:50.105 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.enable_thread_tracking: 0 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.enable_pipelined_write: 0 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.unordered_write: 0 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.row_cache: None 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.wal_filter: None 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.allow_ingest_behind: 0 2024-09-04T21:26:50.106 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.two_write_queues: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.manual_wal_flush: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.wal_compression: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.atomic_flush: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.log_readahead_size: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.best_efforts_recovery: 0 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-04T21:26:50.107 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.allow_data_in_errors: 0 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.db_host_id: __hostname__ 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_background_jobs: 2 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_background_compactions: -1 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_subcompactions: 1 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_total_wal_size: 0 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-04T21:26:50.108 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_open_files: -1 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bytes_per_sync: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_readahead_size: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_background_flushes: -1 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Compression algorithms supported: 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kZSTD supported: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kXpressCompression supported: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kBZip2Compression supported: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-04T21:26:50.109 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kLZ4Compression supported: 1 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kZlibCompression supported: 1 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kLZ4HCCompression supported: 1 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: kSnappyCompression supported: 1 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.merge_operator: 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_filter: None 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_filter_factory: None 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.sst_partitioner_factory: None 2024-09-04T21:26:50.110 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a18d4a74e0) 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: cache_index_and_filter_blocks: 1 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: pin_top_level_index_and_filter: 1 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: index_type: 0 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: data_block_index_type: 0 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: index_shortening: 1 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: checksum: 4 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: no_block_cache: 0 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache: 0x55a18d49a850 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache_name: BinnedLRUCache 2024-09-04T21:26:50.111 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache_options: 2024-09-04T21:26:50.112 INFO:journalctl@ceph.mon.c.smithi031.stdout: capacity : 536870912 2024-09-04T21:26:50.112 INFO:journalctl@ceph.mon.c.smithi031.stdout: num_shard_bits : 4 2024-09-04T21:26:50.112 INFO:journalctl@ceph.mon.c.smithi031.stdout: strict_capacity_limit : 0 2024-09-04T21:26:50.112 INFO:journalctl@ceph.mon.c.smithi031.stdout: high_pri_pool_ratio: 0.000 2024-09-04T21:26:50.112 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_cache_compressed: (nil) 2024-09-04T21:26:50.112 INFO:journalctl@ceph.mon.c.smithi031.stdout: persistent_cache: (nil) 2024-09-04T21:26:50.112 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_size: 4096 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_size_deviation: 10 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_restart_interval: 16 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: index_block_restart_interval: 1 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: metadata_block_size: 4096 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: partition_filters: 0 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: use_delta_encoding: 1 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: filter_policy: bloomfilter 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: whole_key_filtering: 1 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: verify_compression: 0 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: read_amp_bytes_per_bit: 0 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: format_version: 5 2024-09-04T21:26:50.113 INFO:journalctl@ceph.mon.c.smithi031.stdout: enable_index_compression: 1 2024-09-04T21:26:50.114 INFO:journalctl@ceph.mon.c.smithi031.stdout: block_align: 0 2024-09-04T21:26:50.114 INFO:journalctl@ceph.mon.c.smithi031.stdout: max_auto_readahead_size: 262144 2024-09-04T21:26:50.114 INFO:journalctl@ceph.mon.c.smithi031.stdout: prepopulate_block_cache: 0 2024-09-04T21:26:50.114 INFO:journalctl@ceph.mon.c.smithi031.stdout: initial_auto_readahead_size: 8192 2024-09-04T21:26:50.115 INFO:journalctl@ceph.mon.c.smithi031.stdout: num_file_reads_for_auto_readahead: 2 2024-09-04T21:26:50.115 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.write_buffer_size: 33554432 2024-09-04T21:26:50.115 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_write_buffer_number: 2 2024-09-04T21:26:50.115 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression: NoCompression 2024-09-04T21:26:50.115 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression: Disabled 2024-09-04T21:26:50.115 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.prefix_extractor: nullptr 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.num_levels: 7 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-04T21:26:50.116 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-04T21:26:50.117 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-04T21:26:50.117 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-04T21:26:50.117 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-04T21:26:50.117 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.level: 32767 2024-09-04T21:26:50.117 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.strategy: 0 2024-09-04T21:26:50.117 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-04T21:26:50.118 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-04T21:26:50.118 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-04T21:26:50.118 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-04T21:26:50.118 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.enabled: false 2024-09-04T21:26:50.118 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-04T21:26:50.118 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-04T21:26:50.118 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-04T21:26:50.119 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-04T21:26:50.119 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.target_file_size_base: 67108864 2024-09-04T21:26:50.119 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-04T21:26:50.119 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-04T21:26:50.119 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-04T21:26:50.119 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-04T21:26:50.120 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-04T21:26:50.120 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-04T21:26:50.120 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-04T21:26:50.120 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-04T21:26:50.120 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-04T21:26:50.120 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.arena_block_size: 1048576 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-04T21:26:50.121 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.disable_auto_compactions: 0 2024-09-04T21:26:50.122 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-04T21:26:50.122 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-04T21:26:50.122 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-04T21:26:50.122 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-04T21:26:50.122 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-04T21:26:50.122 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-04T21:26:50.122 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-04T21:26:50.123 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-04T21:26:50.123 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-04T21:26:50.123 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-04T21:26:50.123 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-04T21:26:50.123 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.inplace_update_support: 0 2024-09-04T21:26:50.123 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-04T21:26:50.123 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-04T21:26:50.124 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-04T21:26:50.124 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-04T21:26:50.124 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.bloom_locality: 0 2024-09-04T21:26:50.124 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.max_successive_merges: 0 2024-09-04T21:26:50.124 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-04T21:26:50.124 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.paranoid_file_checks: 0 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.force_consistency_checks: 1 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.report_bg_io_stats: 0 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.ttl: 2592000 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.enable_blob_files: false 2024-09-04T21:26:50.125 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.min_blob_size: 0 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.blob_file_size: 268435456 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.blob_file_starting_level: 0 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-04T21:26:50.126 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 56, last_sequence is 27625, log_number is 52,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 52 2024-09-04T21:26:50.127 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 52 2024-09-04T21:26:50.127 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 055f6b60-9118-4fcb-9e0d-fc92c0590806 2024-09-04T21:26:50.127 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485209811673, "job": 1, "event": "recovery_started", "wal_files": [52]} 2024-09-04T21:26:50.127 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #52 mode 2 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485209812635, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 57, "file_size": 110242, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27630, "largest_seqno": 27716, "table_properties": {"data_size": 108799, "index_size": 277, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 133, "raw_key_size": 1360, "raw_average_key_size": 26, "raw_value_size": 107553, "raw_average_value_size": 2108, "num_data_blocks": 12, "num_entries": 51, "num_filter_entries": 51, "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": "[CompactOnDeletionCollector]", "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": 1725485209, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "055f6b60-9118-4fcb-9e0d-fc92c0590806", "db_session_id": "2RE2V6UOLIKAT06P4GEO", "orig_file_number": 57, "seqno_to_time_mapping": "N/A"}} 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725485209812731, "job": 1, "event": "recovery_finished"} 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/version_set.cc:5047] Creating manifest 59 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000052.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a18d4cae00 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: DB pointer 0x55a18d5ca000 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** DB Stats ** 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T21:26:50.128 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: L0 1/0 107.66 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 174.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: L6 1/0 9.32 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: Sum 2/0 9.42 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 174.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.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 174.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T21:26:50.129 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** Compaction Stats [default] ** 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.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 174.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-04T21:26:50.130 INFO:journalctl@ceph.mon.c.smithi031.stdout: Cumulative compaction: 0.00 GB write, 33.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: Interval compaction: 0.00 GB write, 33.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.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-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: Block cache BinnedLRUCache@0x55a18d49a850#2 capacity: 512.00 MB usage: 0.53 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: starting mon.c rank 2 at public addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] at bind addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???) e3 preinit fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???).mds e1 new map 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???).mds e1 print_map 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: e1 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: btime 2024-09-04T20:57:58:927058+0000 2024-09-04T21:26:50.131 INFO:journalctl@ceph.mon.c.smithi031.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.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,11=minor log segments,12=quiesce subvolumes} 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout: legacy client fscid: -1 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout: 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout: No filesystems configured 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???).osd e111 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???).osd e111 crush map has features 432629239337189376, adjusting msgr requires 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 ceph-mon[111990]: mon.c@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 bash[111970]: 873833057f48e7818c731bdc31880c502e65c5c8c42340334e7fcccd7aec2b3e 2024-09-04T21:26:50.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:49 smithi031 systemd[1]: Started Ceph mon.c for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:26:50.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:50.055836425Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:53.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:53.052852578Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:56.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:56.054799467Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:26:56.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: mon.c calling monitor election 2024-09-04T21:26:56.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: mon.a calling monitor election 2024-09-04T21:26:56.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: mon.b calling monitor election 2024-09-04T21:26:56.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:26:56.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: monmap epoch 3 2024-09-04T21:26:56.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:56.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:26:56.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:26:56.203 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: min_mon_release 19 (squid) 2024-09-04T21:26:56.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: election_strategy: 1 2024-09-04T21:26:56.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:26:56.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:26:56.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:26:56.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: fsmap 2024-09-04T21:26:56.204 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:26:56.205 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-04T21:26:56.205 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:55 smithi114 ceph-mon[92908]: overall HEALTH_OK 2024-09-04T21:26:56.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: mon.c calling monitor election 2024-09-04T21:26:56.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: mon.a calling monitor election 2024-09-04T21:26:56.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: mon.b calling monitor election 2024-09-04T21:26:56.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: monmap epoch 3 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: min_mon_release 19 (squid) 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: election_strategy: 1 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:26:56.246 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: fsmap 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[111990]: overall HEALTH_OK 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: mon.c calling monitor election 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: mon.a calling monitor election 2024-09-04T21:26:56.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: mon.b calling monitor election 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: monmap epoch 3 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: fsid 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: last_changed 2024-09-04T20:59:20.105698+0000 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: created 2024-09-04T20:57:55.653936+0000 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: min_mon_release 19 (squid) 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: election_strategy: 1 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.b 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: 2: [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon.c 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: fsmap 2024-09-04T21:26:56.248 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: osdmap e111: 8 total, 8 up, 8 in 2024-09-04T21:26:56.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-04T21:26:56.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:55 smithi031 ceph-mon[108156]: overall HEALTH_OK 2024-09-04T21:26:58.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:26:57] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.51.0" 2024-09-04T21:26:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:58 smithi031 ceph-mon[108156]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:58.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:58 smithi031 ceph-mon[111990]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:58.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:58 smithi114 ceph-mon[92908]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:26:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:26:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:26:59.061169637Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:00.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:26:59.823+0000 7fb81c7ef640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-04T21:27:00.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[111990]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:00.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[108156]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:00.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:26:59 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:59 smithi114 ceph-mon[92908]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:00.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:26:59 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:01.329 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:27:01.915 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:27:01.915 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (2m) 2s ago 23m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:27:01.915 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (114s) 67s ago 23m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:27:01.915 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (3m) 2s ago 22m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:27:01.915 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (3m) 67s ago 27m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:27:01.915 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (12m) 2s ago 28m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (28s) 2s ago 29m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (72s) 67s ago 27m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (12s) 2s ago 27m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (3m) 2s ago 23m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (2m) 67s ago 23m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (27m) 2s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (26m) 2s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (26m) 2s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (25m) 2s ago 25m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (25m) 67s ago 25m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (25m) 67s ago 25m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:27:01.916 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (24m) 67s ago 24m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:27:01.917 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (24m) 67s ago 24m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:27:01.917 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (2m) 67s ago 23m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:27:01.917 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (22m) 2s ago 22m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:27:01.917 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (22m) 67s ago 22m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:27:02.305 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 10, 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 5 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:27:02.306 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:27:02.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:02.063140665Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:02.609 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:27:02.609 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:27:02.609 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:27:02.609 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi031", 2024-09-04T21:27:02.610 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-04T21:27:02.610 INFO:teuthology.orchestra.run.smithi031.stdout: "mon" 2024-09-04T21:27:02.610 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-04T21:27:02.610 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-04T21:27:02.610 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mon daemons", 2024-09-04T21:27:02.610 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:27:02.611 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:27:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:02 smithi031 ceph-mon[108156]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:02 smithi031 ceph-mon[108156]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:02 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/139027001' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:02 smithi031 ceph-mon[111990]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:02 smithi031 ceph-mon[111990]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:02 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/139027001' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:02 smithi114 ceph-mon[92908]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:02.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:02 smithi114 ceph-mon[92908]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:02.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:02 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/139027001' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='client.54116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='client.54116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:27:03.859 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:27:03.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:27:03.861 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:27:03.862 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:27:03.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='client.54116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-04T21:27:03.955 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-04T21:27:03.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:27:03.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:27:03.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:27:03.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:27:03.956 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:27:03.957 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:27:03.958 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:27:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: from='client.44124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mon 2024-09-04T21:27:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all crash 2024-09-04T21:27:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mds 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nfs 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all node-exporter 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all prometheus 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all alertmanager 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all grafana 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all loki 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all promtail 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Finalizing container_image settings 2024-09-04T21:27:04.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: Upgrade: Complete! 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: from='client.44124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mon 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all crash 2024-09-04T21:27:04.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mds 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nfs 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all node-exporter 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all prometheus 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all alertmanager 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all grafana 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all loki 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all promtail 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Finalizing container_image settings 2024-09-04T21:27:04.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: Upgrade: Complete! 2024-09-04T21:27:04.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:04.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:04.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:04.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:04.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:04.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:04.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: from='client.44124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mon 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all crash 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mds 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nfs 2024-09-04T21:27:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all node-exporter 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all prometheus 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all alertmanager 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all grafana 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all loki 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all promtail 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Finalizing container_image settings 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: Upgrade: Complete! 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:04.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:04.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:04.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:05.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:05.063206301Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:06 smithi031 ceph-mon[108156]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:06.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:06 smithi031 ceph-mon[111990]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:06.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:06 smithi114 ceph-mon[92908]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:07.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:07.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:07.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:07.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:07.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:07.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:08.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:27:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:27:07] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.51.0" 2024-09-04T21:27:08.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:08.062618957Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:08 smithi031 ceph-mon[108156]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:08.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:08 smithi031 ceph-mon[111990]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:08.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:08 smithi114 ceph-mon[92908]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:10 smithi031 ceph-mon[108156]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:10 smithi031 ceph-mon[111990]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:10.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:10 smithi114 ceph-mon[92908]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:11.063010077Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:12.785 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:12 smithi031 ceph-mon[108156]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:12.785 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:12 smithi031 ceph-mon[111990]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:12 smithi114 ceph-mon[92908]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:13.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:13 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:13 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:13 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:14.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:14.06353109Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:14.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:14 smithi031 ceph-mon[108156]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:14.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:14 smithi031 ceph-mon[111990]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:14 smithi114 ceph-mon[92908]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:16 smithi031 ceph-mon[108156]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:16 smithi031 ceph-mon[111990]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:16 smithi114 ceph-mon[92908]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:17.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:17.059731048Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:18.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:27:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:27:17] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.51.0" 2024-09-04T21:27:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:18 smithi031 ceph-mon[108156]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:18.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:18 smithi031 ceph-mon[111990]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:18.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:18 smithi114 ceph-mon[92908]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:20.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:20.059231619Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:20 smithi031 ceph-mon[108156]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:20 smithi031 ceph-mon[111990]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:20 smithi114 ceph-mon[92908]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:22.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:22 smithi031 ceph-mon[111990]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:22.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:22.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:22 smithi031 ceph-mon[108156]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:22.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:22 smithi114 ceph-mon[92908]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:23.055401934Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:23.816 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:23 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:23.816 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:23 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:23 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:24 smithi031 ceph-mon[108156]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:24 smithi031 ceph-mon[111990]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:24 smithi114 ceph-mon[92908]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:25.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:25 smithi031 ceph-mon[108156]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:25.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:25 smithi031 ceph-mon[111990]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:25 smithi114 ceph-mon[92908]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:26.066528244Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:27:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:27:27] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.51.0" 2024-09-04T21:27:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:28 smithi031 ceph-mon[108156]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:28 smithi031 ceph-mon[111990]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:28.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:28 smithi114 ceph-mon[92908]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:29.058022215Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:30 smithi031 ceph-mon[108156]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:30.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:30 smithi031 ceph-mon[111990]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:30 smithi114 ceph-mon[92908]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:32.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:32.05593058Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:32 smithi031 ceph-mon[108156]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:32.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:32 smithi031 ceph-mon[111990]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:32 smithi114 ceph-mon[92908]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:33.546 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:27:33.801 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:33 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:33.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:33 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:33.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:33 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (2m) 35s ago 23m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (2m) 100s ago 23m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (4m) 35s ago 23m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (3m) 100s ago 27m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (13m) 35s ago 29m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (60s) 35s ago 29m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:27:34.573 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (104s) 100s ago 28m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (45s) 35s ago 28m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (3m) 35s ago 23m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (3m) 100s ago 23m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (27m) 35s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (27m) 35s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (26m) 35s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (26m) 35s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (26m) 100s ago 26m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (25m) 100s ago 25m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (25m) 100s ago 25m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (24m) 100s ago 24m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (3m) 100s ago 24m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:27:34.574 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (23m) 35s ago 23m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:27:34.575 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (23m) 100s ago 23m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:27:34.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:34 smithi031 ceph-mon[108156]: from='client.44130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:34.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:34 smithi031 ceph-mon[108156]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:34.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:34 smithi031 ceph-mon[111990]: from='client.44130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:34.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:34 smithi031 ceph-mon[111990]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:34.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:34 smithi114 ceph-mon[92908]: from='client.44130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:34.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:34 smithi114 ceph-mon[92908]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:35.214 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-04T21:27:35.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:35.052063828Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:35.473 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:36.231 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:27:36.790 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:36 smithi031 ceph-mon[108156]: from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:36.790 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:36 smithi031 ceph-mon[108156]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:36.790 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:36 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/794335910' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:36.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:36 smithi031 ceph-mon[111990]: from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:36.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:36 smithi031 ceph-mon[111990]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:36.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:36 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/794335910' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:36.817 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-04T21:27:36.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:36 smithi114 ceph-mon[92908]: from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:36.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:36 smithi114 ceph-mon[92908]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:36.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:36 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/794335910' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:37.067 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:37.777 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)" 2024-09-04T21:27:37.777 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:37.777 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:37.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:38.072 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:27:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:27:37] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.51.0" 2024-09-04T21:27:38.412 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-04T21:27:38.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:38.062381045Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:38.666 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:38.786 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:38 smithi031 ceph-mon[108156]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:38.786 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:38 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/2864851996' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:38.786 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:38 smithi031 ceph-mon[111990]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:38.786 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:38 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/2864851996' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:38.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:38 smithi114 ceph-mon[92908]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:38.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:38 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/2864851996' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:40.790 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:40 smithi031 ceph-mon[108156]: from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:40.791 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:40 smithi031 ceph-mon[108156]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:40.791 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:40 smithi031 ceph-mon[111990]: from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:40.791 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:40 smithi031 ceph-mon[111990]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:40.834 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:27:40.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:40 smithi114 ceph-mon[92908]: from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:40.987 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:40 smithi114 ceph-mon[92908]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:41.428 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade status' 2024-09-04T21:27:41.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:41.059093Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:41.684 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": null, 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": false, 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "", 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": null, 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:27:42.353 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:27:42.626 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:42 smithi031 ceph-mon[108156]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:42.627 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:42 smithi031 ceph-mon[111990]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:42.948 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:27:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:42 smithi114 ceph-mon[92908]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:43.198 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:43.563 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:43 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:43.564 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:43 smithi031 ceph-mon[108156]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:43.564 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:43 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:43.564 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:43 smithi031 ceph-mon[111990]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:43.914 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:27:43.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:43 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:43.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:43 smithi114 ceph-mon[92908]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:44.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:44.058655271Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:44.545 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-04T21:27:44.794 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:44 smithi031 ceph-mon[108156]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:44 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/1213021055' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:27:44.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:44 smithi031 ceph-mon[111990]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:44.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:44 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/1213021055' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:27:44.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:44 smithi114 ceph-mon[92908]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:44.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:44 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/1213021055' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:27:46.845 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:46 smithi031 ceph-mon[108156]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:46.845 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:46 smithi031 ceph-mon[111990]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:46.881 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:46 smithi114 ceph-mon[92908]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:47.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:47.058029161Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:47.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[108156]: from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:47.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:47.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:47.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:47.616 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:47.616 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[111990]: from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:47.616 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:47.616 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:47.616 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:47.616 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:47.642 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-04T21:27:47.926 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:27:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:27:47] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.51.0" 2024-09-04T21:27:47.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:47 smithi114 ceph-mon[92908]: from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:47.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:47 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:47 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:47 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:27:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:47 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:48.312 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:27:48.698 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:48 smithi031 ceph-mon[108156]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:48.698 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:48 smithi031 ceph-mon[108156]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:48.698 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:48 smithi031 ceph-mon[108156]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:48.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:48 smithi031 ceph-mon[111990]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:48.698 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:48 smithi031 ceph-mon[111990]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:48.699 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:48 smithi031 ceph-mon[111990]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:48 smithi114 ceph-mon[92908]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:48 smithi114 ceph-mon[92908]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:48 smithi114 ceph-mon[92908]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:49.427 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:27:49.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:27:49.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mgr 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mon 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all crash 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: Upgrade: osd.0 is safe to restart 2024-09-04T21:27:49.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[108156]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mgr 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:49.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mon 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all crash 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: Upgrade: osd.0 is safe to restart 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:49.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:49 smithi031 ceph-mon[111990]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (3m) 51s ago 24m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (2m) 115s ago 23m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (4m) 51s ago 23m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (4m) 115s ago 28m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (13m) 51s ago 29m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (76s) 51s ago 29m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (2m) 115s ago 28m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (60s) 51s ago 28m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (3m) 51s ago 23m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (3m) 115s ago 23m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:27:50.019 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (28m) 51s ago 28m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 0aa1679f0d9b 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (27m) 51s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (27m) 51s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (26m) 51s ago 26m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (26m) 115s ago 26m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (25m) 115s ago 25m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (25m) 115s ago 25m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (25m) 115s ago 25m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (3m) 115s ago 24m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (23m) 51s ago 23m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:27:50.020 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (23m) 115s ago 23m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:27:50.055 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mgr 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mon 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all crash 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:50.056 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-04T21:27:50.057 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-04T21:27:50.057 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: Upgrade: osd.0 is safe to restart 2024-09-04T21:27:50.057 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:50.057 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:49 smithi114 ceph-mon[92908]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:50.386 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:27:50.387 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 10, 2024-09-04T21:27:50.388 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 5 2024-09-04T21:27:50.388 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:27:50.388 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:27:50.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:50.054281539Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:50.697 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:27:50.697 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:27:50.697 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:27:50.697 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-04T21:27:50.697 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:27:50.697 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/8 daemons upgraded", 2024-09-04T21:27:50.698 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:27:50.698 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:27:50.698 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:27:51.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: from='client.54188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:51.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: from='client.44190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:51.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: Upgrade: Updating osd.0 2024-09-04T21:27:51.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:51.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-04T21:27:51.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:51.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: Deploying daemon osd.0 on smithi031 2024-09-04T21:27:51.583 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/1529679077' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:51.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: from='client.54188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:51.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: from='client.44190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:51.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: Upgrade: Updating osd.0 2024-09-04T21:27:51.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:51.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-04T21:27:51.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:51.584 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: Deploying daemon osd.0 on smithi031 2024-09-04T21:27:51.584 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:51 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/1529679077' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:51.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: from='client.54188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: from='client.44190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: Upgrade: Updating osd.0 2024-09-04T21:27:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:27:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-04T21:27:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:27:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: Deploying daemon osd.0 on smithi031 2024-09-04T21:27:51.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:51 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/1529679077' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:27:52.506 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:52 smithi031 ceph-mon[108156]: from='client.54206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:52.506 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:52 smithi031 ceph-mon[108156]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:52.506 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:52.506 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:52 smithi031 ceph-mon[111990]: from='client.54206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:52.506 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:52 smithi031 ceph-mon[111990]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:52.507 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:52.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:52 smithi114 ceph-mon[92908]: from='client.54206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:27:52.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:52 smithi114 ceph-mon[92908]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:27:52.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:27:53.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:53 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:53.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:53.055176018Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:53.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:53 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:53.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:53 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:27:53.602 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:53 smithi031 systemd[1]: Stopping Ceph osd.0 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:27:53.602 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:53 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[38427]: 2024-09-04T21:27:53.391+0000 7f2c7b320640 -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-09-04T21:27:53.602 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:53 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[38427]: 2024-09-04T21:27:53.391+0000 7f2c7b320640 -1 osd.0 111 *** Got signal Terminated *** 2024-09-04T21:27:53.602 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:53 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[38427]: 2024-09-04T21:27:53.391+0000 7f2c7b320640 -1 osd.0 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:27:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:54 smithi031 ceph-mon[108156]: osd.0 marked itself down and dead 2024-09-04T21:27:54.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:54 smithi031 ceph-mon[108156]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:54.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:54 smithi031 ceph-mon[111990]: osd.0 marked itself down and dead 2024-09-04T21:27:54.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:54 smithi031 ceph-mon[111990]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:54.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:54 smithi114 ceph-mon[92908]: osd.0 marked itself down and dead 2024-09-04T21:27:54.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:54 smithi114 ceph-mon[92908]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:54.962 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:54 smithi031 podman[117498]: 2024-09-04 21:27:54.70085215 +0000 UTC m=+1.401353976 container died 0aa1679f0d9b414d10fd23336e0bf6103ec27e51639bc63f013d3a6c1ef11ec7 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, RELEASE=squid-91c8a7e, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-04T21:27:55.274 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:55 smithi031 podman[117498]: 2024-09-04 21:27:55.05873576 +0000 UTC m=+1.759237583 container cleanup 0aa1679f0d9b414d10fd23336e0bf6103ec27e51639bc63f013d3a6c1ef11ec7 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=squid-91c8a7e, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731) 2024-09-04T21:27:55.274 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:55 smithi031 bash[117498]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0 2024-09-04T21:27:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:55 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:27:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:55 smithi031 ceph-mon[108156]: osdmap e112: 8 total, 7 up, 8 in 2024-09-04T21:27:55.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:55 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:27:55.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:55 smithi031 ceph-mon[111990]: osdmap e112: 8 total, 7 up, 8 in 2024-09-04T21:27:55.601 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:55 smithi031 podman[117514]: 2024-09-04 21:27:55.418538124 +0000 UTC m=+0.718554905 container remove 0aa1679f0d9b414d10fd23336e0bf6103ec27e51639bc63f013d3a6c1ef11ec7 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=squid-91c8a7e, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-04T21:27:55.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:55 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:27:55.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:55 smithi114 ceph-mon[92908]: osdmap e112: 8 total, 7 up, 8 in 2024-09-04T21:27:56.056 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:55 smithi031 podman[117604]: 2024-09-04 21:27:55.727994075 +0000 UTC m=+0.107523842 container create 9fc263df4bca87f7889b8c646ac9f90af4fc8e19630e35a2862c34ed36b0d326 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True) 2024-09-04T21:27:56.056 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:55 smithi031 podman[117604]: 2024-09-04 21:27:55.636615304 +0000 UTC m=+0.016145030 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:56.056 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:55 smithi031 podman[117604]: 2024-09-04 21:27:55.955167588 +0000 UTC m=+0.334697313 container init 9fc263df4bca87f7889b8c646ac9f90af4fc8e19630e35a2862c34ed36b0d326 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-04T21:27:56.056 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:55 smithi031 podman[117604]: 2024-09-04 21:27:55.958439653 +0000 UTC m=+0.337969378 container start 9fc263df4bca87f7889b8c646ac9f90af4fc8e19630e35a2862c34ed36b0d326 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-04T21:27:56.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:56 smithi031 ceph-mon[108156]: osdmap e113: 8 total, 7 up, 8 in 2024-09-04T21:27:56.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:56 smithi031 ceph-mon[108156]: pgmap v142: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:56 smithi031 ceph-mon[111990]: osdmap e113: 8 total, 7 up, 8 in 2024-09-04T21:27:56.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:56 smithi031 ceph-mon[111990]: pgmap v142: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:56.351 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:56 smithi031 podman[117604]: 2024-09-04 21:27:56.055167219 +0000 UTC m=+0.434696969 container attach 9fc263df4bca87f7889b8c646ac9f90af4fc8e19630e35a2862c34ed36b0d326 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-04T21:27:56.351 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:56 smithi031 podman[117604]: 2024-09-04 21:27:56.154473415 +0000 UTC m=+0.534003141 container died 9fc263df4bca87f7889b8c646ac9f90af4fc8e19630e35a2862c34ed36b0d326 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:27:56.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:56 smithi114 ceph-mon[92908]: osdmap e113: 8 total, 7 up, 8 in 2024-09-04T21:27:56.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:56 smithi114 ceph-mon[92908]: pgmap v142: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:27:56.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:56.052699024Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:57.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:56 smithi031 podman[117627]: 2024-09-04 21:27:56.708719613 +0000 UTC m=+0.548779617 container remove 9fc263df4bca87f7889b8c646ac9f90af4fc8e19630e35a2862c34ed36b0d326 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:27:57.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:56 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-04T21:27:57.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:56 smithi031 systemd[1]: Stopped Ceph osd.0 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:27:57.101 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:56 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.0.service: Consumed 13.916s CPU time. 2024-09-04T21:27:57.101 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:56 smithi031 systemd[1]: Starting Ceph osd.0 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:27:57.446 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 podman[117729]: 2024-09-04 21:27:57.05427933 +0000 UTC m=+0.016196953 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:57.447 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 podman[117729]: 2024-09-04 21:27:57.176769576 +0000 UTC m=+0.138687182 container create 6522c0314095dcf2d837e57f98899419dd41572e9710bca8b0f304dc4dc7ed15 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-04T21:27:57.447 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 podman[117729]: 2024-09-04 21:27:57.362266587 +0000 UTC m=+0.324184195 container init 6522c0314095dcf2d837e57f98899419dd41572e9710bca8b0f304dc4dc7ed15 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:27:57.447 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 podman[117729]: 2024-09-04 21:27:57.365963556 +0000 UTC m=+0.327881181 container start 6522c0314095dcf2d837e57f98899419dd41572e9710bca8b0f304dc4dc7ed15 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True) 2024-09-04T21:27:57.447 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 podman[117729]: 2024-09-04 21:27:57.445592264 +0000 UTC m=+0.407509883 container attach 6522c0314095dcf2d837e57f98899419dd41572e9710bca8b0f304dc4dc7ed15 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:27:57.820 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:27:57.820 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 bash[117729]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:27:57.820 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:27:57.820 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 bash[117729]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:27:58.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:27:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:27:57] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.51.0" 2024-09-04T21:27:58.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-04T21:27:58.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 bash[117729]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-04T21:27:58.101 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-04T21:27:58.101 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:57 smithi031 bash[117729]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-04T21:27:58.521 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-04T21:27:58.521 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 bash[117729]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-04T21:27:58.521 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-04T21:27:58.521 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 bash[117729]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-04T21:27:58.522 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-04T21:27:58.522 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 bash[117729]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-04T21:27:58.522 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-04T21:27:58.522 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 bash[117729]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-04T21:27:58.522 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate[117743]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-04T21:27:58.522 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 bash[117729]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-04T21:27:58.522 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 podman[117729]: 2024-09-04 21:27:58.283886278 +0000 UTC m=+1.245803901 container died 6522c0314095dcf2d837e57f98899419dd41572e9710bca8b0f304dc4dc7ed15 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:27:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:27:58 smithi031 ceph-mon[108156]: pgmap v143: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-04T21:27:58.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:27:58 smithi031 ceph-mon[111990]: pgmap v143: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-04T21:27:58.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:27:58 smithi114 ceph-mon[92908]: pgmap v143: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-04T21:27:59.227 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:58 smithi031 podman[117890]: 2024-09-04 21:27:58.882744935 +0000 UTC m=+0.592319323 container remove 6522c0314095dcf2d837e57f98899419dd41572e9710bca8b0f304dc4dc7ed15 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-activate, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-04T21:27:59.227 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:59 smithi031 podman[117953]: 2024-09-04 21:27:58.995311863 +0000 UTC m=+0.015994328 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:27:59.227 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:59 smithi031 podman[117953]: 2024-09-04 21:27:59.117022083 +0000 UTC m=+0.137704538 container create a5bce2a12cf017655fdb3c0567201b60bd52f0b24bf2a7eb61c1e58d97406903 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-04T21:27:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:27:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:27:59.052693685Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:27:59.600 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:59 smithi031 podman[117953]: 2024-09-04 21:27:59.319387426 +0000 UTC m=+0.340069882 container init a5bce2a12cf017655fdb3c0567201b60bd52f0b24bf2a7eb61c1e58d97406903 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-04T21:27:59.600 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:59 smithi031 podman[117953]: 2024-09-04 21:27:59.322666225 +0000 UTC m=+0.343348681 container start a5bce2a12cf017655fdb3c0567201b60bd52f0b24bf2a7eb61c1e58d97406903 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-04T21:27:59.600 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:59 smithi031 ceph-osd[117972]: -- 172.21.15.31:0/2178549344 <== mon.2 v2:172.21.15.31:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5587b27b9a40 con 0x5587b3586400 2024-09-04T21:27:59.600 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:59 smithi031 bash[117953]: a5bce2a12cf017655fdb3c0567201b60bd52f0b24bf2a7eb61c1e58d97406903 2024-09-04T21:27:59.600 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:27:59 smithi031 systemd[1]: Started Ceph osd.0 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:28:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[108156]: pgmap v144: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 72/636 objects degraded (11.321%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[111990]: pgmap v144: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:00 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 72/636 objects degraded (11.321%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:00.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:00 smithi114 ceph-mon[92908]: pgmap v144: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:00 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:00 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:00 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:00.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:00 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 72/636 objects degraded (11.321%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:01.350 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:28:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[117968]: 2024-09-04T21:28:01.222+0000 7fafa1f3e640 -1 Falling back to public interface 2024-09-04T21:28:02.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:02.064609467Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:02.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:02 smithi031 ceph-mon[108156]: pgmap v145: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 72/636 objects degraded (11.321%) 2024-09-04T21:28:02.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:02 smithi031 ceph-mon[111990]: pgmap v145: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 72/636 objects degraded (11.321%) 2024-09-04T21:28:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:02 smithi114 ceph-mon[92908]: pgmap v145: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 72/636 objects degraded (11.321%) 2024-09-04T21:28:03.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:03 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:03.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:03 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:03.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:03 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:04.731 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[117968]: 2024-09-04T21:28:04.571+0000 7fafa1f3e640 -1 osd.0 111 log_to_monitors true 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[108156]: pgmap v146: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 445 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[111990]: pgmap v146: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 445 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.732 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.733 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:04 smithi114 ceph-mon[92908]: pgmap v146: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 445 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:04.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:05.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:05.056615764Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:05.849 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:05 smithi031 ceph-mon[111990]: from='osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-04T21:28:05.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:05 smithi031 ceph-mon[111990]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-04T21:28:05.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:05 smithi031 ceph-mon[108156]: from='osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-04T21:28:05.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:05 smithi031 ceph-mon[108156]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-04T21:28:05.850 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:28:05 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[117968]: 2024-09-04T21:28:05.527+0000 7faf99ce8640 -1 osd.0 111 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:28:05.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:05 smithi114 ceph-mon[92908]: from='osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-04T21:28:05.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:05 smithi114 ceph-mon[92908]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-04T21:28:06.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[108156]: pgmap v147: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 402 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:06.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[108156]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-04T21:28:06.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[108156]: osdmap e114: 8 total, 7 up, 8 in 2024-09-04T21:28:06.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[108156]: from='osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:06.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[108156]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:06.767 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[111990]: pgmap v147: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 402 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:06.767 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[111990]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-04T21:28:06.767 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[111990]: osdmap e114: 8 total, 7 up, 8 in 2024-09-04T21:28:06.767 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[111990]: from='osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:06.767 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:06 smithi031 ceph-mon[111990]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:06.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:06 smithi114 ceph-mon[92908]: pgmap v147: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 402 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:06.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:06 smithi114 ceph-mon[92908]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-04T21:28:06.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:06 smithi114 ceph-mon[92908]: osdmap e114: 8 total, 7 up, 8 in 2024-09-04T21:28:06.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:06 smithi114 ceph-mon[92908]: from='osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:06.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:06 smithi114 ceph-mon[92908]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:07.600 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:28:07.576+0000 7fb81c7ef640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:28:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:28:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646] boot 2024-09-04T21:28:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: osdmap e115: 8 total, 8 up, 8 in 2024-09-04T21:28:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-04T21:28:07.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[111990]: osdmap e116: 8 total, 8 up, 8 in 2024-09-04T21:28:07.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:28:07.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646] boot 2024-09-04T21:28:07.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: osdmap e115: 8 total, 8 up, 8 in 2024-09-04T21:28:07.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-04T21:28:07.603 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:07.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:07.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:07.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-mon[108156]: osdmap e116: 8 total, 8 up, 8 in 2024-09-04T21:28:07.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:28:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: osd.0 [v2:172.21.15.31:6802/3129455646,v1:172.21.15.31:6803/3129455646] boot 2024-09-04T21:28:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: osdmap e115: 8 total, 8 up, 8 in 2024-09-04T21:28:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-04T21:28:07.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:07.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:07.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:07.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:07.954 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:07 smithi114 ceph-mon[92908]: osdmap e116: 8 total, 8 up, 8 in 2024-09-04T21:28:08.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:28:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:28:07] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.51.0" 2024-09-04T21:28:08.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:08.054411525Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[108156]: pgmap v150: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:28:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-04T21:28:08.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[111990]: pgmap v150: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:28:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-04T21:28:08.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:08 smithi114 ceph-mon[92908]: pgmap v150: 161 pgs: 35 active+undersized, 23 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 72/636 objects degraded (11.321%) 2024-09-04T21:28:08.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:28:08.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:08.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-04T21:28:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:09 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-04T21:28:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:09 smithi031 ceph-mon[108156]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:28:09.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:09 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-04T21:28:09.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:09 smithi031 ceph-mon[111990]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:28:09.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:09 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-04T21:28:09.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:09 smithi114 ceph-mon[92908]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:28:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:10 smithi031 ceph-mon[108156]: pgmap v152: 161 pgs: 14 active+undersized, 7 active+undersized+degraded, 140 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 28/636 objects degraded (4.403%) 2024-09-04T21:28:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:10 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:10 smithi031 ceph-mon[111990]: pgmap v152: 161 pgs: 14 active+undersized, 7 active+undersized+degraded, 140 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 28/636 objects degraded (4.403%) 2024-09-04T21:28:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:10 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:10.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:10 smithi114 ceph-mon[92908]: pgmap v152: 161 pgs: 14 active+undersized, 7 active+undersized+degraded, 140 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 28/636 objects degraded (4.403%) 2024-09-04T21:28:10.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:10 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:11.063492451Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:11.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:11 smithi031 ceph-mon[108156]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:11.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:11 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded) 2024-09-04T21:28:11.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:11 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:28:11.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:11 smithi031 ceph-mon[111990]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:11.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:11 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded) 2024-09-04T21:28:11.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:11 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:28:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:11 smithi114 ceph-mon[92908]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:11.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:11 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded) 2024-09-04T21:28:11.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:11 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:28:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:12 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:12 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:12 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:13 smithi031 ceph-mon[111990]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:28:13.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:13 smithi031 ceph-mon[108156]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:28:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:13 smithi114 ceph-mon[92908]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:28:14.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:14.056606445Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:16.818 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:16 smithi031 ceph-mon[108156]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:28:16.819 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:16 smithi031 ceph-mon[111990]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:28:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:16 smithi114 ceph-mon[92908]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:28:17.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:17.063730646Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:18.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:28:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:28:17] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.51.0" 2024-09-04T21:28:18.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:18 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:18.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:18 smithi031 ceph-mon[108156]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:28:18.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:18 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:18.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:18 smithi031 ceph-mon[111990]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:28:18.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:18 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:18.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:18 smithi114 ceph-mon[92908]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:28:20.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:20.058860144Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:20 smithi031 ceph-mon[108156]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:28:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:20 smithi031 ceph-mon[111990]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:28:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:20 smithi114 ceph-mon[92908]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:28:21.022 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:28:21.605 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (3m) 17s ago 24m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (3m) 2m ago 24m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (4m) 17s ago 24m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (4m) 2m ago 28m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (14m) 17s ago 30m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (107s) 17s ago 30m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (2m) 2m ago 29m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (92s) 17s ago 29m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (4m) 17s ago 24m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (4m) 2m ago 24m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (22s) 17s ago 28m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (28m) 17s ago 28m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 19727704a527 2024-09-04T21:28:21.606 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (27m) 17s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (27m) 17s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (26m) 2m ago 26m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (26m) 2m ago 26m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (26m) 2m ago 26m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (25m) 2m ago 25m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (3m) 2m ago 25m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (24m) 17s ago 24m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:28:21.607 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (24m) 2m ago 24m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:28:21.958 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:28:21.959 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:28:21.959 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:28:21.959 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:28:21.959 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:28:21.959 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:28:21.959 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:28:21.960 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:28:21.960 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 7, 2024-09-04T21:28:21.960 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 1 2024-09-04T21:28:21.960 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:28:21.960 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:28:21.960 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:28:21.960 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:28:21.961 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:28:21.961 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 9, 2024-09-04T21:28:21.961 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 6 2024-09-04T21:28:21.961 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:28:21.961 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:28:22.258 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:28:22.258 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:28:22.258 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:28:22.258 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-04T21:28:22.258 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:28:22.259 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "1/8 daemons upgraded", 2024-09-04T21:28:22.259 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:28:22.259 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:28:22.259 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:28:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[108156]: from='client.44214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[108156]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[108156]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/1207846004' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[111990]: from='client.44214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[111990]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[111990]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/1207846004' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:22 smithi114 ceph-mon[92908]: from='client.44214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:22 smithi114 ceph-mon[92908]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:22 smithi114 ceph-mon[92908]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:22 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/1207846004' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:23.059505651Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[108156]: from='client.44226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[108156]: from='client.54242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-04T21:28:23.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[111990]: from='client.44226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:23.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[111990]: from='client.54242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:23.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:23.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-04T21:28:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:23 smithi114 ceph-mon[92908]: from='client.44226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:23 smithi114 ceph-mon[92908]: from='client.54242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:23 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:23.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-04T21:28:24.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-04T21:28:24.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[108156]: Upgrade: osd.1 is safe to restart 2024-09-04T21:28:24.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[108156]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:28:24.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:24.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-04T21:28:24.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:24.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-04T21:28:24.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[111990]: Upgrade: osd.1 is safe to restart 2024-09-04T21:28:24.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[111990]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:28:24.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:24.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-04T21:28:24.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:24 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:24 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-04T21:28:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:24 smithi114 ceph-mon[92908]: Upgrade: osd.1 is safe to restart 2024-09-04T21:28:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:24 smithi114 ceph-mon[92908]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:28:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:24 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:24 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-04T21:28:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:24 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:25.672 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:25 smithi031 ceph-mon[108156]: Upgrade: Updating osd.1 2024-09-04T21:28:25.672 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:25 smithi031 ceph-mon[108156]: Deploying daemon osd.1 on smithi031 2024-09-04T21:28:25.672 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:25 smithi031 ceph-mon[111990]: Upgrade: Updating osd.1 2024-09-04T21:28:25.672 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:25 smithi031 ceph-mon[111990]: Deploying daemon osd.1 on smithi031 2024-09-04T21:28:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:25 smithi114 ceph-mon[92908]: Upgrade: Updating osd.1 2024-09-04T21:28:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:25 smithi114 ceph-mon[92908]: Deploying daemon osd.1 on smithi031 2024-09-04T21:28:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:26.053747587Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:26.757 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:26 smithi031 ceph-mon[108156]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:26.758 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:26 smithi031 ceph-mon[111990]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:26.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:26 smithi114 ceph-mon[92908]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:27.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:26 smithi031 systemd[1]: Stopping Ceph osd.1 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:28:27.543 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[44023]: 2024-09-04T21:28:27.212+0000 7fd515c6e640 -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-09-04T21:28:27.543 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[44023]: 2024-09-04T21:28:27.212+0000 7fd515c6e640 -1 osd.1 116 *** Got signal Terminated *** 2024-09-04T21:28:27.543 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[44023]: 2024-09-04T21:28:27.212+0000 7fd515c6e640 -1 osd.1 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:28:27.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:27 smithi031 ceph-mon[108156]: osd.1 marked itself down and dead 2024-09-04T21:28:27.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:27 smithi031 ceph-mon[111990]: osd.1 marked itself down and dead 2024-09-04T21:28:27.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:27 smithi114 ceph-mon[92908]: osd.1 marked itself down and dead 2024-09-04T21:28:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:28:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:28:27] "GET /metrics HTTP/1.1" 200 38299 "" "Prometheus/2.51.0" 2024-09-04T21:28:28.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:27 smithi031 podman[122246]: 2024-09-04 21:28:27.970631005 +0000 UTC m=+0.882490925 container died 19727704a52725e52c4eb8a01e647483a3e98bfb29dcae7c107a2e5e131ff48d (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-91c8a7e, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-04T21:28:28.544 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:28 smithi031 podman[122246]: 2024-09-04 21:28:28.337041298 +0000 UTC m=+1.248901216 container cleanup 19727704a52725e52c4eb8a01e647483a3e98bfb29dcae7c107a2e5e131ff48d (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=squid-91c8a7e, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-04T21:28:28.544 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:28 smithi031 bash[122246]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1 2024-09-04T21:28:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:28 smithi031 ceph-mon[108156]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:28 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:28:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:28 smithi031 ceph-mon[108156]: osdmap e117: 8 total, 7 up, 8 in 2024-09-04T21:28:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:28 smithi031 ceph-mon[111990]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:28 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:28:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:28 smithi031 ceph-mon[111990]: osdmap e117: 8 total, 7 up, 8 in 2024-09-04T21:28:28.851 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:28 smithi031 podman[122260]: 2024-09-04 21:28:28.613754254 +0000 UTC m=+0.643348281 container remove 19727704a52725e52c4eb8a01e647483a3e98bfb29dcae7c107a2e5e131ff48d (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-91c8a7e, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2) 2024-09-04T21:28:28.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:28 smithi114 ceph-mon[92908]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:28.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:28 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:28:28.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:28 smithi114 ceph-mon[92908]: osdmap e117: 8 total, 7 up, 8 in 2024-09-04T21:28:29.235 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:28 smithi031 podman[122345]: 2024-09-04 21:28:28.867117277 +0000 UTC m=+0.015809348 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:28:29.235 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:29 smithi031 podman[122345]: 2024-09-04 21:28:29.014852128 +0000 UTC m=+0.163544183 container create 6fd292a2ffe3e8af4ad8fb5f7c49f987578237aea55ec6383bce6d1f277d9070 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-04T21:28:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:29.05542766Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:29.554 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:29 smithi031 podman[122345]: 2024-09-04 21:28:29.234371196 +0000 UTC m=+0.383063264 container init 6fd292a2ffe3e8af4ad8fb5f7c49f987578237aea55ec6383bce6d1f277d9070 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0) 2024-09-04T21:28:29.554 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:29 smithi031 podman[122345]: 2024-09-04 21:28:29.238134813 +0000 UTC m=+0.386826869 container start 6fd292a2ffe3e8af4ad8fb5f7c49f987578237aea55ec6383bce6d1f277d9070 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-04T21:28:29.554 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:29 smithi031 podman[122345]: 2024-09-04 21:28:29.300621165 +0000 UTC m=+0.449313230 container attach 6fd292a2ffe3e8af4ad8fb5f7c49f987578237aea55ec6383bce6d1f277d9070 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:28:29.554 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:29 smithi031 podman[122345]: 2024-09-04 21:28:29.427683265 +0000 UTC m=+0.576375338 container died 6fd292a2ffe3e8af4ad8fb5f7c49f987578237aea55ec6383bce6d1f277d9070 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-04T21:28:29.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:29 smithi031 ceph-mon[111990]: osdmap e118: 8 total, 7 up, 8 in 2024-09-04T21:28:29.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:29 smithi031 ceph-mon[108156]: osdmap e118: 8 total, 7 up, 8 in 2024-09-04T21:28:29.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:29 smithi114 ceph-mon[92908]: osdmap e118: 8 total, 7 up, 8 in 2024-09-04T21:28:30.552 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 podman[122368]: 2024-09-04 21:28:30.104436202 +0000 UTC m=+0.670698113 container remove 6fd292a2ffe3e8af4ad8fb5f7c49f987578237aea55ec6383bce6d1f277d9070 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:28:30.552 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-04T21:28:30.552 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 systemd[1]: Stopped Ceph osd.1 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:28:30.552 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.1.service: Consumed 14.489s CPU time. 2024-09-04T21:28:30.552 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 systemd[1]: Starting Ceph osd.1 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:28:30.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:30 smithi031 ceph-mon[108156]: pgmap v164: 161 pgs: 56 peering, 1 stale+active+clean, 104 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:28:30.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:30 smithi031 ceph-mon[108156]: Health check failed: Reduced data availability: 11 pgs inactive, 18 pgs peering (PG_AVAILABILITY) 2024-09-04T21:28:30.805 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:30 smithi031 ceph-mon[111990]: pgmap v164: 161 pgs: 56 peering, 1 stale+active+clean, 104 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:28:30.805 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:30 smithi031 ceph-mon[111990]: Health check failed: Reduced data availability: 11 pgs inactive, 18 pgs peering (PG_AVAILABILITY) 2024-09-04T21:28:30.805 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 podman[122469]: 2024-09-04 21:28:30.452993558 +0000 UTC m=+0.016299921 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:28:30.805 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 podman[122469]: 2024-09-04 21:28:30.581641566 +0000 UTC m=+0.144947946 container create be3d67965e01ee3b7abd20831f8390522ab78a6944298ce66824b701a2b2e467 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:28:30.805 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 podman[122469]: 2024-09-04 21:28:30.799919141 +0000 UTC m=+0.363225479 container init be3d67965e01ee3b7abd20831f8390522ab78a6944298ce66824b701a2b2e467 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-04T21:28:30.805 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 podman[122469]: 2024-09-04 21:28:30.803268625 +0000 UTC m=+0.366574976 container start be3d67965e01ee3b7abd20831f8390522ab78a6944298ce66824b701a2b2e467 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True) 2024-09-04T21:28:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:30 smithi114 ceph-mon[92908]: pgmap v164: 161 pgs: 56 peering, 1 stale+active+clean, 104 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:28:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:30 smithi114 ceph-mon[92908]: Health check failed: Reduced data availability: 11 pgs inactive, 18 pgs peering (PG_AVAILABILITY) 2024-09-04T21:28:31.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 podman[122469]: 2024-09-04 21:28:30.900146563 +0000 UTC m=+0.463452912 container attach be3d67965e01ee3b7abd20831f8390522ab78a6944298ce66824b701a2b2e467 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-04T21:28:31.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:28:31.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 bash[122469]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:28:31.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:28:31.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:30 smithi031 bash[122469]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:28:31.699 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-mon[108156]: pgmap v165: 161 pgs: 6 active+undersized, 56 peering, 1 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 6/636 objects degraded (0.943%) 2024-09-04T21:28:31.700 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded (PG_DEGRADED) 2024-09-04T21:28:31.700 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-mon[111990]: pgmap v165: 161 pgs: 6 active+undersized, 56 peering, 1 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 6/636 objects degraded (0.943%) 2024-09-04T21:28:31.700 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded (PG_DEGRADED) 2024-09-04T21:28:31.700 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-04T21:28:31.700 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 bash[122469]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-04T21:28:31.701 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-04T21:28:31.701 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 bash[122469]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-04T21:28:31.701 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-04T21:28:31.701 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 bash[122469]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-04T21:28:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:31 smithi114 ceph-mon[92908]: pgmap v165: 161 pgs: 6 active+undersized, 56 peering, 1 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 6/636 objects degraded (0.943%) 2024-09-04T21:28:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:31 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded (PG_DEGRADED) 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 bash[122469]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 bash[122469]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 bash[122469]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate[122484]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-04T21:28:32.021 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 bash[122469]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-04T21:28:32.022 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:31 smithi031 podman[122469]: 2024-09-04 21:28:31.726556892 +0000 UTC m=+1.289863241 container died be3d67965e01ee3b7abd20831f8390522ab78a6944298ce66824b701a2b2e467 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-04T21:28:32.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:32.057561329Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:32.588 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 podman[122630]: 2024-09-04 21:28:32.379065651 +0000 UTC m=+0.646699660 container remove be3d67965e01ee3b7abd20831f8390522ab78a6944298ce66824b701a2b2e467 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-activate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-04T21:28:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:32 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:32.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:32 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:32.850 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 podman[122688]: 2024-09-04 21:28:32.489677662 +0000 UTC m=+0.016145579 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:28:32.851 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 podman[122688]: 2024-09-04 21:28:32.588107548 +0000 UTC m=+0.114575458 container create 418e72e923795786abf16e0415b79a19d6477dd201ecd8cc2a7a42fb70fe13b7 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-04T21:28:32.851 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 podman[122688]: 2024-09-04 21:28:32.807512801 +0000 UTC m=+0.333980709 container init 418e72e923795786abf16e0415b79a19d6477dd201ecd8cc2a7a42fb70fe13b7 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:28:32.851 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 podman[122688]: 2024-09-04 21:28:32.81074684 +0000 UTC m=+0.337214748 container start 418e72e923795786abf16e0415b79a19d6477dd201ecd8cc2a7a42fb70fe13b7 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-04T21:28:32.851 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 ceph-osd[122706]: -- 172.21.15.31:0/410733924 <== mon.2 v2:172.21.15.31:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557198c37a40 con 0x557198c15c00 2024-09-04T21:28:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:32 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:33.350 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 bash[122688]: 418e72e923795786abf16e0415b79a19d6477dd201ecd8cc2a7a42fb70fe13b7 2024-09-04T21:28:33.350 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:32 smithi031 systemd[1]: Started Ceph osd.1 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:28:34.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[111990]: pgmap v166: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:34.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:33 smithi031 ceph-mon[108156]: pgmap v166: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:34.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:33 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:33 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:33 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:34.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:33 smithi114 ceph-mon[92908]: pgmap v166: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:34.850 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:34 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[122702]: 2024-09-04T21:28:34.468+0000 7fc2619c5640 -1 Falling back to public interface 2024-09-04T21:28:35.247 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:34 smithi031 ceph-mon[108156]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 11 pgs inactive, 18 pgs peering) 2024-09-04T21:28:35.247 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:34 smithi031 ceph-mon[111990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 11 pgs inactive, 18 pgs peering) 2024-09-04T21:28:35.353 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:34 smithi114 ceph-mon[92908]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 11 pgs inactive, 18 pgs peering) 2024-09-04T21:28:35.353 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:35.056507454Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:36.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:35 smithi031 ceph-mon[108156]: pgmap v167: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:36.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:35 smithi031 ceph-mon[111990]: pgmap v167: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:36.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:35 smithi114 ceph-mon[92908]: pgmap v167: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:37.820 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[122702]: 2024-09-04T21:28:37.538+0000 7fc2619c5640 -1 osd.1 116 log_to_monitors true 2024-09-04T21:28:38.074 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:28:37] "GET /metrics HTTP/1.1" 200 38368 "" "Prometheus/2.51.0" 2024-09-04T21:28:38.074 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.074 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: pgmap v168: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:38.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: pgmap v168: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:38.076 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-04T21:28:38.076 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.076 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:38.05813674Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: pgmap v168: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:38.350 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:28:38 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[122702]: 2024-09-04T21:28:38.276+0000 7fc255767640 -1 osd.1 116 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:28:39.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[108156]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-04T21:28:39.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[108156]: osdmap e119: 8 total, 7 up, 8 in 2024-09-04T21:28:39.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[108156]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:39.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 87/636 objects degraded (13.679%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:39.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[111990]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-04T21:28:39.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[111990]: osdmap e119: 8 total, 7 up, 8 in 2024-09-04T21:28:39.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[111990]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:39.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:39 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 87/636 objects degraded (13.679%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:39.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:39 smithi114 ceph-mon[92908]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-04T21:28:39.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:39 smithi114 ceph-mon[92908]: osdmap e119: 8 total, 7 up, 8 in 2024-09-04T21:28:39.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:39 smithi114 ceph-mon[92908]: from='osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:28:39.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:39 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 87/636 objects degraded (13.679%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:40.342 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:28:40.342 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[111990]: osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770] boot 2024-09-04T21:28:40.342 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[111990]: osdmap e120: 8 total, 8 up, 8 in 2024-09-04T21:28:40.342 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-04T21:28:40.342 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[111990]: pgmap v171: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/636 objects degraded (13.679%) 2024-09-04T21:28:40.342 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:28:40.342 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[108156]: osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770] boot 2024-09-04T21:28:40.343 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[108156]: osdmap e120: 8 total, 8 up, 8 in 2024-09-04T21:28:40.343 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-04T21:28:40.343 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:40 smithi031 ceph-mon[108156]: pgmap v171: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/636 objects degraded (13.679%) 2024-09-04T21:28:40.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:40 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:28:40.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:40 smithi114 ceph-mon[92908]: osd.1 [v2:172.21.15.31:6810/911385770,v1:172.21.15.31:6811/911385770] boot 2024-09-04T21:28:40.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:40 smithi114 ceph-mon[92908]: osdmap e120: 8 total, 8 up, 8 in 2024-09-04T21:28:40.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:40 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-04T21:28:40.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:40 smithi114 ceph-mon[92908]: pgmap v171: 161 pgs: 40 active+undersized, 23 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/636 objects degraded (13.679%) 2024-09-04T21:28:41.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:41.061738234Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: osdmap e121: 8 total, 8 up, 8 in 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:28:41.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:28:41.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:41 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: osdmap e121: 8 total, 8 up, 8 in 2024-09-04T21:28:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:28:41.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: osdmap e121: 8 total, 8 up, 8 in 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:28:41.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:28:41.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:28:41.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:28:41.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:41.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:28:41.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:28:41.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:41 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:28:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[108156]: Upgrade: Finalizing container_image settings 2024-09-04T21:28:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[108156]: Upgrade: Complete! 2024-09-04T21:28:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[108156]: pgmap v173: 161 pgs: 35 active+undersized, 22 active+undersized+degraded, 104 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 81/636 objects degraded (12.736%) 2024-09-04T21:28:42.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:28:42.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[111990]: Upgrade: Finalizing container_image settings 2024-09-04T21:28:42.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[111990]: Upgrade: Complete! 2024-09-04T21:28:42.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:42 smithi031 ceph-mon[111990]: pgmap v173: 161 pgs: 35 active+undersized, 22 active+undersized+degraded, 104 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 81/636 objects degraded (12.736%) 2024-09-04T21:28:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:42 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:28:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:42 smithi114 ceph-mon[92908]: Upgrade: Finalizing container_image settings 2024-09-04T21:28:42.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:42 smithi114 ceph-mon[92908]: Upgrade: Complete! 2024-09-04T21:28:42.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:42 smithi114 ceph-mon[92908]: pgmap v173: 161 pgs: 35 active+undersized, 22 active+undersized+degraded, 104 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 81/636 objects degraded (12.736%) 2024-09-04T21:28:43.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:43 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:43.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:43 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:43.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:43 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:43.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:43 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:43.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:43 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:43 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:44.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:44 smithi114 ceph-mon[92908]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-04T21:28:44.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:44 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 81/636 objects degraded (12.736%), 22 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:44.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:44.052410184Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:44 smithi031 ceph-mon[108156]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-04T21:28:44.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:44 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 81/636 objects degraded (12.736%), 22 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:44.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:44 smithi031 ceph-mon[111990]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-04T21:28:44.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:44 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 81/636 objects degraded (12.736%), 22 pgs degraded (PG_DEGRADED) 2024-09-04T21:28:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:45 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/636 objects degraded (12.736%), 22 pgs degraded) 2024-09-04T21:28:45.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:45 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:28:45.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:45 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/636 objects degraded (12.736%), 22 pgs degraded) 2024-09-04T21:28:45.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:45 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:28:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:45 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/636 objects degraded (12.736%), 22 pgs degraded) 2024-09-04T21:28:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:45 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:28:46.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:46 smithi031 ceph-mon[108156]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 707 B/s rd, 0 op/s 2024-09-04T21:28:46.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:46 smithi031 ceph-mon[111990]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 707 B/s rd, 0 op/s 2024-09-04T21:28:46.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:46 smithi114 ceph-mon[92908]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 707 B/s rd, 0 op/s 2024-09-04T21:28:47.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:47.056840717Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:48.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:28:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:28:47] "GET /metrics HTTP/1.1" 200 38368 "" "Prometheus/2.51.0" 2024-09-04T21:28:48.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:48 smithi031 ceph-mon[108156]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2024-09-04T21:28:48.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:48 smithi031 ceph-mon[111990]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2024-09-04T21:28:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:48 smithi114 ceph-mon[92908]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2024-09-04T21:28:50.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:50.057128169Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:50.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:50 smithi031 ceph-mon[108156]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:28:50.805 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:50 smithi031 ceph-mon[111990]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:28:50.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:50 smithi114 ceph-mon[92908]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:28:52.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[108156]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 911 B/s rd, 0 op/s 2024-09-04T21:28:52.582 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:52.583 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:52.583 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:52.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[111990]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 911 B/s rd, 0 op/s 2024-09-04T21:28:52.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:52.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:52.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:52 smithi114 ceph-mon[92908]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 911 B/s rd, 0 op/s 2024-09-04T21:28:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:28:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:28:53.373 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:28:53.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:53.063981069Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:53.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:53 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:53.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:53 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:53.635 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:28:53.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:53 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:28:54.365 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (4m) 17s ago 25m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (3m) 2m ago 25m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (5m) 17s ago 24m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (5m) 2m ago 29m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (14m) 17s ago 30m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (2m) 17s ago 30m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (3m) 2m ago 29m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (2m) 17s ago 29m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (4m) 17s ago 24m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (4m) 2m ago 24m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:28:54.366 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (55s) 17s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (21s) 17s ago 28m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (28m) 17s ago 28m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (27m) 17s ago 27m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (27m) 2m ago 27m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (27m) 2m ago 27m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (26m) 2m ago 26m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (26m) 2m ago 26m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (4m) 2m ago 25m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (24m) 17s ago 24m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:28:54.367 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (24m) 2m ago 24m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:28:54.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:54 smithi031 ceph-mon[108156]: from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:54.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:54 smithi031 ceph-mon[108156]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:28:54.687 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:54 smithi031 ceph-mon[111990]: from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:54.687 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:54 smithi031 ceph-mon[111990]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:28:54.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:54 smithi114 ceph-mon[92908]: from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:54.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:54 smithi114 ceph-mon[92908]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:28:55.009 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-04T21:28:55.263 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:28:55.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:55 smithi031 ceph-mon[108156]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:55.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:55 smithi031 ceph-mon[111990]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:55.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:55 smithi114 ceph-mon[92908]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:56.010 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:28:56.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:56.063628526Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:56.564 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-04T21:28:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:28:56.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:56 smithi031 ceph-mon[108156]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:56.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:56 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/2725838768' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:56.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:56 smithi031 ceph-mon[111990]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:56.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:56 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/2725838768' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:56.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:56 smithi114 ceph-mon[92908]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:56.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:56 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/2725838768' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:28:58.079 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:28:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:28:57] "GET /metrics HTTP/1.1" 200 38285 "" "Prometheus/2.51.0" 2024-09-04T21:28:58.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:58 smithi031 ceph-mon[108156]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:58.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:58 smithi031 ceph-mon[111990]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:58.941 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:28:58.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:58 smithi114 ceph-mon[92908]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:28:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:28:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:28:59.063010858Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:28:59.601 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade status' 2024-09-04T21:28:59.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:28:59 smithi031 ceph-mon[108156]: from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:59.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:28:59 smithi031 ceph-mon[111990]: from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:28:59.856 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:28:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:28:59 smithi114 ceph-mon[92908]: from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": null, 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": false, 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "", 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": null, 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:29:00.473 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:29:00.815 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:00 smithi031 ceph-mon[108156]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:00.815 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:00 smithi031 ceph-mon[111990]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:00.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:00 smithi114 ceph-mon[92908]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:01.116 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:29:01.370 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:01.776 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:01 smithi031 ceph-mon[108156]: from='client.44274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:01.777 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:01 smithi031 ceph-mon[111990]: from='client.44274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:01 smithi114 ceph-mon[92908]: from='client.44274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:02.125 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:29:02.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:02.060810116Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:02.756 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:02 smithi031 ceph-mon[108156]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:02.756 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:02 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/1826383329' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:29:02.756 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:02 smithi031 ceph-mon[111990]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:02.756 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:02 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/1826383329' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:29:02.784 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1' 2024-09-04T21:29:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:02 smithi114 ceph-mon[92908]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:02.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:02 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/1826383329' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:29:03.032 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:03 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:03.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:03 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:03.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:03 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:04.709 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:04 smithi031 ceph-mon[108156]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:04.709 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:04 smithi031 ceph-mon[108156]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:04.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:04 smithi031 ceph-mon[111990]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:04.709 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:04 smithi031 ceph-mon[111990]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:04.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:04 smithi114 ceph-mon[92908]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:04.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:04 smithi114 ceph-mon[92908]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:05.046 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:05.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:05.054854281Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:05.656 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-04T21:29:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[108156]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:06.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[108156]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[108156]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[111990]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[111990]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:06.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:06 smithi031 ceph-mon[111990]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:06 smithi114 ceph-mon[92908]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:06 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:06 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:06 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:06 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:06 smithi114 ceph-mon[92908]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:06.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:06 smithi114 ceph-mon[92908]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:06.868 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:07.555 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:29:08.065 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.065 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:29:08.065 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:29:08.065 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mgr 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mon 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all crash 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: Upgrade: osd.2 is safe to restart 2024-09-04T21:29:08.066 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:08.067 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:08.067 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:07 smithi114 ceph-mon[92908]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:08.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:29:07] "GET /metrics HTTP/1.1" 200 38358 "" "Prometheus/2.51.0" 2024-09-04T21:29:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:29:08.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mgr 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mon 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all crash 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-04T21:29:08.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: Upgrade: osd.2 is safe to restart 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[108156]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.102 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mgr 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mon 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all crash 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: Upgrade: osd.2 is safe to restart 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:08.103 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:07 smithi031 ceph-mon[111990]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:08.146 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:29:08.146 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (4m) 31s ago 25m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:29:08.146 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (4m) 3m ago 25m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:29:08.146 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (5m) 31s ago 24m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:29:08.146 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (5m) 3m ago 29m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (14m) 31s ago 31m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (2m) 31s ago 31m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (3m) 3m ago 29m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (2m) 31s ago 29m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (5m) 31s ago 25m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (5m) 3m ago 25m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (69s) 31s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (35s) 31s ago 28m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (28m) 31s ago 28m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 61210c9db6c8 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (28m) 31s ago 28m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (27m) 3m ago 27m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (27m) 3m ago 27m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:29:08.147 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (26m) 3m ago 26m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:29:08.148 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (26m) 3m ago 26m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:29:08.148 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (4m) 3m ago 25m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:29:08.148 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (24m) 31s ago 24m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:29:08.148 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (24m) 3m ago 24m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:29:08.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:08.064182539Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:08.505 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:29:08.505 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 6, 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:08.506 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:29:08.507 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 8, 2024-09-04T21:29:08.507 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 7 2024-09-04T21:29:08.507 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:29:08.507 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:29:08.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[108156]: from='client.54302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:08.797 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[108156]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/8 daemons upgraded", 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:29:08.809 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:29:09.088 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/3457801663' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:09.088 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:09.088 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-04T21:29:09.088 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:09.089 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[111990]: from='client.54302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:09.089 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[111990]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:09.089 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/3457801663' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:09.089 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:09.089 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-04T21:29:09.089 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:09.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:08 smithi114 ceph-mon[92908]: from='client.54302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:09.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:08 smithi114 ceph-mon[92908]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:09.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:08 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/3457801663' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:09.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:09.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-04T21:29:09.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:10.021 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[108156]: Upgrade: Updating osd.2 2024-09-04T21:29:10.021 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[108156]: Deploying daemon osd.2 on smithi031 2024-09-04T21:29:10.021 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[108156]: from='client.44316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:10.021 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[108156]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:10.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[111990]: Upgrade: Updating osd.2 2024-09-04T21:29:10.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[111990]: Deploying daemon osd.2 on smithi031 2024-09-04T21:29:10.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[111990]: from='client.44316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:10.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:09 smithi031 ceph-mon[111990]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:10.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:09 smithi114 ceph-mon[92908]: Upgrade: Updating osd.2 2024-09-04T21:29:10.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:09 smithi114 ceph-mon[92908]: Deploying daemon osd.2 on smithi031 2024-09-04T21:29:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:09 smithi114 ceph-mon[92908]: from='client.44316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:09 smithi114 ceph-mon[92908]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:11.059064851Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:11.816 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:11 smithi031 systemd[1]: Stopping Ceph osd.2 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:29:12.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[49875]: 2024-09-04T21:29:11.813+0000 7f18e3ae1640 -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-09-04T21:29:12.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[49875]: 2024-09-04T21:29:11.813+0000 7f18e3ae1640 -1 osd.2 121 *** Got signal Terminated *** 2024-09-04T21:29:12.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[49875]: 2024-09-04T21:29:11.813+0000 7f18e3ae1640 -1 osd.2 121 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:29:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:12 smithi031 ceph-mon[108156]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:12 smithi031 ceph-mon[108156]: osd.2 marked itself down and dead 2024-09-04T21:29:12.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:12 smithi031 ceph-mon[111990]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:12.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:12 smithi031 ceph-mon[111990]: osd.2 marked itself down and dead 2024-09-04T21:29:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:12 smithi114 ceph-mon[92908]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:12 smithi114 ceph-mon[92908]: osd.2 marked itself down and dead 2024-09-04T21:29:13.392 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:13 smithi031 podman[128721]: 2024-09-04 21:29:13.099855977 +0000 UTC m=+1.403274652 container died 61210c9db6c80c6f955a6fef3f76bfb0716017b24416e8a428ee18992be629e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, RELEASE=squid-91c8a7e, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-04T21:29:13.750 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:13 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:13.750 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:13 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:29:13.750 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:13 smithi031 ceph-mon[108156]: osdmap e122: 8 total, 7 up, 8 in 2024-09-04T21:29:13.750 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:13 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:13.751 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:13 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:29:13.751 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:13 smithi031 ceph-mon[111990]: osdmap e122: 8 total, 7 up, 8 in 2024-09-04T21:29:13.751 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:13 smithi031 podman[128721]: 2024-09-04 21:29:13.497519441 +0000 UTC m=+1.800938115 container cleanup 61210c9db6c80c6f955a6fef3f76bfb0716017b24416e8a428ee18992be629e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, RELEASE=squid-91c8a7e, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-04T21:29:13.751 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:13 smithi031 bash[128721]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2 2024-09-04T21:29:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:13 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:13 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:29:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:13 smithi114 ceph-mon[92908]: osdmap e122: 8 total, 7 up, 8 in 2024-09-04T21:29:14.061 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:13 smithi031 podman[128747]: 2024-09-04 21:29:13.749043513 +0000 UTC m=+0.648379878 container remove 61210c9db6c80c6f955a6fef3f76bfb0716017b24416e8a428ee18992be629e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-91c8a7e, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-04T21:29:14.312 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:14 smithi031 podman[128839]: 2024-09-04 21:29:13.962849759 +0000 UTC m=+0.015834790 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:14.312 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:14 smithi031 podman[128839]: 2024-09-04 21:29:14.08336214 +0000 UTC m=+0.136347153 container create 3de06f1f4a91a2b4b56466ed91feb9e3a6a6dba41e9cee9af84db108efaafba5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=) 2024-09-04T21:29:14.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:14.059510789Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:14 smithi031 ceph-mon[108156]: pgmap v190: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:29:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:14 smithi031 ceph-mon[108156]: Health check failed: Reduced data availability: 9 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2024-09-04T21:29:14.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:14 smithi031 ceph-mon[108156]: osdmap e123: 8 total, 7 up, 8 in 2024-09-04T21:29:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:14 smithi031 ceph-mon[111990]: pgmap v190: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:29:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:14 smithi031 ceph-mon[111990]: Health check failed: Reduced data availability: 9 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2024-09-04T21:29:14.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:14 smithi031 ceph-mon[111990]: osdmap e123: 8 total, 7 up, 8 in 2024-09-04T21:29:14.601 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:14 smithi031 podman[128839]: 2024-09-04 21:29:14.310696286 +0000 UTC m=+0.363681299 container init 3de06f1f4a91a2b4b56466ed91feb9e3a6a6dba41e9cee9af84db108efaafba5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:29:14.601 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:14 smithi031 podman[128839]: 2024-09-04 21:29:14.314205112 +0000 UTC m=+0.367190131 container start 3de06f1f4a91a2b4b56466ed91feb9e3a6a6dba41e9cee9af84db108efaafba5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-04T21:29:14.602 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:14 smithi031 podman[128839]: 2024-09-04 21:29:14.402444798 +0000 UTC m=+0.455429815 container attach 3de06f1f4a91a2b4b56466ed91feb9e3a6a6dba41e9cee9af84db108efaafba5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-04T21:29:14.602 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:14 smithi031 podman[128839]: 2024-09-04 21:29:14.508138324 +0000 UTC m=+0.561123340 container died 3de06f1f4a91a2b4b56466ed91feb9e3a6a6dba41e9cee9af84db108efaafba5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:29:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:14 smithi114 ceph-mon[92908]: pgmap v190: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:29:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:14 smithi114 ceph-mon[92908]: Health check failed: Reduced data availability: 9 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2024-09-04T21:29:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:14 smithi114 ceph-mon[92908]: osdmap e123: 8 total, 7 up, 8 in 2024-09-04T21:29:15.600 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 podman[128862]: 2024-09-04 21:29:15.173056626 +0000 UTC m=+0.659197429 container remove 3de06f1f4a91a2b4b56466ed91feb9e3a6a6dba41e9cee9af84db108efaafba5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-04T21:29:15.600 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-04T21:29:15.600 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 systemd[1]: Stopped Ceph osd.2 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:29:15.600 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.2.service: Consumed 12.307s CPU time. 2024-09-04T21:29:15.600 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 systemd[1]: Starting Ceph osd.2 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:29:15.969 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 podman[128961]: 2024-09-04 21:29:15.531640329 +0000 UTC m=+0.016058970 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:15.969 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 podman[128961]: 2024-09-04 21:29:15.657306087 +0000 UTC m=+0.141724770 container create 4a26b9fbd907c1392ea71d16cc3d20d930d76336a5e8f6c30ea47dee59118d6d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-09-04T21:29:15.969 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 podman[128961]: 2024-09-04 21:29:15.867971647 +0000 UTC m=+0.352390295 container init 4a26b9fbd907c1392ea71d16cc3d20d930d76336a5e8f6c30ea47dee59118d6d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:29:15.969 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 podman[128961]: 2024-09-04 21:29:15.871762567 +0000 UTC m=+0.356181217 container start 4a26b9fbd907c1392ea71d16cc3d20d930d76336a5e8f6c30ea47dee59118d6d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:29:15.969 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:15 smithi031 podman[128961]: 2024-09-04 21:29:15.967717391 +0000 UTC m=+0.452136035 container attach 4a26b9fbd907c1392ea71d16cc3d20d930d76336a5e8f6c30ea47dee59118d6d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True) 2024-09-04T21:29:16.350 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:29:16.350 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:29:16.350 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:29:16.350 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:29:16.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-mon[108156]: pgmap v192: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:29:16.762 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-mon[111990]: pgmap v192: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:29:16.763 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-04T21:29:16.763 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-04T21:29:16.763 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-04T21:29:16.763 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-04T21:29:16.763 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-04T21:29:16.763 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-04T21:29:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:16 smithi114 ceph-mon[92908]: pgmap v192: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:29:17.089 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-04T21:29:17.089 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-04T21:29:17.089 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-04T21:29:17.090 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-04T21:29:17.090 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-04T21:29:17.090 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-04T21:29:17.090 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate[128976]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-04T21:29:17.090 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 bash[128961]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-04T21:29:17.090 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:16 smithi031 podman[128961]: 2024-09-04 21:29:16.790998121 +0000 UTC m=+1.275416770 container died 4a26b9fbd907c1392ea71d16cc3d20d930d76336a5e8f6c30ea47dee59118d6d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-04T21:29:17.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:17.054964631Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:17.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:17 smithi031 ceph-mon[108156]: pgmap v193: 161 pgs: 6 active+undersized, 40 peering, 1 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 5/636 objects degraded (0.786%) 2024-09-04T21:29:17.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:17 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 5/636 objects degraded (0.786%), 1 pg degraded (PG_DEGRADED) 2024-09-04T21:29:17.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:17 smithi031 ceph-mon[111990]: pgmap v193: 161 pgs: 6 active+undersized, 40 peering, 1 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 5/636 objects degraded (0.786%) 2024-09-04T21:29:17.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:17 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 5/636 objects degraded (0.786%), 1 pg degraded (PG_DEGRADED) 2024-09-04T21:29:17.649 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 podman[129106]: 2024-09-04 21:29:17.388368572 +0000 UTC m=+0.588082484 container remove 4a26b9fbd907c1392ea71d16cc3d20d930d76336a5e8f6c30ea47dee59118d6d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-activate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-04T21:29:17.649 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 podman[129166]: 2024-09-04 21:29:17.510347171 +0000 UTC m=+0.016868534 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:17.901 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:29:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:29:17] "GET /metrics HTTP/1.1" 200 38358 "" "Prometheus/2.51.0" 2024-09-04T21:29:17.901 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 podman[129166]: 2024-09-04 21:29:17.647584431 +0000 UTC m=+0.154105781 container create 162764458bab96f4c3e127dca1460d215e9f4281a2b9a2d3eaf7ca09452bf7e9 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-04T21:29:17.901 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 podman[129166]: 2024-09-04 21:29:17.875184241 +0000 UTC m=+0.381705604 container init 162764458bab96f4c3e127dca1460d215e9f4281a2b9a2d3eaf7ca09452bf7e9 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:29:17.901 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 podman[129166]: 2024-09-04 21:29:17.878453991 +0000 UTC m=+0.384975342 container start 162764458bab96f4c3e127dca1460d215e9f4281a2b9a2d3eaf7ca09452bf7e9 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-04T21:29:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:17 smithi114 ceph-mon[92908]: pgmap v193: 161 pgs: 6 active+undersized, 40 peering, 1 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 5/636 objects degraded (0.786%) 2024-09-04T21:29:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:17 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 5/636 objects degraded (0.786%), 1 pg degraded (PG_DEGRADED) 2024-09-04T21:29:18.350 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 ceph-osd[129184]: -- 172.21.15.31:0/616070106 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a4f2095a40 con 0x55a4f2e62000 2024-09-04T21:29:18.350 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 bash[129166]: 162764458bab96f4c3e127dca1460d215e9f4281a2b9a2d3eaf7ca09452bf7e9 2024-09-04T21:29:18.350 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:17 smithi031 systemd[1]: Started Ceph osd.2 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:29:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:19 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:19 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:19 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:19 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:19 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:19 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:19 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:19 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:19 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:19.850 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:19 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[129180]: 2024-09-04T21:29:19.795+0000 7fa37b1a7640 -1 Falling back to public interface 2024-09-04T21:29:20.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:20 smithi031 ceph-mon[108156]: pgmap v194: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 59/636 objects degraded (9.277%) 2024-09-04T21:29:20.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:20 smithi031 ceph-mon[111990]: pgmap v194: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 59/636 objects degraded (9.277%) 2024-09-04T21:29:20.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:20 smithi114 ceph-mon[92908]: pgmap v194: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 59/636 objects degraded (9.277%) 2024-09-04T21:29:20.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:20.063665754Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:21.257 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:21 smithi031 ceph-mon[108156]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 10 pgs peering) 2024-09-04T21:29:21.257 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:21 smithi031 ceph-mon[111990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 10 pgs peering) 2024-09-04T21:29:21.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:21 smithi114 ceph-mon[92908]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 10 pgs peering) 2024-09-04T21:29:22.329 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:22 smithi031 ceph-mon[108156]: pgmap v195: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 59/636 objects degraded (9.277%) 2024-09-04T21:29:22.330 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:22 smithi031 ceph-mon[111990]: pgmap v195: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 59/636 objects degraded (9.277%) 2024-09-04T21:29:22.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:22 smithi114 ceph-mon[92908]: pgmap v195: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 59/636 objects degraded (9.277%) 2024-09-04T21:29:23.432 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[129180]: 2024-09-04T21:29:23.130+0000 7fa37b1a7640 -1 osd.2 121 log_to_monitors true 2024-09-04T21:29:23.433 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.433 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.433 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.433 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:23.433 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:23.433 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.433 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.434 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[108156]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-04T21:29:23.434 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.434 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.434 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.434 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:23.435 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:23.435 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.435 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.435 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-mon[111990]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-04T21:29:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:23.058985436Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:23.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:23.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:23.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:23 smithi114 ceph-mon[92908]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-04T21:29:24.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:29:23 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[129180]: 2024-09-04T21:29:23.829+0000 7fa36ef49640 -1 osd.2 121 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:29:24.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:24 smithi114 ceph-mon[92908]: pgmap v196: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 59/636 objects degraded (9.277%) 2024-09-04T21:29:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:24 smithi114 ceph-mon[92908]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-04T21:29:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:24 smithi114 ceph-mon[92908]: osdmap e124: 8 total, 7 up, 8 in 2024-09-04T21:29:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:24 smithi114 ceph-mon[92908]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:29:24.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:24 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 59/636 objects degraded (9.277%), 14 pgs degraded (PG_DEGRADED) 2024-09-04T21:29:24.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[108156]: pgmap v196: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 59/636 objects degraded (9.277%) 2024-09-04T21:29:24.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[108156]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-04T21:29:24.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[108156]: osdmap e124: 8 total, 7 up, 8 in 2024-09-04T21:29:24.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[108156]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:29:24.472 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 59/636 objects degraded (9.277%), 14 pgs degraded (PG_DEGRADED) 2024-09-04T21:29:24.473 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[111990]: pgmap v196: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 59/636 objects degraded (9.277%) 2024-09-04T21:29:24.473 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[111990]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-04T21:29:24.473 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[111990]: osdmap e124: 8 total, 7 up, 8 in 2024-09-04T21:29:24.473 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[111990]: from='osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:29:24.473 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:24 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 59/636 objects degraded (9.277%), 14 pgs degraded (PG_DEGRADED) 2024-09-04T21:29:25.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:25 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:29:25.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:25 smithi114 ceph-mon[92908]: osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246] boot 2024-09-04T21:29:25.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:25 smithi114 ceph-mon[92908]: osdmap e125: 8 total, 8 up, 8 in 2024-09-04T21:29:25.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-04T21:29:25.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:29:25.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[108156]: osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246] boot 2024-09-04T21:29:25.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[108156]: osdmap e125: 8 total, 8 up, 8 in 2024-09-04T21:29:25.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-04T21:29:25.577 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:29:25.577 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[111990]: osd.2 [v2:172.21.15.31:6818/2969551246,v1:172.21.15.31:6819/2969551246] boot 2024-09-04T21:29:25.577 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[111990]: osdmap e125: 8 total, 8 up, 8 in 2024-09-04T21:29:25.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-04T21:29:26.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: pgmap v199: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 59/636 objects degraded (9.277%) 2024-09-04T21:29:26.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: osdmap e126: 8 total, 8 up, 8 in 2024-09-04T21:29:26.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:29:26.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: pgmap v199: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 59/636 objects degraded (9.277%) 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: osdmap e126: 8 total, 8 up, 8 in 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:29:26.355 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:29:26.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:29:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:26.064063382Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:26.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: pgmap v199: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 59/636 objects degraded (9.277%) 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: osdmap e126: 8 total, 8 up, 8 in 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:29:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:29:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:29:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:29:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:29:27.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:29:27.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: Upgrade: Finalizing container_image settings 2024-09-04T21:29:27.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: Upgrade: Complete! 2024-09-04T21:29:27.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: Upgrade: Finalizing container_image settings 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: Upgrade: Complete! 2024-09-04T21:29:27.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: Upgrade: Finalizing container_image settings 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: Upgrade: Complete! 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:27.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:27.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:27.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:29:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:29:27] "GET /metrics HTTP/1.1" 200 38356 "" "Prometheus/2.51.0" 2024-09-04T21:29:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:28 smithi031 ceph-mon[108156]: pgmap v201: 161 pgs: 5 peering, 29 active+undersized, 13 active+undersized+degraded, 114 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 54/636 objects degraded (8.491%) 2024-09-04T21:29:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:28 smithi031 ceph-mon[111990]: pgmap v201: 161 pgs: 5 peering, 29 active+undersized, 13 active+undersized+degraded, 114 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 54/636 objects degraded (8.491%) 2024-09-04T21:29:28.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:28 smithi114 ceph-mon[92908]: pgmap v201: 161 pgs: 5 peering, 29 active+undersized, 13 active+undersized+degraded, 114 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 54/636 objects degraded (8.491%) 2024-09-04T21:29:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:29.05995001Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:29.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:29 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 54/636 objects degraded (8.491%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:29:29.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:29 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 54/636 objects degraded (8.491%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:29:29.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:29 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 54/636 objects degraded (8.491%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:29:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:30 smithi031 ceph-mon[108156]: pgmap v202: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:30.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:30 smithi031 ceph-mon[111990]: pgmap v202: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:30 smithi114 ceph-mon[92908]: pgmap v202: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:31 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/636 objects degraded (8.491%), 13 pgs degraded) 2024-09-04T21:29:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:31 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:29:31.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:31 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/636 objects degraded (8.491%), 13 pgs degraded) 2024-09-04T21:29:31.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:31 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:29:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:31 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/636 objects degraded (8.491%), 13 pgs degraded) 2024-09-04T21:29:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:31 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:29:32.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:32.053541595Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:32.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:32 smithi031 ceph-mon[108156]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 666 B/s rd, 0 op/s 2024-09-04T21:29:32.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:32 smithi031 ceph-mon[111990]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 666 B/s rd, 0 op/s 2024-09-04T21:29:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:32 smithi114 ceph-mon[92908]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 666 B/s rd, 0 op/s 2024-09-04T21:29:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:33 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:33.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:33 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:33.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:33 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:34.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:34 smithi031 ceph-mon[111990]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:34.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:34 smithi031 ceph-mon[108156]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:34.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:34 smithi114 ceph-mon[92908]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:35.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:35.061268849Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:36.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:36 smithi031 ceph-mon[108156]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:29:36.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:36 smithi031 ceph-mon[111990]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:29:36.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:36 smithi114 ceph-mon[92908]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:29:38.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:29:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:29:37] "GET /metrics HTTP/1.1" 200 38349 "" "Prometheus/2.51.0" 2024-09-04T21:29:38.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:38.061306134Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:38 smithi114 ceph-mon[92908]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-09-04T21:29:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[108156]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-09-04T21:29:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:38 smithi031 ceph-mon[111990]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-09-04T21:29:39.933 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:29:40.187 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (4m) 18s ago 25m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (4m) 3m ago 25m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (6m) 18s ago 25m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (5m) 3m ago 30m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (15m) 18s ago 31m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (3m) 18s ago 31m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (3m) 3m ago 30m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (2m) 18s ago 30m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:29:40.842 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (5m) 18s ago 25m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (5m) 3m ago 25m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (101s) 18s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (68s) 18s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (23s) 18s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (28m) 18s ago 28m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (28m) 3m ago 28m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (27m) 3m ago 27m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (27m) 3m ago 27m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (26m) 3m ago 26m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (5m) 3m ago 26m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (25m) 18s ago 25m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:29:40.843 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (25m) 3m ago 25m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:29:40.844 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:40 smithi031 ceph-mon[108156]: from='client.44328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:40.844 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:40 smithi031 ceph-mon[108156]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:40.844 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:40 smithi031 ceph-mon[111990]: from='client.44328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:40.844 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:40 smithi031 ceph-mon[111990]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:40 smithi114 ceph-mon[92908]: from='client.44328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:40.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:40 smithi114 ceph-mon[92908]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:41.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:41.063020329Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:41.580 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-04T21:29:41.839 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:42.576 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:29:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:42 smithi031 ceph-mon[108156]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:42.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:42 smithi031 ceph-mon[108156]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:42.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:42 smithi031 ceph-mon[111990]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:42.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:42 smithi031 ceph-mon[111990]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:42 smithi114 ceph-mon[92908]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:42 smithi114 ceph-mon[92908]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:43.408 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 8'"'"'' 2024-09-04T21:29:43.669 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:43.789 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:43 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:43.789 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:43 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/1652392203' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:43.789 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:43 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:43.789 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:43 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/1652392203' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:43.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:43 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:43.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:43 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/1652392203' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:44.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:44.053233782Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:44.829 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:44 smithi031 ceph-mon[108156]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:44.829 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:44 smithi031 ceph-mon[111990]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:44.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:44 smithi114 ceph-mon[92908]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:45.613 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:29:45.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:45 smithi031 ceph-mon[108156]: from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:45.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:45 smithi031 ceph-mon[111990]: from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:45.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:45 smithi114 ceph-mon[92908]: from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:46.216 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade status' 2024-09-04T21:29:46.473 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:46.825 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:46 smithi031 ceph-mon[108156]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:46.826 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:46 smithi031 ceph-mon[111990]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:46 smithi114 ceph-mon[92908]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": null, 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": false, 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "", 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": null, 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:29:47.121 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:29:47.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:47.052027524Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:47.829 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:29:48.080 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:48.099 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:29:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:29:47] "GET /metrics HTTP/1.1" 200 38349 "" "Prometheus/2.51.0" 2024-09-04T21:29:48.844 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:29:48.845 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:48 smithi031 ceph-mon[108156]: from='client.54356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:48.845 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:48 smithi031 ceph-mon[108156]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:48.845 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:48 smithi031 ceph-mon[111990]: from='client.54356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:48.845 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:48 smithi031 ceph-mon[111990]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:48 smithi114 ceph-mon[92908]: from='client.54356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:48 smithi114 ceph-mon[92908]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:49.461 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd' 2024-09-04T21:29:49.714 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:49.834 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:49 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/3712480996' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:29:49.834 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:49 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/3712480996' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:29:49.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:49 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/3712480996' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:29:50.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:50.053739069Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:50 smithi031 ceph-mon[111990]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:50 smithi031 ceph-mon[111990]: from='client.54368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:50 smithi031 ceph-mon[108156]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:50 smithi031 ceph-mon[108156]: from='client.54368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:50.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:50 smithi114 ceph-mon[92908]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:50.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:50 smithi114 ceph-mon[92908]: from='client.54368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:51.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:51 smithi031 ceph-mon[108156]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:51.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:51 smithi031 ceph-mon[111990]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:51.726 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:51 smithi114 ceph-mon[92908]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:52.453 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:52.958 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:52.959 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:52 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:53.061 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:53.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:53.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:29:53.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:29:53.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:29:53.062 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:52 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:29:53.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:53.060849279Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:53.793 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:53.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:53.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-04T21:29:54.728 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:29:54.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[108156]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:29:54.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[108156]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:29:54.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mgr 2024-09-04T21:29:54.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mon 2024-09-04T21:29:54.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all crash 2024-09-04T21:29:54.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[108156]: Upgrade: osd.3 is safe to restart 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[111990]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[111990]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mgr 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mon 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all crash 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-04T21:29:54.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:54 smithi031 ceph-mon[111990]: Upgrade: osd.3 is safe to restart 2024-09-04T21:29:55.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:54 smithi114 ceph-mon[92908]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:29:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:54 smithi114 ceph-mon[92908]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:29:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:54 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mgr 2024-09-04T21:29:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:54 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mon 2024-09-04T21:29:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:54 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all crash 2024-09-04T21:29:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:54 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-04T21:29:55.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:54 smithi114 ceph-mon[92908]: Upgrade: osd.3 is safe to restart 2024-09-04T21:29:55.317 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:29:55.317 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (5m) 33s ago 26m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:29:55.317 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (4m) 4m ago 26m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:29:55.317 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (6m) 33s ago 25m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:29:55.317 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (6m) 4m ago 30m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (15m) 33s ago 31m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (3m) 33s ago 31m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (4m) 4m ago 30m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (3m) 33s ago 30m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (5m) 33s ago 25m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (5m) 4m ago 25m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (116s) 33s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (82s) 33s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (37s) 33s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (28m) 33s ago 28m - 2993M 19.1.1-259-g91c8a7e5 77770cf7e895 720f368d4035 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (28m) 4m ago 28m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (28m) 4m ago 28m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:29:55.318 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (27m) 4m ago 27m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:29:55.319 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (27m) 4m ago 27m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:29:55.319 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (5m) 4m ago 26m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:29:55.319 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (25m) 33s ago 25m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:29:55.319 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (25m) 4m ago 25m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:29:55.678 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:29:55.678 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:29:55.678 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:29:55.678 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:55.678 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:29:55.678 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 5, 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 7, 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 8 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:29:55.679 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:29:55.978 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:29:55.978 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:29:55.978 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:29:55.979 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-04T21:29:55.979 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:29:55.979 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "3/8 daemons upgraded", 2024-09-04T21:29:55.979 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:29:55.979 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:29:55.979 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:29:56.361 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:56.062989999Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:56.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: from='client.54374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: from='client.44376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.615 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: Upgrade: Updating osd.3 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: Deploying daemon osd.3 on smithi031 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/3528828099' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: from='client.54374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.616 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: from='client.44376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: Upgrade: Updating osd.3 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: Deploying daemon osd.3 on smithi031 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:56.617 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:56 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/3528828099' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:56.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: from='client.54374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: from='client.44376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: Upgrade: Updating osd.3 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: Deploying daemon osd.3 on smithi031 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:56.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:56 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/3528828099' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:29:57.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:57 smithi031 ceph-mon[111990]: from='client.44394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:57.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:57 smithi031 ceph-mon[108156]: from='client.44394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:57.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:57 smithi114 ceph-mon[92908]: from='client.44394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:29:58.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:29:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:29:57] "GET /metrics HTTP/1.1" 200 38355 "" "Prometheus/2.51.0" 2024-09-04T21:29:58.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:58 smithi031 ceph-mon[108156]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:58.420 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:58 smithi031 ceph-mon[111990]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:58.420 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:29:58 smithi031 systemd[1]: Stopping Ceph osd.3 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:29:58.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:58 smithi114 ceph-mon[92908]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:29:58.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:29:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[55723]: 2024-09-04T21:29:58.417+0000 7fc89fa87640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -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-09-04T21:29:58.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:29:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[55723]: 2024-09-04T21:29:58.417+0000 7fc89fa87640 -1 osd.3 126 *** Got signal Terminated *** 2024-09-04T21:29:58.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:29:58 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[55723]: 2024-09-04T21:29:58.417+0000 7fc89fa87640 -1 osd.3 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:29:59.370 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:29:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:29:59.05776447Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:29:59.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:29:59 smithi114 ceph-mon[92908]: osd.3 marked itself down and dead 2024-09-04T21:29:59.799 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:29:59 smithi031 ceph-mon[108156]: osd.3 marked itself down and dead 2024-09-04T21:29:59.799 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:29:59 smithi031 ceph-mon[111990]: osd.3 marked itself down and dead 2024-09-04T21:30:00.052 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:29:59 smithi031 podman[135118]: 2024-09-04 21:29:59.797828801 +0000 UTC m=+1.485981406 container died 720f368d40354ab607d32f5cfa6bba464e6e58894103789c9062ecae1417fb19 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, RELEASE=squid-91c8a7e, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:30:00.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:00 smithi031 podman[135118]: 2024-09-04 21:30:00.15102855 +0000 UTC m=+1.839181158 container cleanup 720f368d40354ab607d32f5cfa6bba464e6e58894103789c9062ecae1417fb19 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=squid-91c8a7e, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:30:00.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:00 smithi031 bash[135118]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3 2024-09-04T21:30:00.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:00 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:30:00.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:00 smithi114 ceph-mon[92908]: osdmap e127: 8 total, 7 up, 8 in 2024-09-04T21:30:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:00 smithi114 ceph-mon[92908]: pgmap v218: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:30:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:00 smithi114 ceph-mon[92908]: Health detail: HEALTH_WARN 1 osds down 2024-09-04T21:30:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:00 smithi114 ceph-mon[92908]: [WRN] OSD_DOWN: 1 osds down 2024-09-04T21:30:00.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:00 smithi114 ceph-mon[92908]: osd.3 (root=default,host=smithi031) is down 2024-09-04T21:30:00.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:30:00.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[108156]: osdmap e127: 8 total, 7 up, 8 in 2024-09-04T21:30:00.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[108156]: pgmap v218: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:30:00.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[108156]: Health detail: HEALTH_WARN 1 osds down 2024-09-04T21:30:00.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[108156]: [WRN] OSD_DOWN: 1 osds down 2024-09-04T21:30:00.822 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[108156]: osd.3 (root=default,host=smithi031) is down 2024-09-04T21:30:00.822 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:00 smithi031 podman[135133]: 2024-09-04 21:30:00.477802007 +0000 UTC m=+0.677680333 container remove 720f368d40354ab607d32f5cfa6bba464e6e58894103789c9062ecae1417fb19 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=squid-91c8a7e, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:30:00.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:30:00.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[111990]: osdmap e127: 8 total, 7 up, 8 in 2024-09-04T21:30:00.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[111990]: pgmap v218: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:30:00.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[111990]: Health detail: HEALTH_WARN 1 osds down 2024-09-04T21:30:00.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[111990]: [WRN] OSD_DOWN: 1 osds down 2024-09-04T21:30:00.823 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:00 smithi031 ceph-mon[111990]: osd.3 (root=default,host=smithi031) is down 2024-09-04T21:30:01.102 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:00 smithi031 podman[135223]: 2024-09-04 21:30:00.820311997 +0000 UTC m=+0.108764510 container create 79e0ca7934e3d48d76b6a8c68d66888c936c1515123ced065a944195f2498e33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2) 2024-09-04T21:30:01.102 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:00 smithi031 podman[135223]: 2024-09-04 21:30:00.727601236 +0000 UTC m=+0.016053761 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:30:01.102 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 podman[135223]: 2024-09-04 21:30:01.023006076 +0000 UTC m=+0.311458591 container init 79e0ca7934e3d48d76b6a8c68d66888c936c1515123ced065a944195f2498e33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:30:01.102 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 podman[135223]: 2024-09-04 21:30:01.026758865 +0000 UTC m=+0.315211377 container start 79e0ca7934e3d48d76b6a8c68d66888c936c1515123ced065a944195f2498e33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-04T21:30:01.388 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 podman[135223]: 2024-09-04 21:30:01.122925778 +0000 UTC m=+0.411378312 container attach 79e0ca7934e3d48d76b6a8c68d66888c936c1515123ced065a944195f2498e33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-04T21:30:01.388 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 podman[135223]: 2024-09-04 21:30:01.223016109 +0000 UTC m=+0.511468621 container died 79e0ca7934e3d48d76b6a8c68d66888c936c1515123ced065a944195f2498e33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-04T21:30:01.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:01 smithi114 ceph-mon[92908]: osdmap e128: 8 total, 7 up, 8 in 2024-09-04T21:30:01.794 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:01 smithi031 ceph-mon[108156]: osdmap e128: 8 total, 7 up, 8 in 2024-09-04T21:30:01.794 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:01 smithi031 ceph-mon[111990]: osdmap e128: 8 total, 7 up, 8 in 2024-09-04T21:30:02.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 podman[135247]: 2024-09-04 21:30:01.793207464 +0000 UTC m=+0.564736906 container remove 79e0ca7934e3d48d76b6a8c68d66888c936c1515123ced065a944195f2498e33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:30:02.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-04T21:30:02.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 systemd[1]: Stopped Ceph osd.3 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:30:02.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:01 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.3.service: Consumed 16.039s CPU time. 2024-09-04T21:30:02.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 systemd[1]: Starting Ceph osd.3 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:30:02.399 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:02.062129186Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:02.498 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:02 smithi031 ceph-mon[108156]: pgmap v220: 161 pgs: 8 active+undersized, 21 stale+active+clean, 6 active+undersized+degraded, 126 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 23/636 objects degraded (3.616%) 2024-09-04T21:30:02.499 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:02 smithi031 ceph-mon[111990]: pgmap v220: 161 pgs: 8 active+undersized, 21 stale+active+clean, 6 active+undersized+degraded, 126 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 23/636 objects degraded (3.616%) 2024-09-04T21:30:02.499 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 podman[135347]: 2024-09-04 21:30:02.138888634 +0000 UTC m=+0.016065890 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:30:02.499 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 podman[135347]: 2024-09-04 21:30:02.244837044 +0000 UTC m=+0.122014290 container create 6dcdfc859a73b63b0133d0abba09df2288800ca891693e579498f05db150d66b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=) 2024-09-04T21:30:02.499 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 podman[135347]: 2024-09-04 21:30:02.497593293 +0000 UTC m=+0.374770539 container init 6dcdfc859a73b63b0133d0abba09df2288800ca891693e579498f05db150d66b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:30:02.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:02 smithi114 ceph-mon[92908]: pgmap v220: 161 pgs: 8 active+undersized, 21 stale+active+clean, 6 active+undersized+degraded, 126 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 23/636 objects degraded (3.616%) 2024-09-04T21:30:02.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 podman[135347]: 2024-09-04 21:30:02.501387809 +0000 UTC m=+0.378565061 container start 6dcdfc859a73b63b0133d0abba09df2288800ca891693e579498f05db150d66b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-04T21:30:02.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 podman[135347]: 2024-09-04 21:30:02.59756331 +0000 UTC m=+0.474740556 container attach 6dcdfc859a73b63b0133d0abba09df2288800ca891693e579498f05db150d66b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-04T21:30:02.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:02.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 bash[135347]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:02.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:02.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:02 smithi031 bash[135347]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:03.394 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-04T21:30:03.394 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 bash[135347]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-04T21:30:03.394 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-04T21:30:03.394 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 bash[135347]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-04T21:30:03.394 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-04T21:30:03.394 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 bash[135347]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-04T21:30:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:03 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:03 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 23/636 objects degraded (3.616%), 6 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:03.769 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:03.769 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 23/636 objects degraded (3.616%), 6 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:03.769 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:03.769 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 23/636 objects degraded (3.616%), 6 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 bash[135347]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 bash[135347]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 bash[135347]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate[135362]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 bash[135347]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-04T21:30:03.770 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:03 smithi031 podman[135347]: 2024-09-04 21:30:03.422292066 +0000 UTC m=+1.299469321 container died 6dcdfc859a73b63b0133d0abba09df2288800ca891693e579498f05db150d66b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:30:04.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 podman[135496]: 2024-09-04 21:30:04.051456201 +0000 UTC m=+0.623125058 container remove 6dcdfc859a73b63b0133d0abba09df2288800ca891693e579498f05db150d66b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-activate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-04T21:30:04.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 podman[135554]: 2024-09-04 21:30:04.164715265 +0000 UTC m=+0.015887829 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:30:04.630 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:04 smithi031 ceph-mon[108156]: pgmap v221: 161 pgs: 36 active+undersized, 2 stale+active+clean, 23 active+undersized+degraded, 100 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:04.630 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:04 smithi031 ceph-mon[111990]: pgmap v221: 161 pgs: 36 active+undersized, 2 stale+active+clean, 23 active+undersized+degraded, 100 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:04.631 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 podman[135554]: 2024-09-04 21:30:04.369195777 +0000 UTC m=+0.220368339 container create 06b061c9248bcb7b9140bdfae6b65c6dfac01174c2ef047e234b568f4a20806d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-04T21:30:04.631 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 podman[135554]: 2024-09-04 21:30:04.60520438 +0000 UTC m=+0.456376946 container init 06b061c9248bcb7b9140bdfae6b65c6dfac01174c2ef047e234b568f4a20806d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-04T21:30:04.631 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 podman[135554]: 2024-09-04 21:30:04.608411382 +0000 UTC m=+0.459583948 container start 06b061c9248bcb7b9140bdfae6b65c6dfac01174c2ef047e234b568f4a20806d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-04T21:30:04.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:04 smithi114 ceph-mon[92908]: pgmap v221: 161 pgs: 36 active+undersized, 2 stale+active+clean, 23 active+undersized+degraded, 100 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:05.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 ceph-osd[135572]: -- 172.21.15.31:0/3124606544 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557db6ba7a40 con 0x557db7974400 2024-09-04T21:30:05.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 bash[135554]: 06b061c9248bcb7b9140bdfae6b65c6dfac01174c2ef047e234b568f4a20806d 2024-09-04T21:30:05.100 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:04 smithi031 systemd[1]: Started Ceph osd.3 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:30:05.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:05.059337495Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:06.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:05 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:06.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:05 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:06.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:05 smithi031 ceph-mon[111990]: pgmap v222: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:05 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:05 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:05 smithi031 ceph-mon[108156]: pgmap v222: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:06.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:05 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:06.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:05 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:06.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:05 smithi114 ceph-mon[92908]: pgmap v222: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:06.555 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:06 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[135568]: 2024-09-04T21:30:06.234+0000 7fb3f1b60640 -1 Falling back to public interface 2024-09-04T21:30:08.004 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:30:07] "GET /metrics HTTP/1.1" 200 38352 "" "Prometheus/2.51.0" 2024-09-04T21:30:08.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:08.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:08.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:08 smithi031 ceph-mon[108156]: pgmap v223: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:08.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:08.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:08.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:08 smithi031 ceph-mon[111990]: pgmap v223: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:08.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:08.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:08.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:08 smithi114 ceph-mon[92908]: pgmap v223: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:08.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:08.051718945Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:10.074 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[135568]: 2024-09-04T21:30:09.801+0000 7fb3f1b60640 -1 osd.3 126 log_to_monitors true 2024-09-04T21:30:10.074 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.074 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.074 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 79/636 objects degraded (12.421%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[108156]: pgmap v224: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[108156]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 79/636 objects degraded (12.421%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[111990]: pgmap v224: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.075 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:09 smithi031 ceph-mon[111990]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-04T21:30:10.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:09 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:09 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:09 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 79/636 objects degraded (12.421%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:09 smithi114 ceph-mon[92908]: pgmap v224: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:09 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:09 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:10.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:09 smithi114 ceph-mon[92908]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-04T21:30:11.196 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[135568]: 2024-09-04T21:30:11.034+0000 7fb3e5902640 -1 osd.3 126 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:30:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:11.05250537Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:11.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[108156]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-04T21:30:11.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[108156]: osdmap e129: 8 total, 7 up, 8 in 2024-09-04T21:30:11.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[108156]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:30:11.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[108156]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' 2024-09-04T21:30:11.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[111990]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-04T21:30:11.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[111990]: osdmap e129: 8 total, 7 up, 8 in 2024-09-04T21:30:11.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[111990]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:30:11.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:11 smithi031 ceph-mon[111990]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' 2024-09-04T21:30:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:11 smithi114 ceph-mon[92908]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-04T21:30:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:11 smithi114 ceph-mon[92908]: osdmap e129: 8 total, 7 up, 8 in 2024-09-04T21:30:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:11 smithi114 ceph-mon[92908]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]} : dispatch 2024-09-04T21:30:11.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:11 smithi114 ceph-mon[92908]: from='osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892]' entity='osd.3' 2024-09-04T21:30:12.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:30:12.769+0000 7fb81c7ef640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:30:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[108156]: pgmap v226: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:30:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[108156]: osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892] boot 2024-09-04T21:30:12.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[108156]: osdmap e130: 8 total, 8 up, 8 in 2024-09-04T21:30:12.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-04T21:30:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[111990]: pgmap v226: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:30:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[111990]: osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892] boot 2024-09-04T21:30:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[111990]: osdmap e130: 8 total, 8 up, 8 in 2024-09-04T21:30:12.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:12 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-04T21:30:12.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:12 smithi114 ceph-mon[92908]: pgmap v226: 161 pgs: 43 active+undersized, 23 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 79/636 objects degraded (12.421%) 2024-09-04T21:30:12.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:12 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:30:12.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:12 smithi114 ceph-mon[92908]: osd.3 [v2:172.21.15.31:6826/2262714892,v1:172.21.15.31:6827/2262714892] boot 2024-09-04T21:30:12.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:12 smithi114 ceph-mon[92908]: osdmap e130: 8 total, 8 up, 8 in 2024-09-04T21:30:12.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:12 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-04T21:30:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:30:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[111990]: osdmap e131: 8 total, 8 up, 8 in 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:30:13.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:30:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-04T21:30:13.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:13 smithi031 ceph-mon[108156]: osdmap e131: 8 total, 8 up, 8 in 2024-09-04T21:30:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-04T21:30:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:13 smithi114 ceph-mon[92908]: osdmap e131: 8 total, 8 up, 8 in 2024-09-04T21:30:14.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:14.059332634Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:14.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-04T21:30:14.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[108156]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:30:14.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[108156]: pgmap v229: 161 pgs: 18 peering, 27 active+undersized, 13 active+undersized+degraded, 103 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 48/636 objects degraded (7.547%) 2024-09-04T21:30:14.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 48/636 objects degraded (7.547%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:14.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-04T21:30:14.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[111990]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:30:14.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[111990]: pgmap v229: 161 pgs: 18 peering, 27 active+undersized, 13 active+undersized+degraded, 103 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 48/636 objects degraded (7.547%) 2024-09-04T21:30:14.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:14 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 48/636 objects degraded (7.547%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:14 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-04T21:30:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:14 smithi114 ceph-mon[92908]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:30:14.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:14 smithi114 ceph-mon[92908]: pgmap v229: 161 pgs: 18 peering, 27 active+undersized, 13 active+undersized+degraded, 103 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 48/636 objects degraded (7.547%) 2024-09-04T21:30:14.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:14 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 48/636 objects degraded (7.547%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:16 smithi031 ceph-mon[108156]: pgmap v230: 161 pgs: 18 peering, 22 active+undersized, 13 active+undersized+degraded, 108 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 48/636 objects degraded (7.547%) 2024-09-04T21:30:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:16 smithi031 ceph-mon[111990]: pgmap v230: 161 pgs: 18 peering, 22 active+undersized, 13 active+undersized+degraded, 108 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 48/636 objects degraded (7.547%) 2024-09-04T21:30:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:16 smithi114 ceph-mon[92908]: pgmap v230: 161 pgs: 18 peering, 22 active+undersized, 13 active+undersized+degraded, 108 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 48/636 objects degraded (7.547%) 2024-09-04T21:30:17.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:17.059905631Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:17 smithi114 ceph-mon[92908]: pgmap v231: 161 pgs: 18 peering, 143 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:17 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/636 objects degraded (7.547%), 13 pgs degraded) 2024-09-04T21:30:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:17 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:30:18.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:30:17] "GET /metrics HTTP/1.1" 200 38352 "" "Prometheus/2.51.0" 2024-09-04T21:30:18.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:17 smithi031 ceph-mon[111990]: pgmap v231: 161 pgs: 18 peering, 143 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:18.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:17 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/636 objects degraded (7.547%), 13 pgs degraded) 2024-09-04T21:30:18.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:17 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:30:18.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:17 smithi031 ceph-mon[108156]: pgmap v231: 161 pgs: 18 peering, 143 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:17 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/636 objects degraded (7.547%), 13 pgs degraded) 2024-09-04T21:30:18.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:17 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:30:20.352 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:20 smithi031 ceph-mon[108156]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:20.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:20 smithi031 ceph-mon[111990]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:20.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:20 smithi114 ceph-mon[92908]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:20.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:20.058668271Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:22 smithi031 ceph-mon[108156]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:22 smithi031 ceph-mon[111990]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:22 smithi114 ceph-mon[92908]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:23.059513068Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:23 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:23.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:23 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:23 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:24 smithi031 ceph-mon[108156]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:24 smithi031 ceph-mon[111990]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:24.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:24 smithi114 ceph-mon[92908]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:26.306 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:30:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:26.063705918Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:26.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:26 smithi031 ceph-mon[108156]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:26.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:26 smithi031 ceph-mon[111990]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (5m) 17s ago 26m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (5m) 4m ago 26m 74.1M - c8b91775d855 f49ca3053983 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (6m) 17s ago 26m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (6m) 4m ago 30m 454M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (16m) 17s ago 32m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (3m) 17s ago 32m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (4m) 4m ago 31m 18.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (3m) 17s ago 31m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (6m) 17s ago 26m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (6m) 4m ago 26m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (2m) 17s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (114s) 17s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:30:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (69s) 17s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (22s) 17s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (28m) 4m ago 28m 57.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 f422a03127ef 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (28m) 4m ago 28m 64.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (28m) 4m ago 28m 51.3M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (27m) 4m ago 27m 58.1M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (6m) 4m ago 27m 40.4M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (26m) 17s ago 26m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:30:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (26m) 4m ago 26m 92.0M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:30:26.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:26 smithi114 ceph-mon[92908]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-04T21:30:27.238 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:30:27.238 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:30:27.238 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:30:27.238 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:27.238 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:30:27.238 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 4, 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 4 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 6, 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 9 2024-09-04T21:30:27.239 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:30:27.240 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:30:27.535 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "4/8 daemons upgraded", 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:30:27.536 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:30:27.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:27 smithi031 ceph-mon[108156]: from='client.44406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:27.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:27 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/2479196887' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:27.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:27 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:27.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:27 smithi031 ceph-mon[111990]: from='client.44406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:27.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:27 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/2479196887' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:27.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:27 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:27.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:27 smithi114 ceph-mon[92908]: from='client.44406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:27.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:27 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/2479196887' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:27.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:27 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:30:27] "GET /metrics HTTP/1.1" 200 38345 "" "Prometheus/2.51.0" 2024-09-04T21:30:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[111990]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[111990]: from='client.44418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[111990]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-09-04T21:30:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[111990]: from='client.54434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-04T21:30:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[108156]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[108156]: from='client.44418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[108156]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-09-04T21:30:28.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[108156]: from='client.54434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:28 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-04T21:30:28.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:28 smithi114 ceph-mon[92908]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:28 smithi114 ceph-mon[92908]: from='client.44418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:28 smithi114 ceph-mon[92908]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-09-04T21:30:28.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:28 smithi114 ceph-mon[92908]: from='client.54434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:28.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:28 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-04T21:30:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:29.063990755Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:29.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-04T21:30:29.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[108156]: Upgrade: osd.4 is safe to restart 2024-09-04T21:30:29.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:29.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-04T21:30:29.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:29.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-04T21:30:29.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[111990]: Upgrade: osd.4 is safe to restart 2024-09-04T21:30:29.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:29.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-04T21:30:29.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:29 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:29.913 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:29 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-04T21:30:29.913 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:29 smithi114 ceph-mon[92908]: Upgrade: osd.4 is safe to restart 2024-09-04T21:30:29.913 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:29 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:29.913 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:29 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-04T21:30:29.913 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:29 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:30 smithi031 ceph-mon[108156]: Upgrade: Updating osd.4 2024-09-04T21:30:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:30 smithi031 ceph-mon[108156]: Deploying daemon osd.4 on smithi114 2024-09-04T21:30:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:30 smithi031 ceph-mon[108156]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:30:30.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:30 smithi031 ceph-mon[111990]: Upgrade: Updating osd.4 2024-09-04T21:30:30.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:30 smithi031 ceph-mon[111990]: Deploying daemon osd.4 on smithi114 2024-09-04T21:30:30.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:30 smithi031 ceph-mon[111990]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:30:30.936 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:30 smithi114 ceph-mon[92908]: Upgrade: Updating osd.4 2024-09-04T21:30:30.936 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:30 smithi114 ceph-mon[92908]: Deploying daemon osd.4 on smithi114 2024-09-04T21:30:30.936 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:30 smithi114 ceph-mon[92908]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:30:31.833 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:31 smithi114 ceph-mon[92908]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:30:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:31 smithi031 ceph-mon[108156]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:30:32.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:31 smithi031 ceph-mon[111990]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:30:32.189 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:32.054948148Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:32.451 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:32 smithi114 systemd[1]: Stopping Ceph osd.4 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:30:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:32 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:32 smithi114 ceph-mon[92908]: osd.4 marked itself down and dead 2024-09-04T21:30:32.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[32807]: 2024-09-04T21:30:32.486+0000 7f5630b47640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -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-09-04T21:30:32.952 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[32807]: 2024-09-04T21:30:32.486+0000 7f5630b47640 -1 osd.4 131 *** Got signal Terminated *** 2024-09-04T21:30:32.952 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[32807]: 2024-09-04T21:30:32.486+0000 7f5630b47640 -1 osd.4 131 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:30:33.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:32 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:33.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:32 smithi031 ceph-mon[111990]: osd.4 marked itself down and dead 2024-09-04T21:30:33.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:32 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:33.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:32 smithi031 ceph-mon[108156]: osd.4 marked itself down and dead 2024-09-04T21:30:33.306 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:32 smithi114 podman[97529]: 2024-09-04 21:30:32.998559855 +0000 UTC m=+0.641809729 container died f422a03127ef47dd5e009390c6d4ef97abe43b77ea1afb74ba49b4f7a0b5dda0 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, org.label-schema.build-date=20240731, RELEASE=squid-91c8a7e, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-04T21:30:33.614 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:33 smithi114 podman[97529]: 2024-09-04 21:30:33.403575512 +0000 UTC m=+1.046825368 container cleanup f422a03127ef47dd5e009390c6d4ef97abe43b77ea1afb74ba49b4f7a0b5dda0 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-91c8a7e, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-04T21:30:33.614 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:33 smithi114 bash[97529]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4 2024-09-04T21:30:33.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:33 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:30:33.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:33 smithi114 ceph-mon[92908]: osdmap e132: 8 total, 7 up, 8 in 2024-09-04T21:30:33.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:33 smithi114 ceph-mon[92908]: pgmap v240: 161 pgs: 43 peering, 11 stale+active+clean, 107 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-09-04T21:30:33.952 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:33 smithi114 podman[97546]: 2024-09-04 21:30:33.613078739 +0000 UTC m=+0.614177235 container remove f422a03127ef47dd5e009390c6d4ef97abe43b77ea1afb74ba49b4f7a0b5dda0 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-91c8a7e, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-04T21:30:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:33 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:30:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:33 smithi031 ceph-mon[108156]: osdmap e132: 8 total, 7 up, 8 in 2024-09-04T21:30:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:33 smithi031 ceph-mon[108156]: pgmap v240: 161 pgs: 43 peering, 11 stale+active+clean, 107 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-09-04T21:30:34.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:33 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:30:34.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:33 smithi031 ceph-mon[111990]: osdmap e132: 8 total, 7 up, 8 in 2024-09-04T21:30:34.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:33 smithi031 ceph-mon[111990]: pgmap v240: 161 pgs: 43 peering, 11 stale+active+clean, 107 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-09-04T21:30:34.243 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:33 smithi114 podman[97634]: 2024-09-04 21:30:33.860245709 +0000 UTC m=+0.016228978 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:30:34.243 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:33 smithi114 podman[97634]: 2024-09-04 21:30:33.990018732 +0000 UTC m=+0.146001990 container create 763a6b884817dc57a3635ac990ea64485166cc423d2a472a19491952aac69222 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True) 2024-09-04T21:30:34.639 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:34 smithi114 podman[97634]: 2024-09-04 21:30:34.242003886 +0000 UTC m=+0.397987144 container init 763a6b884817dc57a3635ac990ea64485166cc423d2a472a19491952aac69222 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-04T21:30:34.639 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:34 smithi114 podman[97634]: 2024-09-04 21:30:34.246622094 +0000 UTC m=+0.402605358 container start 763a6b884817dc57a3635ac990ea64485166cc423d2a472a19491952aac69222 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:30:34.639 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:34 smithi114 podman[97634]: 2024-09-04 21:30:34.375384074 +0000 UTC m=+0.531367344 container attach 763a6b884817dc57a3635ac990ea64485166cc423d2a472a19491952aac69222 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-09-04T21:30:34.639 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:34 smithi114 podman[97634]: 2024-09-04 21:30:34.441850503 +0000 UTC m=+0.597833761 container died 763a6b884817dc57a3635ac990ea64485166cc423d2a472a19491952aac69222 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux ) 2024-09-04T21:30:34.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:34 smithi114 ceph-mon[92908]: Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2024-09-04T21:30:34.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:34 smithi114 ceph-mon[92908]: osdmap e133: 8 total, 7 up, 8 in 2024-09-04T21:30:35.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:34 smithi031 ceph-mon[108156]: Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2024-09-04T21:30:35.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:34 smithi031 ceph-mon[108156]: osdmap e133: 8 total, 7 up, 8 in 2024-09-04T21:30:35.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:34 smithi031 ceph-mon[111990]: Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2024-09-04T21:30:35.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:34 smithi031 ceph-mon[111990]: osdmap e133: 8 total, 7 up, 8 in 2024-09-04T21:30:35.287 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:35.063451358Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:35.287 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 podman[97658]: 2024-09-04 21:30:35.064430589 +0000 UTC m=+0.616577104 container remove 763a6b884817dc57a3635ac990ea64485166cc423d2a472a19491952aac69222 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:30:35.287 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-04T21:30:35.287 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 systemd[1]: Stopped Ceph osd.4 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:30:35.287 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.4.service: Consumed 15.306s CPU time. 2024-09-04T21:30:35.608 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 systemd[1]: Starting Ceph osd.4 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:30:35.608 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 podman[97758]: 2024-09-04 21:30:35.399433893 +0000 UTC m=+0.015723449 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:30:35.608 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 podman[97758]: 2024-09-04 21:30:35.49922148 +0000 UTC m=+0.115511090 container create b4839fe0c28bc5dc6bb083a89d90ccd2fcf67490b11727c36884a0206f4cc4c5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:30:35.867 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:35 smithi114 ceph-mon[92908]: pgmap v242: 161 pgs: 4 active+undersized, 43 peering, 8 stale+active+clean, 2 active+undersized+degraded, 104 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-04T21:30:35.867 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 podman[97758]: 2024-09-04 21:30:35.735030973 +0000 UTC m=+0.351320523 container init b4839fe0c28bc5dc6bb083a89d90ccd2fcf67490b11727c36884a0206f4cc4c5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-04T21:30:35.867 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 podman[97758]: 2024-09-04 21:30:35.7383817 +0000 UTC m=+0.354671247 container start b4839fe0c28bc5dc6bb083a89d90ccd2fcf67490b11727c36884a0206f4cc4c5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:30:35.867 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 podman[97758]: 2024-09-04 21:30:35.834914816 +0000 UTC m=+0.451204379 container attach b4839fe0c28bc5dc6bb083a89d90ccd2fcf67490b11727c36884a0206f4cc4c5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.license=GPLv2) 2024-09-04T21:30:36.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:35 smithi031 ceph-mon[111990]: pgmap v242: 161 pgs: 4 active+undersized, 43 peering, 8 stale+active+clean, 2 active+undersized+degraded, 104 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-04T21:30:36.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:35 smithi031 ceph-mon[108156]: pgmap v242: 161 pgs: 4 active+undersized, 43 peering, 8 stale+active+clean, 2 active+undersized+degraded, 104 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-04T21:30:36.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:36.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 bash[97758]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:36.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:36.202 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:35 smithi114 bash[97758]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:30:36.620 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-04T21:30:36.620 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 bash[97758]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-04T21:30:36.620 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-04T21:30:36.620 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 bash[97758]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-04T21:30:36.620 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-04T21:30:36.620 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 bash[97758]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-04T21:30:36.932 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 6/636 objects degraded (0.943%), 2 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:36.932 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 bash[97758]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 bash[97758]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 bash[97758]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate[97772]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 bash[97758]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-04T21:30:36.933 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:36 smithi114 podman[97758]: 2024-09-04 21:30:36.64693458 +0000 UTC m=+1.263224138 container died b4839fe0c28bc5dc6bb083a89d90ccd2fcf67490b11727c36884a0206f4cc4c5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:30:37.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:36 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 6/636 objects degraded (0.943%), 2 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:37.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:36 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 6/636 objects degraded (0.943%), 2 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:37.546 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 podman[97897]: 2024-09-04 21:30:37.205413301 +0000 UTC m=+0.552212834 container remove b4839fe0c28bc5dc6bb083a89d90ccd2fcf67490b11727c36884a0206f4cc4c5 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-04T21:30:37.546 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 podman[97953]: 2024-09-04 21:30:37.31565192 +0000 UTC m=+0.015738165 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:30:37.546 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 podman[97953]: 2024-09-04 21:30:37.431349399 +0000 UTC m=+0.131435644 container create b07da95fac90389fb4a158a4619a3228bd32a1c78a342d9b9e512d366f326154 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-04T21:30:37.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 podman[97953]: 2024-09-04 21:30:37.642052413 +0000 UTC m=+0.342138659 container init b07da95fac90389fb4a158a4619a3228bd32a1c78a342d9b9e512d366f326154 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-04T21:30:37.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 podman[97953]: 2024-09-04 21:30:37.645221084 +0000 UTC m=+0.345307332 container start b07da95fac90389fb4a158a4619a3228bd32a1c78a342d9b9e512d366f326154 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-04T21:30:37.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 ceph-osd[97971]: -- 172.21.15.114:0/62513552 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558e196d5a40 con 0x558e1a4a4000 2024-09-04T21:30:37.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 bash[97953]: b07da95fac90389fb4a158a4619a3228bd32a1c78a342d9b9e512d366f326154 2024-09-04T21:30:37.952 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:37 smithi114 systemd[1]: Started Ceph osd.4 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:30:38.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:30:37] "GET /metrics HTTP/1.1" 200 38415 "" "Prometheus/2.51.0" 2024-09-04T21:30:38.406 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:38.063211563Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:38.406 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.407 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:38.407 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:38 smithi114 ceph-mon[92908]: pgmap v243: 161 pgs: 16 active+undersized, 43 peering, 9 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 36/636 objects degraded (5.660%) 2024-09-04T21:30:38.407 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.407 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[111990]: pgmap v243: 161 pgs: 16 active+undersized, 43 peering, 9 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 36/636 objects degraded (5.660%) 2024-09-04T21:30:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:38.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[108156]: pgmap v243: 161 pgs: 16 active+undersized, 43 peering, 9 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 36/636 objects degraded (5.660%) 2024-09-04T21:30:38.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:38.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:39.508 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:30:39.288+0000 7f76bd770640 -1 Falling back to public interface 2024-09-04T21:30:39.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:39 smithi114 ceph-mon[92908]: pgmap v244: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:39.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:39 smithi114 ceph-mon[92908]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2024-09-04T21:30:40.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:39 smithi031 ceph-mon[108156]: pgmap v244: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:40.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:39 smithi031 ceph-mon[108156]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2024-09-04T21:30:40.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:39 smithi031 ceph-mon[111990]: pgmap v244: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:40.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:39 smithi031 ceph-mon[111990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2024-09-04T21:30:41.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:41.058493575Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:42.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:42 smithi031 ceph-mon[108156]: pgmap v245: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:42.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:42 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:42.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:42 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:42.804 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:42 smithi031 ceph-mon[111990]: pgmap v245: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:42.804 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:42 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:42.805 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:42 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:42.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:30:42.813+0000 7f76bd770640 -1 osd.4 131 log_to_monitors true 2024-09-04T21:30:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:42 smithi114 ceph-mon[92908]: pgmap v245: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:42 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:42.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:42 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:43.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:43 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:43.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:43 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:43 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:43 smithi114 ceph-mon[92908]: from='osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-04T21:30:43.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:43 smithi114 ceph-mon[92908]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-04T21:30:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[108156]: from='osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-04T21:30:43.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[108156]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-04T21:30:43.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:43.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[111990]: from='osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-04T21:30:43.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:43 smithi031 ceph-mon[111990]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-04T21:30:44.318 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:44.05470435Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:44.318 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:30:44.164+0000 7f76b1512640 -1 osd.4 131 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:30:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[108156]: pgmap v246: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[108156]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-04T21:30:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[108156]: osdmap e134: 8 total, 7 up, 8 in 2024-09-04T21:30:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[108156]: from='osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:30:44.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[108156]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 107/636 objects degraded (16.824%), 27 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[108156]: from='osd.4 ' entity='osd.4' 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[111990]: pgmap v246: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[111990]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[111990]: osdmap e134: 8 total, 7 up, 8 in 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[111990]: from='osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[111990]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 107/636 objects degraded (16.824%), 27 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:44.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:44 smithi031 ceph-mon[111990]: from='osd.4 ' entity='osd.4' 2024-09-04T21:30:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-mon[92908]: pgmap v246: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 107/636 objects degraded (16.824%) 2024-09-04T21:30:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-mon[92908]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-04T21:30:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-mon[92908]: osdmap e134: 8 total, 7 up, 8 in 2024-09-04T21:30:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-mon[92908]: from='osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:30:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-mon[92908]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:30:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 107/636 objects degraded (16.824%), 27 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:44.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:44 smithi114 ceph-mon[92908]: from='osd.4 ' entity='osd.4' 2024-09-04T21:30:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:45 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:30:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:45 smithi114 ceph-mon[92908]: osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742] boot 2024-09-04T21:30:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:45 smithi114 ceph-mon[92908]: osdmap e135: 8 total, 8 up, 8 in 2024-09-04T21:30:45.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-04T21:30:45.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:30:45.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[108156]: osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742] boot 2024-09-04T21:30:45.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[108156]: osdmap e135: 8 total, 8 up, 8 in 2024-09-04T21:30:45.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-04T21:30:45.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:30:45.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[111990]: osd.4 [v2:172.21.15.114:6800/3865616742,v1:172.21.15.114:6801/3865616742] boot 2024-09-04T21:30:45.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[111990]: osdmap e135: 8 total, 8 up, 8 in 2024-09-04T21:30:45.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-04T21:30:46.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:45 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:30:45.986+0000 7fb81c7ef640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-04T21:30:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: pgmap v249: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-04T21:30:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:46.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[108156]: osdmap e136: 8 total, 8 up, 8 in 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: pgmap v249: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-04T21:30:46.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:46 smithi031 ceph-mon[111990]: osdmap e136: 8 total, 8 up, 8 in 2024-09-04T21:30:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: pgmap v249: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-04T21:30:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-04T21:30:46.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:46 smithi114 ceph-mon[92908]: osdmap e136: 8 total, 8 up, 8 in 2024-09-04T21:30:47.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:47.05370609Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:47 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-04T21:30:47.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:47 smithi031 ceph-mon[108156]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-04T21:30:47.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:30:47] "GET /metrics HTTP/1.1" 200 38415 "" "Prometheus/2.51.0" 2024-09-04T21:30:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:47 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-04T21:30:47.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:47 smithi031 ceph-mon[111990]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-04T21:30:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:47 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-04T21:30:47.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:47 smithi114 ceph-mon[92908]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-04T21:30:48.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:48 smithi031 ceph-mon[108156]: pgmap v251: 161 pgs: 11 peering, 34 active+undersized, 23 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 88/636 objects degraded (13.836%) 2024-09-04T21:30:48.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:48 smithi031 ceph-mon[111990]: pgmap v251: 161 pgs: 11 peering, 34 active+undersized, 23 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 88/636 objects degraded (13.836%) 2024-09-04T21:30:48.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:48 smithi114 ceph-mon[92908]: pgmap v251: 161 pgs: 11 peering, 34 active+undersized, 23 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 88/636 objects degraded (13.836%) 2024-09-04T21:30:49.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:49 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 88/636 objects degraded (13.836%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:49.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:49 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 88/636 objects degraded (13.836%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:49.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:49 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 88/636 objects degraded (13.836%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:30:50.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:50.059746925Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:50 smithi031 ceph-mon[108156]: pgmap v252: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:30:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:50 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 88/636 objects degraded (13.836%), 23 pgs degraded) 2024-09-04T21:30:50.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:50 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:30:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:50 smithi031 ceph-mon[111990]: pgmap v252: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:30:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:50 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 88/636 objects degraded (13.836%), 23 pgs degraded) 2024-09-04T21:30:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:50 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:30:50.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:50 smithi114 ceph-mon[92908]: pgmap v252: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:30:50.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:50 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 88/636 objects degraded (13.836%), 23 pgs degraded) 2024-09-04T21:30:50.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:50 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:30:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:51 smithi031 ceph-mon[108156]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:30:51.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:51 smithi031 ceph-mon[111990]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:30:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:51 smithi114 ceph-mon[92908]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-04T21:30:53.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:53.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:53 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:53.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:53.057065039Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:53.514 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:53.514 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:53.514 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:53 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:53.514 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:53.514 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:30:53.514 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:53 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:30:54.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:54 smithi031 ceph-mon[108156]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:30:54.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:54 smithi031 ceph-mon[111990]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:30:54.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:54 smithi114 ceph-mon[92908]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:30:56.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:56.057123102Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:56.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:56 smithi031 ceph-mon[108156]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:30:56.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:56 smithi031 ceph-mon[111990]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:30:56.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:56 smithi114 ceph-mon[92908]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:30:57.859 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:30:58.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:30:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:30:57] "GET /metrics HTTP/1.1" 200 38405 "" "Prometheus/2.51.0" 2024-09-04T21:30:58.443 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:30:58.443 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (6m) 49s ago 27m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (5m) 16s ago 27m 79.5M - c8b91775d855 f49ca3053983 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (7m) 49s ago 26m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (7m) 16s ago 31m 457M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (16m) 49s ago 32m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (4m) 49s ago 32m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (5m) 16s ago 31m 40.9M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (4m) 49s ago 31m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (7m) 49s ago 27m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (6m) 16s ago 26m 12.1M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (2m) 49s ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:30:58.444 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (2m) 49s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (100s) 49s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (54s) 49s ago 29m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (21s) 16s ago 29m 11.4M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 b07da95fac90 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (29m) 16s ago 29m 67.6M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 ff8f87b25ed4 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (28m) 16s ago 28m 53.4M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (28m) 16s ago 28m 60.9M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (6m) 16s ago 27m 53.6M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (26m) 49s ago 26m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:30:58.445 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (26m) 16s ago 26m 92.5M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:30:58.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:58 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:58.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:58 smithi114 ceph-mon[92908]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-04T21:30:58.799 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:58 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:58.799 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:58 smithi031 ceph-mon[108156]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-04T21:30:58.799 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:30:58.799 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:30:58.799 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:30:58.799 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3, 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 5 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 5, 2024-09-04T21:30:58.800 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 10 2024-09-04T21:30:58.801 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:30:58.801 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:30:58.801 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:58 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:30:58.801 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:58 smithi031 ceph-mon[111990]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-04T21:30:59.096 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:30:59.096 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:30:59.096 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:30:59.096 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-04T21:30:59.097 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:30:59.097 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "5/8 daemons upgraded", 2024-09-04T21:30:59.097 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:30:59.097 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:30:59.097 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:30:59.352 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:30:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:30:59.064400456Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:30:59.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:59 smithi114 ceph-mon[92908]: from='client.44439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:59 smithi114 ceph-mon[92908]: from='client.44445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:59 smithi114 ceph-mon[92908]: from='client.54455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:30:59 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/957476072' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[111990]: from='client.44439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[111990]: from='client.44445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[111990]: from='client.54455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/957476072' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:30:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[108156]: from='client.44439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[108156]: from='client.44445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[108156]: from='client.54455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:30:59.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:30:59 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/957476072' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:00.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:00 smithi114 ceph-mon[92908]: from='client.54467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:00.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:00 smithi114 ceph-mon[92908]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:00 smithi031 ceph-mon[108156]: from='client.54467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:00 smithi031 ceph-mon[108156]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:00 smithi031 ceph-mon[111990]: from='client.54467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:00.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:00 smithi031 ceph-mon[111990]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:01.667 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:01 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-04T21:31:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:01 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-04T21:31:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:01 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-04T21:31:02.365 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:02.060789025Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:02.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:02 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-04T21:31:02.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:02 smithi114 ceph-mon[92908]: Upgrade: osd.5 is safe to restart 2024-09-04T21:31:02.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:02 smithi114 ceph-mon[92908]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:31:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:02 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-04T21:31:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:02 smithi031 ceph-mon[111990]: Upgrade: osd.5 is safe to restart 2024-09-04T21:31:02.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:02 smithi031 ceph-mon[111990]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:31:02.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:02 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-04T21:31:02.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:02 smithi031 ceph-mon[108156]: Upgrade: osd.5 is safe to restart 2024-09-04T21:31:02.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:02 smithi031 ceph-mon[108156]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:31:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:03 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:03 smithi114 ceph-mon[92908]: Upgrade: Updating osd.5 2024-09-04T21:31:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-04T21:31:03.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:03 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:03.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:03 smithi114 ceph-mon[92908]: Deploying daemon osd.5 on smithi114 2024-09-04T21:31:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[108156]: Upgrade: Updating osd.5 2024-09-04T21:31:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-04T21:31:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:03.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[108156]: Deploying daemon osd.5 on smithi114 2024-09-04T21:31:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[111990]: Upgrade: Updating osd.5 2024-09-04T21:31:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-04T21:31:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:03.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:03 smithi031 ceph-mon[111990]: Deploying daemon osd.5 on smithi114 2024-09-04T21:31:04.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:04 smithi114 ceph-mon[92908]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:04.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:04 smithi031 ceph-mon[108156]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:04.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:04 smithi031 ceph-mon[111990]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:05.450 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:05.060403142Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:05.701 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:05 smithi114 systemd[1]: Stopping Ceph osd.5 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:31:06.201 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[38822]: 2024-09-04T21:31:05.727+0000 7fd3400cf640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -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-09-04T21:31:06.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[38822]: 2024-09-04T21:31:05.727+0000 7fd3400cf640 -1 osd.5 136 *** Got signal Terminated *** 2024-09-04T21:31:06.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[38822]: 2024-09-04T21:31:05.727+0000 7fd3400cf640 -1 osd.5 136 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:31:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:06 smithi031 ceph-mon[108156]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:06 smithi031 ceph-mon[108156]: osd.5 marked itself down and dead 2024-09-04T21:31:06.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:06 smithi031 ceph-mon[111990]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:06.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:06 smithi031 ceph-mon[111990]: osd.5 marked itself down and dead 2024-09-04T21:31:06.910 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:06 smithi114 ceph-mon[92908]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:06.910 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:06 smithi114 ceph-mon[92908]: osd.5 marked itself down and dead 2024-09-04T21:31:07.196 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:06 smithi114 podman[102038]: 2024-09-04 21:31:06.908497886 +0000 UTC m=+1.299188689 container died ff8f87b25ed434cd8ddd905510ee4b6da09d75fd4b50d1c37ee265f64a446a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=squid-91c8a7e, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:31:07.451 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:07 smithi114 podman[102038]: 2024-09-04 21:31:07.260799929 +0000 UTC m=+1.651490793 container cleanup ff8f87b25ed434cd8ddd905510ee4b6da09d75fd4b50d1c37ee265f64a446a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-91c8a7e, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-04T21:31:07.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:07 smithi114 bash[102038]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5 2024-09-04T21:31:07.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:31:07] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.51.0" 2024-09-04T21:31:07.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:31:07.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[111990]: osdmap e137: 8 total, 7 up, 8 in 2024-09-04T21:31:07.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:07.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:07.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[111990]: osdmap e138: 8 total, 7 up, 8 in 2024-09-04T21:31:07.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:31:07.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[108156]: osdmap e137: 8 total, 7 up, 8 in 2024-09-04T21:31:07.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:07.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:07.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:07 smithi031 ceph-mon[108156]: osdmap e138: 8 total, 7 up, 8 in 2024-09-04T21:31:07.886 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:07 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:31:07.886 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:07 smithi114 ceph-mon[92908]: osdmap e137: 8 total, 7 up, 8 in 2024-09-04T21:31:07.886 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:07.886 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:07.886 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:07 smithi114 ceph-mon[92908]: osdmap e138: 8 total, 7 up, 8 in 2024-09-04T21:31:07.886 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:07 smithi114 podman[102067]: 2024-09-04 21:31:07.453609282 +0000 UTC m=+0.541328534 container remove ff8f87b25ed434cd8ddd905510ee4b6da09d75fd4b50d1c37ee265f64a446a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-91c8a7e, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:31:08.158 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:08.054178401Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:08.159 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:07 smithi114 podman[102155]: 2024-09-04 21:31:07.787850714 +0000 UTC m=+0.016256967 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:31:08.159 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:07 smithi114 podman[102155]: 2024-09-04 21:31:07.887919476 +0000 UTC m=+0.116325761 container create acf1000303324685edd2565d5925dd041a04442d8661aa2394483db9358dd9b6 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True) 2024-09-04T21:31:08.159 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:08 smithi114 podman[102155]: 2024-09-04 21:31:08.157419435 +0000 UTC m=+0.385825674 container init acf1000303324685edd2565d5925dd041a04442d8661aa2394483db9358dd9b6 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-04T21:31:08.451 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:08 smithi114 podman[102155]: 2024-09-04 21:31:08.160960984 +0000 UTC m=+0.389367232 container start acf1000303324685edd2565d5925dd041a04442d8661aa2394483db9358dd9b6 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-04T21:31:08.451 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:08 smithi114 podman[102155]: 2024-09-04 21:31:08.248833262 +0000 UTC m=+0.477239503 container attach acf1000303324685edd2565d5925dd041a04442d8661aa2394483db9358dd9b6 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-04T21:31:08.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:08 smithi114 podman[102155]: 2024-09-04 21:31:08.352258957 +0000 UTC m=+0.580665207 container died acf1000303324685edd2565d5925dd041a04442d8661aa2394483db9358dd9b6 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-04T21:31:08.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:08 smithi031 ceph-mon[108156]: pgmap v262: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:31:08.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:08 smithi031 ceph-mon[111990]: pgmap v262: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:31:08.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:08 smithi114 ceph-mon[92908]: pgmap v262: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:31:09.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 podman[102177]: 2024-09-04 21:31:09.036058235 +0000 UTC m=+0.678188147 container remove acf1000303324685edd2565d5925dd041a04442d8661aa2394483db9358dd9b6 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:31:09.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-04T21:31:09.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 systemd[1]: Stopped Ceph osd.5 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:31:09.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.5.service: Consumed 15.092s CPU time. 2024-09-04T21:31:09.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 systemd[1]: Starting Ceph osd.5 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:31:09.708 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:09 smithi114 ceph-mon[92908]: pgmap v264: 161 pgs: 29 active+undersized, 6 stale+active+clean, 14 active+undersized+degraded, 112 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 45/636 objects degraded (7.075%) 2024-09-04T21:31:09.708 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 podman[102280]: 2024-09-04 21:31:09.453992224 +0000 UTC m=+0.103193604 container create ebcf56b83275100019fdaf687680702c511530433141c07a0a401afe79af7036 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True) 2024-09-04T21:31:09.708 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 podman[102280]: 2024-09-04 21:31:09.366644959 +0000 UTC m=+0.015846304 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:31:10.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:09 smithi031 ceph-mon[111990]: pgmap v264: 161 pgs: 29 active+undersized, 6 stale+active+clean, 14 active+undersized+degraded, 112 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 45/636 objects degraded (7.075%) 2024-09-04T21:31:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:09 smithi031 ceph-mon[108156]: pgmap v264: 161 pgs: 29 active+undersized, 6 stale+active+clean, 14 active+undersized+degraded, 112 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 45/636 objects degraded (7.075%) 2024-09-04T21:31:10.201 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 podman[102280]: 2024-09-04 21:31:09.706743577 +0000 UTC m=+0.355944925 container init ebcf56b83275100019fdaf687680702c511530433141c07a0a401afe79af7036 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True) 2024-09-04T21:31:10.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 podman[102280]: 2024-09-04 21:31:09.710731391 +0000 UTC m=+0.359932729 container start ebcf56b83275100019fdaf687680702c511530433141c07a0a401afe79af7036 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-04T21:31:10.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 podman[102280]: 2024-09-04 21:31:09.78991784 +0000 UTC m=+0.439119199 container attach ebcf56b83275100019fdaf687680702c511530433141c07a0a401afe79af7036 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-04T21:31:10.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:10.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 bash[102280]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:10.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:10.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:09 smithi114 bash[102280]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:10.597 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-04T21:31:10.597 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 bash[102280]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-04T21:31:10.598 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-04T21:31:10.598 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 bash[102280]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-04T21:31:10.598 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-04T21:31:10.598 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 bash[102280]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-04T21:31:10.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 45/636 objects degraded (7.075%), 14 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 bash[102280]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 bash[102280]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 bash[102280]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate[102295]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 bash[102280]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-04T21:31:10.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:10 smithi114 podman[102280]: 2024-09-04 21:31:10.625259827 +0000 UTC m=+1.274461166 container died ebcf56b83275100019fdaf687680702c511530433141c07a0a401afe79af7036 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-04T21:31:11.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:10 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 45/636 objects degraded (7.075%), 14 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:11.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:10 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 45/636 objects degraded (7.075%), 14 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:11.278 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:11.053474667Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:11.613 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 podman[102420]: 2024-09-04 21:31:11.277180191 +0000 UTC m=+0.646209721 container remove ebcf56b83275100019fdaf687680702c511530433141c07a0a401afe79af7036 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-activate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-04T21:31:11.614 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 podman[102478]: 2024-09-04 21:31:11.386418469 +0000 UTC m=+0.015992864 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:31:11.614 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 podman[102478]: 2024-09-04 21:31:11.503176988 +0000 UTC m=+0.132751412 container create 289231a20bb1e7bbb1764f3df5b33adde012dfc0dd0c217bb9fa37deb7ec8344 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-04T21:31:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:11 smithi114 ceph-mon[92908]: pgmap v265: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:11.951 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 podman[102478]: 2024-09-04 21:31:11.730542487 +0000 UTC m=+0.360116862 container init 289231a20bb1e7bbb1764f3df5b33adde012dfc0dd0c217bb9fa37deb7ec8344 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-04T21:31:11.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 podman[102478]: 2024-09-04 21:31:11.733751906 +0000 UTC m=+0.363326280 container start 289231a20bb1e7bbb1764f3df5b33adde012dfc0dd0c217bb9fa37deb7ec8344 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-04T21:31:11.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 ceph-osd[102496]: -- 172.21.15.114:0/3711562453 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55df7f29ba40 con 0x55df80068400 2024-09-04T21:31:11.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 bash[102478]: 289231a20bb1e7bbb1764f3df5b33adde012dfc0dd0c217bb9fa37deb7ec8344 2024-09-04T21:31:11.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:11 smithi114 systemd[1]: Started Ceph osd.5 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:31:12.001 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:11 smithi031 ceph-mon[108156]: pgmap v265: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:12.001 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:11 smithi031 ceph-mon[111990]: pgmap v265: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:13.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:12 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:13.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:12 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:13.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:12 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:13.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:12 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:13.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:12 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:13.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:12 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:13.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:12 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:13.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:12 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:13.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:12 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:13.701 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:13 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:31:13.390+0000 7f03688af640 -1 Falling back to public interface 2024-09-04T21:31:14.125 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:13 smithi114 ceph-mon[92908]: pgmap v266: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:14.125 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:14.051654098Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:14.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:13 smithi031 ceph-mon[108156]: pgmap v266: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:14.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:13 smithi031 ceph-mon[111990]: pgmap v266: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:16 smithi031 ceph-mon[108156]: pgmap v267: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:16 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:16.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:16 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:16 smithi031 ceph-mon[111990]: pgmap v267: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:16 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:16.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:16 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:16 smithi114 ceph-mon[92908]: pgmap v267: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:16 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:16 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:16.952 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:31:16.727+0000 7f03688af640 -1 osd.5 136 log_to_monitors true 2024-09-04T21:31:17.354 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:17.064021238Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:17.617 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:17 smithi114 ceph-mon[92908]: from='osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-04T21:31:17.617 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:17 smithi114 ceph-mon[92908]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-04T21:31:17.617 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:17 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:17.617 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:17 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:17.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:31:17] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.51.0" 2024-09-04T21:31:17.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[108156]: from='osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-04T21:31:17.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[108156]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-04T21:31:17.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:17.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:17.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[111990]: from='osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-04T21:31:17.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[111990]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-04T21:31:17.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:17.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:17 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:17.916 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:31:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:31:17.615+0000 7f035c651640 -1 osd.5 136 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:31:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[108156]: pgmap v268: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[108156]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-04T21:31:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[108156]: osdmap e139: 8 total, 7 up, 8 in 2024-09-04T21:31:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[108156]: from='osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[108156]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:18.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[111990]: pgmap v268: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:18.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[111990]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-04T21:31:18.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[111990]: osdmap e139: 8 total, 7 up, 8 in 2024-09-04T21:31:18.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[111990]: from='osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:18.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:18 smithi031 ceph-mon[111990]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:18.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:18 smithi114 ceph-mon[92908]: pgmap v268: 161 pgs: 36 active+undersized, 23 active+undersized+degraded, 102 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-04T21:31:18.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:18 smithi114 ceph-mon[92908]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-04T21:31:18.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:18 smithi114 ceph-mon[92908]: osdmap e139: 8 total, 7 up, 8 in 2024-09-04T21:31:18.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:18 smithi114 ceph-mon[92908]: from='osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:18.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:18 smithi114 ceph-mon[92908]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:31:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[108156]: osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761] boot 2024-09-04T21:31:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[108156]: osdmap e140: 8 total, 8 up, 8 in 2024-09-04T21:31:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-04T21:31:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 76/636 objects degraded (11.950%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:19.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:31:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[111990]: osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761] boot 2024-09-04T21:31:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[111990]: osdmap e140: 8 total, 8 up, 8 in 2024-09-04T21:31:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-04T21:31:19.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:19 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 76/636 objects degraded (11.950%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:19.906 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:19 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:31:19.907 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:19 smithi114 ceph-mon[92908]: osd.5 [v2:172.21.15.114:6808/1879507761,v1:172.21.15.114:6809/1879507761] boot 2024-09-04T21:31:19.907 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:19 smithi114 ceph-mon[92908]: osdmap e140: 8 total, 8 up, 8 in 2024-09-04T21:31:19.907 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:19 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-04T21:31:19.907 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:19 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 76/636 objects degraded (11.950%), 23 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:20.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:20.062210152Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:20.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:31:20.071+0000 7fb81c7ef640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: pgmap v271: 161 pgs: 11 peering, 27 active+undersized, 21 active+undersized+degraded, 102 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 74/636 objects degraded (11.635%) 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: osdmap e141: 8 total, 8 up, 8 in 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: pgmap v271: 161 pgs: 11 peering, 27 active+undersized, 21 active+undersized+degraded, 102 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 74/636 objects degraded (11.635%) 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: osdmap e141: 8 total, 8 up, 8 in 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:31:20.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-04T21:31:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: pgmap v271: 161 pgs: 11 peering, 27 active+undersized, 21 active+undersized+degraded, 102 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 74/636 objects degraded (11.635%) 2024-09-04T21:31:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: osdmap e141: 8 total, 8 up, 8 in 2024-09-04T21:31:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:31:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:20.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:31:20.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:20.953 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-04T21:31:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:21 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-04T21:31:21.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:21 smithi031 ceph-mon[108156]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:31:21.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:21 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-04T21:31:21.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:21 smithi031 ceph-mon[111990]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:31:21.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:21 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-04T21:31:21.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:21 smithi114 ceph-mon[92908]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-04T21:31:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[108156]: pgmap v273: 161 pgs: 11 peering, 23 active+undersized, 15 active+undersized+degraded, 112 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 58/636 objects degraded (9.119%) 2024-09-04T21:31:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:22.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[111990]: pgmap v273: 161 pgs: 11 peering, 23 active+undersized, 15 active+undersized+degraded, 112 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 58/636 objects degraded (9.119%) 2024-09-04T21:31:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:22.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:22 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:22 smithi114 ceph-mon[92908]: pgmap v273: 161 pgs: 11 peering, 23 active+undersized, 15 active+undersized+degraded, 112 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 58/636 objects degraded (9.119%) 2024-09-04T21:31:22.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:22.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:22 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:23.058542711Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:23.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:23 smithi031 ceph-mon[108156]: pgmap v274: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-09-04T21:31:23.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:23 smithi031 ceph-mon[111990]: pgmap v274: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-09-04T21:31:23.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:23 smithi114 ceph-mon[92908]: pgmap v274: 161 pgs: 11 peering, 150 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-09-04T21:31:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:24 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/636 objects degraded (9.119%), 15 pgs degraded) 2024-09-04T21:31:24.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:24 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:31:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:24 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/636 objects degraded (9.119%), 15 pgs degraded) 2024-09-04T21:31:24.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:24 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:31:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:24 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/636 objects degraded (9.119%), 15 pgs degraded) 2024-09-04T21:31:24.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:24 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:31:25.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:25 smithi114 ceph-mon[92908]: pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 386 B/s rd, 0 op/s 2024-09-04T21:31:26.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:25 smithi031 ceph-mon[108156]: pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 386 B/s rd, 0 op/s 2024-09-04T21:31:26.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:25 smithi031 ceph-mon[111990]: pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 386 B/s rd, 0 op/s 2024-09-04T21:31:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:26.057851255Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:31:27] "GET /metrics HTTP/1.1" 200 38261 "" "Prometheus/2.51.0" 2024-09-04T21:31:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:28 smithi031 ceph-mon[108156]: pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 916 B/s rd, 0 op/s 2024-09-04T21:31:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:28 smithi031 ceph-mon[111990]: pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 916 B/s rd, 0 op/s 2024-09-04T21:31:28.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:28 smithi114 ceph-mon[92908]: pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 916 B/s rd, 0 op/s 2024-09-04T21:31:29.420 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:31:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:29.06400909Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (6m) 81s ago 27m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (6m) 13s ago 27m 79.5M - c8b91775d855 f49ca3053983 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (7m) 81s ago 27m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (7m) 13s ago 31m 457M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (17m) 81s ago 33m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (4m) 81s ago 33m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (5m) 13s ago 32m 42.3M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:31:30.002 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (4m) 81s ago 32m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (7m) 81s ago 27m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (7m) 13s ago 27m 11.7M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (3m) 81s ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (2m) 81s ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (2m) 81s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (85s) 81s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (52s) 13s ago 30m 49.8M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 b07da95fac90 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (18s) 13s ago 29m 13.7M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 289231a20bb1 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (29m) 13s ago 29m 55.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 cb7d51af8c83 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (28m) 13s ago 28m 61.6M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (7m) 13s ago 28m 53.8M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (27m) 81s ago 27m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:31:30.003 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (27m) 13s ago 27m 92.5M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:31:30.354 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:31:30.354 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2, 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 6 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:31:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 4, 2024-09-04T21:31:30.356 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 11 2024-09-04T21:31:30.356 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:31:30.356 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:31:30.651 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:31:30.651 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:31:30.651 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:31:30.651 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-04T21:31:30.651 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:31:30.651 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "6/8 daemons upgraded", 2024-09-04T21:31:30.651 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:31:30.652 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:31:30.652 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:31:30.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:30 smithi031 ceph-mon[108156]: from='client.44472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:30.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:30 smithi031 ceph-mon[108156]: pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-09-04T21:31:30.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:30 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/2397311953' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:30.652 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:30 smithi031 ceph-mon[111990]: from='client.44472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:30.652 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:30 smithi031 ceph-mon[111990]: pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-09-04T21:31:30.652 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:30 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/2397311953' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:30 smithi114 ceph-mon[92908]: from='client.44472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:30 smithi114 ceph-mon[92908]: pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-09-04T21:31:30.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:30 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/2397311953' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:31 smithi031 ceph-mon[108156]: from='client.54482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:31 smithi031 ceph-mon[108156]: from='client.44484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:31.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:31 smithi031 ceph-mon[111990]: from='client.54482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:31.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:31 smithi031 ceph-mon[111990]: from='client.44484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:31 smithi114 ceph-mon[92908]: from='client.54482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:31 smithi114 ceph-mon[92908]: from='client.44484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:32.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:32.06076777Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[108156]: from='client.54500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[108156]: pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:31:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:32.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[111990]: from='client.54500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:32.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[111990]: pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:31:32.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:32.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:32 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:32 smithi114 ceph-mon[92908]: from='client.54500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:31:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:32 smithi114 ceph-mon[92908]: pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:31:32.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:32 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:32.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:32 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:33.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:33 smithi114 ceph-mon[92908]: pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:34.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:33 smithi031 ceph-mon[108156]: pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:34.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:33 smithi031 ceph-mon[111990]: pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:35.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:35 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-04T21:31:35.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:35.057315128Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:35 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-04T21:31:35.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:35 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-04T21:31:36.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:36 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-04T21:31:36.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:36 smithi114 ceph-mon[92908]: Upgrade: osd.6 is safe to restart 2024-09-04T21:31:36.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:36 smithi114 ceph-mon[92908]: pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:36.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:36 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-04T21:31:36.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:36 smithi031 ceph-mon[108156]: Upgrade: osd.6 is safe to restart 2024-09-04T21:31:36.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:36 smithi031 ceph-mon[108156]: pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:36.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:36 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-04T21:31:36.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:36 smithi031 ceph-mon[111990]: Upgrade: osd.6 is safe to restart 2024-09-04T21:31:36.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:36 smithi031 ceph-mon[111990]: pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:37 smithi114 ceph-mon[92908]: Upgrade: Updating osd.6 2024-09-04T21:31:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-04T21:31:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:37 smithi114 ceph-mon[92908]: Deploying daemon osd.6 on smithi114 2024-09-04T21:31:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:37.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:37.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[108156]: Upgrade: Updating osd.6 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[108156]: Deploying daemon osd.6 on smithi114 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[111990]: Upgrade: Updating osd.6 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-04T21:31:37.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:37.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[111990]: Deploying daemon osd.6 on smithi114 2024-09-04T21:31:37.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:37.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:38.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:31:37] "GET /metrics HTTP/1.1" 200 38404 "" "Prometheus/2.51.0" 2024-09-04T21:31:38.330 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:38.062869027Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:38.629 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:38 smithi114 ceph-mon[92908]: pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:31:38.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:38 smithi031 ceph-mon[108156]: pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:31:38.852 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:38 smithi031 ceph-mon[111990]: pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:31:39.510 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:39 smithi114 systemd[1]: Stopping Ceph osd.6 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:31:39.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:39 smithi031 ceph-mon[108156]: osd.6 marked itself down and dead 2024-09-04T21:31:39.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:39 smithi031 ceph-mon[111990]: osd.6 marked itself down and dead 2024-09-04T21:31:39.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:39 smithi114 ceph-mon[92908]: osd.6 marked itself down and dead 2024-09-04T21:31:39.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[44627]: 2024-09-04T21:31:39.508+0000 7fb948618640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -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-09-04T21:31:39.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[44627]: 2024-09-04T21:31:39.508+0000 7fb948618640 -1 osd.6 141 *** Got signal Terminated *** 2024-09-04T21:31:39.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[44627]: 2024-09-04T21:31:39.508+0000 7fb948618640 -1 osd.6 141 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:31:40.343 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:40 smithi114 podman[107015]: 2024-09-04 21:31:40.061096453 +0000 UTC m=+0.657219609 container died cb7d51af8c8300b0b9f80894539634dfeb9a0d6857f41baaaa5592258959c70f (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, RELEASE=squid-91c8a7e, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-04T21:31:40.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:40 smithi114 ceph-mon[92908]: pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:40.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:40 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:31:40.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:40 smithi114 ceph-mon[92908]: osdmap e142: 8 total, 7 up, 8 in 2024-09-04T21:31:40.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:40 smithi114 ceph-mon[92908]: osdmap e143: 8 total, 7 up, 8 in 2024-09-04T21:31:40.702 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:40 smithi114 podman[107015]: 2024-09-04 21:31:40.441246496 +0000 UTC m=+1.037369642 container cleanup cb7d51af8c8300b0b9f80894539634dfeb9a0d6857f41baaaa5592258959c70f (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, RELEASE=squid-91c8a7e, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-04T21:31:40.702 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:40 smithi114 bash[107015]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6 2024-09-04T21:31:40.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[108156]: pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:40.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:31:40.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[108156]: osdmap e142: 8 total, 7 up, 8 in 2024-09-04T21:31:40.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[108156]: osdmap e143: 8 total, 7 up, 8 in 2024-09-04T21:31:40.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[111990]: pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:31:40.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:31:40.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[111990]: osdmap e142: 8 total, 7 up, 8 in 2024-09-04T21:31:40.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:40 smithi031 ceph-mon[111990]: osdmap e143: 8 total, 7 up, 8 in 2024-09-04T21:31:41.053 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:40 smithi114 podman[107030]: 2024-09-04 21:31:40.70969121 +0000 UTC m=+0.642309430 container remove cb7d51af8c8300b0b9f80894539634dfeb9a0d6857f41baaaa5592258959c70f (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-91c8a7e, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True) 2024-09-04T21:31:41.331 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:41.052321075Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:41.332 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:41 smithi114 podman[107120]: 2024-09-04 21:31:40.967762109 +0000 UTC m=+0.016111748 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:31:41.332 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:41 smithi114 podman[107120]: 2024-09-04 21:31:41.071703485 +0000 UTC m=+0.120053123 container create d326391f319d64e5b70046a72bd56c1af13bdbe4c36c13b3e4e10ee24e2a8f60 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-04T21:31:41.631 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:41 smithi114 podman[107120]: 2024-09-04 21:31:41.330267719 +0000 UTC m=+0.378617360 container init d326391f319d64e5b70046a72bd56c1af13bdbe4c36c13b3e4e10ee24e2a8f60 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:31:41.631 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:41 smithi114 podman[107120]: 2024-09-04 21:31:41.333865525 +0000 UTC m=+0.382215169 container start d326391f319d64e5b70046a72bd56c1af13bdbe4c36c13b3e4e10ee24e2a8f60 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-04T21:31:41.631 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:41 smithi114 podman[107120]: 2024-09-04 21:31:41.414033126 +0000 UTC m=+0.462382780 container attach d326391f319d64e5b70046a72bd56c1af13bdbe4c36c13b3e4e10ee24e2a8f60 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True) 2024-09-04T21:31:41.631 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:41 smithi114 podman[107120]: 2024-09-04 21:31:41.518453341 +0000 UTC m=+0.566802986 container died d326391f319d64e5b70046a72bd56c1af13bdbe4c36c13b3e4e10ee24e2a8f60 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-04T21:31:41.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:41 smithi114 ceph-mon[92908]: pgmap v285: 161 pgs: 8 active+undersized, 3 peering, 10 stale+active+clean, 3 active+undersized+degraded, 137 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 11/636 objects degraded (1.730%) 2024-09-04T21:31:41.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:41 smithi114 ceph-mon[92908]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-04T21:31:41.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:41 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 11/636 objects degraded (1.730%), 3 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:41 smithi031 ceph-mon[108156]: pgmap v285: 161 pgs: 8 active+undersized, 3 peering, 10 stale+active+clean, 3 active+undersized+degraded, 137 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 11/636 objects degraded (1.730%) 2024-09-04T21:31:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:41 smithi031 ceph-mon[108156]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-04T21:31:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:41 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 11/636 objects degraded (1.730%), 3 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:42.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:41 smithi031 ceph-mon[111990]: pgmap v285: 161 pgs: 8 active+undersized, 3 peering, 10 stale+active+clean, 3 active+undersized+degraded, 137 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 11/636 objects degraded (1.730%) 2024-09-04T21:31:42.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:41 smithi031 ceph-mon[111990]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-04T21:31:42.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:41 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 11/636 objects degraded (1.730%), 3 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:42.451 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 podman[107145]: 2024-09-04 21:31:42.104364698 +0000 UTC m=+0.580268763 container remove d326391f319d64e5b70046a72bd56c1af13bdbe4c36c13b3e4e10ee24e2a8f60 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-04T21:31:42.452 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-04T21:31:42.452 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 systemd[1]: Stopped Ceph osd.6 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:31:42.452 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.6.service: Consumed 13.080s CPU time. 2024-09-04T21:31:42.452 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 systemd[1]: Starting Ceph osd.6 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:31:42.817 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:42 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:42.818 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 podman[107244]: 2024-09-04 21:31:42.45263738 +0000 UTC m=+0.015988136 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:31:42.818 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 podman[107244]: 2024-09-04 21:31:42.572284904 +0000 UTC m=+0.135635650 container create de97e11a054ca6a02e3a67e763db8cfd06a39773c5c623e194f51ee95af2abac (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:31:42.818 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 podman[107244]: 2024-09-04 21:31:42.81670509 +0000 UTC m=+0.380055834 container init de97e11a054ca6a02e3a67e763db8cfd06a39773c5c623e194f51ee95af2abac (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-04T21:31:42.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:42 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:42.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:42 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:43.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 podman[107244]: 2024-09-04 21:31:42.820205234 +0000 UTC m=+0.383555978 container start de97e11a054ca6a02e3a67e763db8cfd06a39773c5c623e194f51ee95af2abac (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:31:43.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 podman[107244]: 2024-09-04 21:31:42.908135931 +0000 UTC m=+0.471486686 container attach de97e11a054ca6a02e3a67e763db8cfd06a39773c5c623e194f51ee95af2abac (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-04T21:31:43.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:43.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 bash[107244]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:43.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:43.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:42 smithi114 bash[107244]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:31:43.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-mon[92908]: pgmap v286: 161 pgs: 23 active+undersized, 3 peering, 6 stale+active+clean, 12 active+undersized+degraded, 117 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 48/636 objects degraded (7.547%) 2024-09-04T21:31:43.701 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-04T21:31:43.702 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 bash[107244]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-04T21:31:43.702 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-04T21:31:43.702 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 bash[107244]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-04T21:31:44.047 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-04T21:31:44.047 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 bash[107244]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-04T21:31:44.047 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-04T21:31:44.047 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 bash[107244]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-04T21:31:44.048 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-04T21:31:44.048 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 bash[107244]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-04T21:31:44.048 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-04T21:31:44.048 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 bash[107244]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-04T21:31:44.048 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate[107260]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-04T21:31:44.048 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 bash[107244]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-04T21:31:44.048 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:43 smithi114 podman[107244]: 2024-09-04 21:31:43.744671954 +0000 UTC m=+1.308022708 container died de97e11a054ca6a02e3a67e763db8cfd06a39773c5c623e194f51ee95af2abac (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:31:44.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:43 smithi031 ceph-mon[108156]: pgmap v286: 161 pgs: 23 active+undersized, 3 peering, 6 stale+active+clean, 12 active+undersized+degraded, 117 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 48/636 objects degraded (7.547%) 2024-09-04T21:31:44.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:43 smithi031 ceph-mon[111990]: pgmap v286: 161 pgs: 23 active+undersized, 3 peering, 6 stale+active+clean, 12 active+undersized+degraded, 117 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 48/636 objects degraded (7.547%) 2024-09-04T21:31:44.329 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:44.052105221Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:44.701 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 podman[107385]: 2024-09-04 21:31:44.328638096 +0000 UTC m=+0.575000969 container remove de97e11a054ca6a02e3a67e763db8cfd06a39773c5c623e194f51ee95af2abac (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-activate, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-04T21:31:44.701 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 podman[107445]: 2024-09-04 21:31:44.437781771 +0000 UTC m=+0.015913052 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:31:44.701 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 podman[107445]: 2024-09-04 21:31:44.573472131 +0000 UTC m=+0.151603394 container create 0b93f24d1e0bda818eb6579cc6ec1c2c825941c7e54abecbab20ec1aca841791 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-04T21:31:45.201 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 podman[107445]: 2024-09-04 21:31:44.81786046 +0000 UTC m=+0.395991728 container init 0b93f24d1e0bda818eb6579cc6ec1c2c825941c7e54abecbab20ec1aca841791 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-04T21:31:45.201 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 podman[107445]: 2024-09-04 21:31:44.821132028 +0000 UTC m=+0.399263294 container start 0b93f24d1e0bda818eb6579cc6ec1c2c825941c7e54abecbab20ec1aca841791 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-04T21:31:45.201 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 ceph-osd[107464]: -- 172.21.15.114:0/2663105471 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5593fe9cba40 con 0x5593ff798000 2024-09-04T21:31:45.201 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 bash[107445]: 0b93f24d1e0bda818eb6579cc6ec1c2c825941c7e54abecbab20ec1aca841791 2024-09-04T21:31:45.202 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:44 smithi114 systemd[1]: Started Ceph osd.6 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:31:46.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:45 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:46.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:45 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:46.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:45 smithi031 ceph-mon[111990]: pgmap v287: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-04T21:31:46.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:46.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:46.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:45 smithi031 ceph-mon[108156]: pgmap v287: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-04T21:31:46.391 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:46.391 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:46.391 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:45 smithi114 ceph-mon[92908]: pgmap v287: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-04T21:31:47.079 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:46 smithi114 ceph-mon[92908]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-04T21:31:47.079 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:46 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:31:46.716+0000 7faf196c2640 -1 Falling back to public interface 2024-09-04T21:31:47.351 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:46 smithi031 ceph-mon[108156]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-04T21:31:47.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:46 smithi031 ceph-mon[111990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-04T21:31:47.455 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:47.057436688Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:47 smithi031 ceph-mon[108156]: pgmap v288: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:48.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:47 smithi031 ceph-mon[111990]: pgmap v288: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:48.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:31:47] "GET /metrics HTTP/1.1" 200 38404 "" "Prometheus/2.51.0" 2024-09-04T21:31:48.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:47 smithi114 ceph-mon[92908]: pgmap v288: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:50.044 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:31:49.759+0000 7faf196c2640 -1 osd.6 141 log_to_monitors true 2024-09-04T21:31:50.044 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.044 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.045 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 73/636 objects degraded (11.478%), 17 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:50.045 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: pgmap v289: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:50.045 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.045 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.045 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: from='osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-04T21:31:50.045 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:49 smithi114 ceph-mon[92908]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 73/636 objects degraded (11.478%), 17 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: pgmap v289: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: from='osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-04T21:31:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[108156]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 73/636 objects degraded (11.478%), 17 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: pgmap v289: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: from='osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-04T21:31:50.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:49 smithi031 ceph-mon[111990]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-04T21:31:50.382 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:50.063597158Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:50.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:31:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:31:50.662+0000 7faf1146c640 -1 osd.6 141 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:31:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:51 smithi114 ceph-mon[92908]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-04T21:31:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:51 smithi114 ceph-mon[92908]: from='osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:51.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:51 smithi114 ceph-mon[92908]: osdmap e144: 8 total, 7 up, 8 in 2024-09-04T21:31:51.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:51 smithi114 ceph-mon[92908]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:51.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:51 smithi114 ceph-mon[92908]: pgmap v291: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[108156]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-04T21:31:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[108156]: from='osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[108156]: osdmap e144: 8 total, 7 up, 8 in 2024-09-04T21:31:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[108156]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[108156]: pgmap v291: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:52.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[111990]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-04T21:31:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[111990]: from='osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[111990]: osdmap e144: 8 total, 7 up, 8 in 2024-09-04T21:31:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[111990]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:31:52.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:51 smithi031 ceph-mon[111990]: pgmap v291: 161 pgs: 36 active+undersized, 17 active+undersized+degraded, 108 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510] boot 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: osdmap e145: 8 total, 8 up, 8 in 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[111990]: osdmap e146: 8 total, 8 up, 8 in 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510] boot 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: osdmap e145: 8 total, 8 up, 8 in 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:52.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-mon[108156]: osdmap e146: 8 total, 8 up, 8 in 2024-09-04T21:31:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:31:52.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: osd.6 [v2:172.21.15.114:6816/2405677510,v1:172.21.15.114:6817/2405677510] boot 2024-09-04T21:31:52.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: osdmap e145: 8 total, 8 up, 8 in 2024-09-04T21:31:52.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-04T21:31:52.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:52.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:31:52.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:31:52.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:52 smithi114 ceph-mon[92908]: osdmap e146: 8 total, 8 up, 8 in 2024-09-04T21:31:53.350 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:52 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:31:52.873+0000 7fb81c7ef640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:31:53.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:53.061909153Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:31:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[111990]: pgmap v294: 161 pgs: 7 peering, 23 active+undersized, 10 active+undersized+degraded, 121 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 38/636 objects degraded (5.975%) 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:31:54.102 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:53 smithi031 ceph-mon[108156]: pgmap v294: 161 pgs: 7 peering, 23 active+undersized, 10 active+undersized+degraded, 121 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 38/636 objects degraded (5.975%) 2024-09-04T21:31:54.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-04T21:31:54.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:53 smithi114 ceph-mon[92908]: pgmap v294: 161 pgs: 7 peering, 23 active+undersized, 10 active+undersized+degraded, 121 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 38/636 objects degraded (5.975%) 2024-09-04T21:31:55.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:54 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 38/636 objects degraded (5.975%), 10 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:55.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:54 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 38/636 objects degraded (5.975%), 10 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:55.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:54 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 38/636 objects degraded (5.975%), 10 pgs degraded (PG_DEGRADED) 2024-09-04T21:31:56.064 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:55 smithi114 ceph-mon[92908]: pgmap v295: 161 pgs: 7 peering, 16 active+undersized, 7 active+undersized+degraded, 131 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 24/636 objects degraded (3.774%) 2024-09-04T21:31:56.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:55 smithi031 ceph-mon[108156]: pgmap v295: 161 pgs: 7 peering, 16 active+undersized, 7 active+undersized+degraded, 131 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 24/636 objects degraded (3.774%) 2024-09-04T21:31:56.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:55 smithi031 ceph-mon[111990]: pgmap v295: 161 pgs: 7 peering, 16 active+undersized, 7 active+undersized+degraded, 131 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 24/636 objects degraded (3.774%) 2024-09-04T21:31:56.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:56.063437296Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:31:57.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:57 smithi114 ceph-mon[92908]: pgmap v296: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 444 B/s rd, 0 op/s 2024-09-04T21:31:57.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:57 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/636 objects degraded (3.774%), 7 pgs degraded) 2024-09-04T21:31:57.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:31:57 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:31:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:57 smithi031 ceph-mon[108156]: pgmap v296: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 444 B/s rd, 0 op/s 2024-09-04T21:31:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:57 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/636 objects degraded (3.774%), 7 pgs degraded) 2024-09-04T21:31:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:31:57 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:31:58.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:31:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:31:57] "GET /metrics HTTP/1.1" 200 38264 "" "Prometheus/2.51.0" 2024-09-04T21:31:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:57 smithi031 ceph-mon[111990]: pgmap v296: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 444 B/s rd, 0 op/s 2024-09-04T21:31:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:57 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/636 objects degraded (3.774%), 7 pgs degraded) 2024-09-04T21:31:58.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:31:57 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:31:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:31:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:31:59.064320115Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:00.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:00 smithi031 ceph-mon[108156]: pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2024-09-04T21:32:00.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:00 smithi031 ceph-mon[111990]: pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2024-09-04T21:32:00.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:00 smithi114 ceph-mon[92908]: pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2024-09-04T21:32:00.971 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (7m) 112s ago 28m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (6m) 12s ago 28m 78.8M - c8b91775d855 f49ca3053983 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (8m) 112s ago 27m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (8m) 12s ago 32m 457M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (17m) 112s ago 33m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (5m) 112s ago 34m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:32:01.565 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (6m) 12s ago 32m 43.6M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (5m) 112s ago 32m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (8m) 112s ago 28m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (7m) 12s ago 28m 11.9M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (4m) 112s ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (3m) 112s ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (2m) 112s ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (117s) 112s ago 30m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (84s) 12s ago 30m 51.3M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 b07da95fac90 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (50s) 12s ago 30m 46.5M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 289231a20bb1 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (17s) 12s ago 29m 14.3M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 0b93f24d1e0b 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (29m) 12s ago 29m 63.0M 3248M 19.1.1-259-g91c8a7e5 77770cf7e895 d05fe9363490 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (7m) 12s ago 28m 53.8M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (27m) 112s ago 27m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:32:01.566 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (27m) 12s ago 27m 92.5M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[108156]: from='client.54509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[108156]: from='client.54515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[108156]: pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[108156]: from='client.54521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[111990]: from='client.54509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[111990]: from='client.54515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[111990]: pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-09-04T21:32:01.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:01 smithi031 ceph-mon[111990]: from='client.54521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.922 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 1, 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 7 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:32:01.923 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:32:01.924 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:01.924 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:32:01.924 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 3, 2024-09-04T21:32:01.924 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 12 2024-09-04T21:32:01.924 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:32:01.924 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:32:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:01 smithi114 ceph-mon[92908]: from='client.54509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:01 smithi114 ceph-mon[92908]: from='client.54515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:01 smithi114 ceph-mon[92908]: pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-09-04T21:32:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:01 smithi114 ceph-mon[92908]: from='client.54521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:02.220 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:32:02.220 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:32:02.221 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:32:02.221 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-04T21:32:02.221 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:32:02.221 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "7/8 daemons upgraded", 2024-09-04T21:32:02.221 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-04T21:32:02.221 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:32:02.221 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:32:02.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:02.063351848Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:02 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/2923781502' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:02.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:02 smithi114 ceph-mon[92908]: from='client.54533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:02.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:02 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:02 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/2923781502' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:02 smithi031 ceph-mon[108156]: from='client.54533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:03.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:02 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:02 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/2923781502' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:02 smithi031 ceph-mon[111990]: from='client.54533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:03.101 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:02 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:03.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:03 smithi114 ceph-mon[92908]: pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 750 B/s rd, 0 op/s 2024-09-04T21:32:04.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:03 smithi031 ceph-mon[108156]: pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 750 B/s rd, 0 op/s 2024-09-04T21:32:04.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:03 smithi031 ceph-mon[111990]: pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 750 B/s rd, 0 op/s 2024-09-04T21:32:05.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:05.063200811Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:06.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:06 smithi031 ceph-mon[108156]: pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-04T21:32:06.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:06 smithi031 ceph-mon[111990]: pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-04T21:32:06.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:06 smithi114 ceph-mon[92908]: pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-04T21:32:08.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:32:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:32:07] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-04T21:32:08.319 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:08.053424137Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:08.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:08.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:08.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:08.319 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:08 smithi114 ceph-mon[92908]: pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:32:08.320 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:08 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[108156]: pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:08.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:08.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[111990]: pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:32:08.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:08 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-04T21:32:09.697 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:09 smithi114 ceph-mon[92908]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-04T21:32:09.697 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:09 smithi114 ceph-mon[92908]: Upgrade: osd.7 is safe to restart 2024-09-04T21:32:09.697 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:09 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:09.697 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:09 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-04T21:32:09.697 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:09 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[108156]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[108156]: Upgrade: osd.7 is safe to restart 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[111990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[111990]: Upgrade: osd.7 is safe to restart 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:09.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-04T21:32:09.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:09 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:10.673 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:10 smithi114 ceph-mon[92908]: Upgrade: Updating osd.7 2024-09-04T21:32:10.674 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:10 smithi114 ceph-mon[92908]: Deploying daemon osd.7 on smithi114 2024-09-04T21:32:10.674 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:10 smithi114 ceph-mon[92908]: pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:10 smithi031 ceph-mon[108156]: Upgrade: Updating osd.7 2024-09-04T21:32:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:10 smithi031 ceph-mon[108156]: Deploying daemon osd.7 on smithi114 2024-09-04T21:32:10.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:10 smithi031 ceph-mon[108156]: pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:10 smithi031 ceph-mon[111990]: Upgrade: Updating osd.7 2024-09-04T21:32:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:10 smithi031 ceph-mon[111990]: Deploying daemon osd.7 on smithi114 2024-09-04T21:32:10.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:10 smithi031 ceph-mon[111990]: pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:11.232 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:11.061697142Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:11 smithi114 ceph-mon[92908]: pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:11 smithi031 ceph-mon[108156]: pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:12.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:11 smithi031 ceph-mon[111990]: pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:12.445 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:12 smithi114 systemd[1]: Stopping Ceph osd.7 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:32:12.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:12 smithi114 ceph-mon[92908]: osd.7 marked itself down and dead 2024-09-04T21:32:12.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:12 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:12.702 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[50582]: 2024-09-04T21:32:12.443+0000 7f5e17023640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -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-09-04T21:32:12.702 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[50582]: 2024-09-04T21:32:12.443+0000 7f5e17023640 -1 osd.7 146 *** Got signal Terminated *** 2024-09-04T21:32:12.702 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:12 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[50582]: 2024-09-04T21:32:12.443+0000 7f5e17023640 -1 osd.7 146 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:32:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:12 smithi031 ceph-mon[108156]: osd.7 marked itself down and dead 2024-09-04T21:32:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:12 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:12.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:12 smithi031 ceph-mon[111990]: osd.7 marked itself down and dead 2024-09-04T21:32:12.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:12 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:13.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:13 smithi114 podman[111825]: 2024-09-04 21:32:13.168560276 +0000 UTC m=+0.849568191 container died d05fe93634900559d0dd8bf91c3fc7452f1bcfe36b26811b7ab08854bdadf476 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-91c8a7e, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:32:13.796 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:13 smithi114 ceph-mon[92908]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:32:13.796 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:13 smithi114 ceph-mon[92908]: osdmap e147: 8 total, 7 up, 8 in 2024-09-04T21:32:13.796 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:13 smithi114 ceph-mon[92908]: pgmap v305: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:32:13.796 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:13 smithi114 podman[111825]: 2024-09-04 21:32:13.559577508 +0000 UTC m=+1.240585420 container cleanup d05fe93634900559d0dd8bf91c3fc7452f1bcfe36b26811b7ab08854bdadf476 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-91c8a7e, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-04T21:32:13.796 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:13 smithi114 bash[111825]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7 2024-09-04T21:32:14.059 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:13 smithi114 podman[111840]: 2024-09-04 21:32:13.794686423 +0000 UTC m=+0.625566652 container remove d05fe93634900559d0dd8bf91c3fc7452f1bcfe36b26811b7ab08854bdadf476 (image=quay.ceph.io/ceph-ci/ceph@sha256:bc24b8b0fb57fbf3f589c6abdf5aefd5f62db62238cebcb4209974c168290067, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=squid-91c8a7e, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-04T21:32:14.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:13 smithi031 ceph-mon[108156]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:32:14.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:13 smithi031 ceph-mon[108156]: osdmap e147: 8 total, 7 up, 8 in 2024-09-04T21:32:14.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:13 smithi031 ceph-mon[108156]: pgmap v305: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:32:14.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:13 smithi031 ceph-mon[111990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-04T21:32:14.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:13 smithi031 ceph-mon[111990]: osdmap e147: 8 total, 7 up, 8 in 2024-09-04T21:32:14.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:13 smithi031 ceph-mon[111990]: pgmap v305: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:32:14.361 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:14 smithi114 podman[111930]: 2024-09-04 21:32:14.112234429 +0000 UTC m=+0.111223977 container create b781c588a27a1a56d8a926c30658ddf6c654cbcf0c01d6fc5a6a4da9cfa9f782 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-04T21:32:14.362 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:14 smithi114 podman[111930]: 2024-09-04 21:32:14.016827577 +0000 UTC m=+0.015817093 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:14.362 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:14.057844532Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:14.655 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:14 smithi114 podman[111930]: 2024-09-04 21:32:14.356294418 +0000 UTC m=+0.355283924 container init b781c588a27a1a56d8a926c30658ddf6c654cbcf0c01d6fc5a6a4da9cfa9f782 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True) 2024-09-04T21:32:14.655 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:14 smithi114 podman[111930]: 2024-09-04 21:32:14.360803434 +0000 UTC m=+0.359792941 container start b781c588a27a1a56d8a926c30658ddf6c654cbcf0c01d6fc5a6a4da9cfa9f782 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-04T21:32:14.655 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:14 smithi114 podman[111930]: 2024-09-04 21:32:14.447967749 +0000 UTC m=+0.446957256 container attach b781c588a27a1a56d8a926c30658ddf6c654cbcf0c01d6fc5a6a4da9cfa9f782 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=) 2024-09-04T21:32:14.655 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:14 smithi114 podman[111930]: 2024-09-04 21:32:14.546308167 +0000 UTC m=+0.545297673 container died b781c588a27a1a56d8a926c30658ddf6c654cbcf0c01d6fc5a6a4da9cfa9f782 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-04T21:32:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:14 smithi114 ceph-mon[92908]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-04T21:32:14.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:14 smithi114 ceph-mon[92908]: osdmap e148: 8 total, 7 up, 8 in 2024-09-04T21:32:15.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:14 smithi031 ceph-mon[108156]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-04T21:32:15.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:14 smithi031 ceph-mon[108156]: osdmap e148: 8 total, 7 up, 8 in 2024-09-04T21:32:15.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:14 smithi031 ceph-mon[111990]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-04T21:32:15.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:14 smithi031 ceph-mon[111990]: osdmap e148: 8 total, 7 up, 8 in 2024-09-04T21:32:15.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 podman[111953]: 2024-09-04 21:32:15.109930458 +0000 UTC m=+0.557701574 container remove b781c588a27a1a56d8a926c30658ddf6c654cbcf0c01d6fc5a6a4da9cfa9f782 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-04T21:32:15.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-04T21:32:15.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 systemd[1]: Stopped Ceph osd.7 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:32:15.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.7.service: Consumed 15.598s CPU time. 2024-09-04T21:32:15.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 systemd[1]: Starting Ceph osd.7 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:32:15.873 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:15 smithi114 ceph-mon[92908]: pgmap v307: 161 pgs: 17 active+undersized, 5 peering, 9 stale+active+clean, 13 active+undersized+degraded, 117 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 45/636 objects degraded (7.075%) 2024-09-04T21:32:15.873 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 podman[112054]: 2024-09-04 21:32:15.451206083 +0000 UTC m=+0.016858896 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:15.873 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 podman[112054]: 2024-09-04 21:32:15.578229952 +0000 UTC m=+0.143882751 container create 9e319b9f0278ae10d60b691737590f8ad931def2b1ef93a6dfe8fb674b383329 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True) 2024-09-04T21:32:15.873 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 podman[112054]: 2024-09-04 21:32:15.788973703 +0000 UTC m=+0.354626503 container init 9e319b9f0278ae10d60b691737590f8ad931def2b1ef93a6dfe8fb674b383329 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-04T21:32:15.874 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 podman[112054]: 2024-09-04 21:32:15.792301319 +0000 UTC m=+0.357954117 container start 9e319b9f0278ae10d60b691737590f8ad931def2b1ef93a6dfe8fb674b383329 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-04T21:32:15.874 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 podman[112054]: 2024-09-04 21:32:15.872276339 +0000 UTC m=+0.437929139 container attach 9e319b9f0278ae10d60b691737590f8ad931def2b1ef93a6dfe8fb674b383329 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-04T21:32:16.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:15 smithi031 ceph-mon[108156]: pgmap v307: 161 pgs: 17 active+undersized, 5 peering, 9 stale+active+clean, 13 active+undersized+degraded, 117 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 45/636 objects degraded (7.075%) 2024-09-04T21:32:16.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:15 smithi031 ceph-mon[111990]: pgmap v307: 161 pgs: 17 active+undersized, 5 peering, 9 stale+active+clean, 13 active+undersized+degraded, 117 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 45/636 objects degraded (7.075%) 2024-09-04T21:32:16.201 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:32:16.201 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 bash[112054]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:32:16.201 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:32:16.201 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:15 smithi114 bash[112054]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-04T21:32:16.661 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-04T21:32:16.661 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 bash[112054]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-04T21:32:16.661 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-04T21:32:16.661 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 bash[112054]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-04T21:32:16.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-mon[92908]: Health check failed: Degraded data redundancy: 45/636 objects degraded (7.075%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 bash[112054]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 bash[112054]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 bash[112054]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 bash[112054]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate[112070]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 bash[112054]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-04T21:32:16.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:16 smithi114 podman[112054]: 2024-09-04 21:32:16.713163844 +0000 UTC m=+1.278816642 container died 9e319b9f0278ae10d60b691737590f8ad931def2b1ef93a6dfe8fb674b383329 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-04T21:32:17.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:16 smithi031 ceph-mon[108156]: Health check failed: Degraded data redundancy: 45/636 objects degraded (7.075%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:17.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:16 smithi031 ceph-mon[111990]: Health check failed: Degraded data redundancy: 45/636 objects degraded (7.075%), 13 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:17.285 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:17.054924026Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:17.597 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 podman[112196]: 2024-09-04 21:32:17.284239039 +0000 UTC m=+0.559663668 container remove 9e319b9f0278ae10d60b691737590f8ad931def2b1ef93a6dfe8fb674b383329 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-activate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-04T21:32:17.598 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 podman[112255]: 2024-09-04 21:32:17.476793578 +0000 UTC m=+0.099993769 container create 7ea37b6f827a8b38d23edd844bb93be8646d848881bc9ea3401073edb473ccaf (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-04T21:32:17.598 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 podman[112255]: 2024-09-04 21:32:17.39247957 +0000 UTC m=+0.015679729 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:17.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:17 smithi114 ceph-mon[92908]: pgmap v308: 161 pgs: 35 active+undersized, 5 peering, 3 stale+active+clean, 19 active+undersized+degraded, 99 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 64/636 objects degraded (10.063%) 2024-09-04T21:32:17.951 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 podman[112255]: 2024-09-04 21:32:17.729705382 +0000 UTC m=+0.352905530 container init 7ea37b6f827a8b38d23edd844bb93be8646d848881bc9ea3401073edb473ccaf (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, ceph=True) 2024-09-04T21:32:17.951 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 podman[112255]: 2024-09-04 21:32:17.733177571 +0000 UTC m=+0.356377719 container start 7ea37b6f827a8b38d23edd844bb93be8646d848881bc9ea3401073edb473ccaf (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux ) 2024-09-04T21:32:17.951 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 ceph-osd[112274]: -- 172.21.15.114:0/1465617137 <== mon.1 v2:172.21.15.114:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5643726a1a40 con 0x56437267fc00 2024-09-04T21:32:17.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 bash[112255]: 7ea37b6f827a8b38d23edd844bb93be8646d848881bc9ea3401073edb473ccaf 2024-09-04T21:32:17.952 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:17 smithi114 systemd[1]: Started Ceph osd.7 for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:32:18.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:17 smithi031 ceph-mon[108156]: pgmap v308: 161 pgs: 35 active+undersized, 5 peering, 3 stale+active+clean, 19 active+undersized+degraded, 99 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 64/636 objects degraded (10.063%) 2024-09-04T21:32:18.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:17 smithi031 ceph-mon[111990]: pgmap v308: 161 pgs: 35 active+undersized, 5 peering, 3 stale+active+clean, 19 active+undersized+degraded, 99 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 64/636 objects degraded (10.063%) 2024-09-04T21:32:18.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:32:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:32:17] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-04T21:32:19.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:18 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:19.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:18 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:19.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:19 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:32:19.146+0000 7f858b11f640 -1 Falling back to public interface 2024-09-04T21:32:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:18 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:19.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:18 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:18 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:19.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:18 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:20.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:20.052125283Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:20.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:19 smithi114 ceph-mon[92908]: pgmap v309: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:20.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:19 smithi031 ceph-mon[108156]: pgmap v309: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:20.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:19 smithi031 ceph-mon[111990]: pgmap v309: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:21.002 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:20 smithi114 ceph-mon[92908]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-04T21:32:21.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:20 smithi031 ceph-mon[108156]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-04T21:32:21.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:20 smithi031 ceph-mon[111990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-04T21:32:22.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:21 smithi114 ceph-mon[92908]: pgmap v310: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:22.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:21 smithi031 ceph-mon[108156]: pgmap v310: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:22.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:21 smithi031 ceph-mon[111990]: pgmap v310: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:22.701 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:32:22.248+0000 7f858b11f640 -1 osd.7 146 log_to_monitors true 2024-09-04T21:32:23.343 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:23.061440176Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.344 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:23.951 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:32:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:32:23.698+0000 7f857eec1640 -1 osd.7 146 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-04T21:32:24.368 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:24 smithi114 ceph-mon[92908]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-04T21:32:24.368 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:24 smithi114 ceph-mon[92908]: osdmap e149: 8 total, 7 up, 8 in 2024-09-04T21:32:24.368 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:24 smithi114 ceph-mon[92908]: from='osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:32:24.368 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:24 smithi114 ceph-mon[92908]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:32:24.368 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:24 smithi114 ceph-mon[92908]: pgmap v312: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:24.368 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:24 smithi114 ceph-mon[92908]: from='osd.7 ' entity='osd.7' 2024-09-04T21:32:24.368 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:24 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 83/636 objects degraded (13.050%), 27 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[108156]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-04T21:32:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[108156]: osdmap e149: 8 total, 7 up, 8 in 2024-09-04T21:32:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[108156]: from='osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:32:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[108156]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:32:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[108156]: pgmap v312: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[108156]: from='osd.7 ' entity='osd.7' 2024-09-04T21:32:24.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 83/636 objects degraded (13.050%), 27 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[111990]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-04T21:32:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[111990]: osdmap e149: 8 total, 7 up, 8 in 2024-09-04T21:32:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[111990]: from='osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:32:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[111990]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi114", "root=default"]} : dispatch 2024-09-04T21:32:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[111990]: pgmap v312: 161 pgs: 42 active+undersized, 27 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 83/636 objects degraded (13.050%) 2024-09-04T21:32:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[111990]: from='osd.7 ' entity='osd.7' 2024-09-04T21:32:24.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:24 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 83/636 objects degraded (13.050%), 27 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[108156]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:32:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[108156]: osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512] boot 2024-09-04T21:32:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[108156]: osdmap e150: 8 total, 8 up, 8 in 2024-09-04T21:32:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-04T21:32:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[111990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:32:25.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[111990]: osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512] boot 2024-09-04T21:32:25.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[111990]: osdmap e150: 8 total, 8 up, 8 in 2024-09-04T21:32:25.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-04T21:32:25.638 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:25 smithi114 ceph-mon[92908]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-04T21:32:25.639 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:25 smithi114 ceph-mon[92908]: osd.7 [v2:172.21.15.114:6824/3711302512,v1:172.21.15.114:6825/3711302512] boot 2024-09-04T21:32:25.639 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:25 smithi114 ceph-mon[92908]: osdmap e150: 8 total, 8 up, 8 in 2024-09-04T21:32:25.639 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-04T21:32:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:26.057614906Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: pgmap v314: 161 pgs: 10 peering, 35 active+undersized, 24 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 76/636 objects degraded (11.950%) 2024-09-04T21:32:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: osdmap e151: 8 total, 8 up, 8 in 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-04T21:32:26.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.454 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:32:26.455 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:32:26.456 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.456 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:32:26.456 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:32:26.456 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:32:26.456 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:32:26.456 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-04T21:32:26.456 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.457 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.458 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:26 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: pgmap v314: 161 pgs: 10 peering, 35 active+undersized, 24 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 76/636 objects degraded (11.950%) 2024-09-04T21:32:26.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: osdmap e151: 8 total, 8 up, 8 in 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-04T21:32:26.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: pgmap v314: 161 pgs: 10 peering, 35 active+undersized, 24 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 76/636 objects degraded (11.950%) 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: osdmap e151: 8 total, 8 up, 8 in 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-04T21:32:26.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-04T21:32:26.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:32:26.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:32:26.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:26.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:26.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:26.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:26 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all osd 2024-09-04T21:32:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mds 2024-09-04T21:32:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:32:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:32:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nfs 2024-09-04T21:32:27.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:32:27.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Finalizing container_image settings 2024-09-04T21:32:27.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[108156]: Upgrade: Complete! 2024-09-04T21:32:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all osd 2024-09-04T21:32:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mds 2024-09-04T21:32:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:32:27.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:32:27.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nfs 2024-09-04T21:32:27.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:32:27.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Finalizing container_image settings 2024-09-04T21:32:27.602 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-mon[111990]: Upgrade: Complete! 2024-09-04T21:32:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all osd 2024-09-04T21:32:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mds 2024-09-04T21:32:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:32:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:32:27.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nfs 2024-09-04T21:32:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:32:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Finalizing container_image settings 2024-09-04T21:32:27.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:27 smithi114 ceph-mon[92908]: Upgrade: Complete! 2024-09-04T21:32:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:32:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:32:27] "GET /metrics HTTP/1.1" 200 38413 "" "Prometheus/2.51.0" 2024-09-04T21:32:28.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:28 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:28.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:28 smithi114 ceph-mon[92908]: pgmap v316: 161 pgs: 28 peering, 21 active+undersized, 20 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 62/636 objects degraded (9.748%) 2024-09-04T21:32:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:28 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:28 smithi031 ceph-mon[108156]: pgmap v316: 161 pgs: 28 peering, 21 active+undersized, 20 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 62/636 objects degraded (9.748%) 2024-09-04T21:32:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:28 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:28 smithi031 ceph-mon[111990]: pgmap v316: 161 pgs: 28 peering, 21 active+undersized, 20 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 62/636 objects degraded (9.748%) 2024-09-04T21:32:29.387 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:29.061067751Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:29.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:29 smithi114 ceph-mon[92908]: Health check update: Degraded data redundancy: 62/636 objects degraded (9.748%), 20 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:29.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:29 smithi031 ceph-mon[108156]: Health check update: Degraded data redundancy: 62/636 objects degraded (9.748%), 20 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:29.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:29 smithi031 ceph-mon[111990]: Health check update: Degraded data redundancy: 62/636 objects degraded (9.748%), 20 pgs degraded (PG_DEGRADED) 2024-09-04T21:32:30.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:30 smithi114 ceph-mon[92908]: pgmap v317: 161 pgs: 28 peering, 133 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 811 B/s rd, 0 op/s 2024-09-04T21:32:30.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:30 smithi031 ceph-mon[108156]: pgmap v317: 161 pgs: 28 peering, 133 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 811 B/s rd, 0 op/s 2024-09-04T21:32:30.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:30 smithi031 ceph-mon[111990]: pgmap v317: 161 pgs: 28 peering, 133 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 811 B/s rd, 0 op/s 2024-09-04T21:32:31.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:31 smithi114 ceph-mon[92908]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 62/636 objects degraded (9.748%), 20 pgs degraded) 2024-09-04T21:32:31.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:31 smithi114 ceph-mon[92908]: Cluster is now healthy 2024-09-04T21:32:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:31 smithi031 ceph-mon[108156]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 62/636 objects degraded (9.748%), 20 pgs degraded) 2024-09-04T21:32:31.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:31 smithi031 ceph-mon[108156]: Cluster is now healthy 2024-09-04T21:32:31.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:31 smithi031 ceph-mon[111990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 62/636 objects degraded (9.748%), 20 pgs degraded) 2024-09-04T21:32:31.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:31 smithi031 ceph-mon[111990]: Cluster is now healthy 2024-09-04T21:32:32.400 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:32.058832067Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:32.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:32 smithi114 ceph-mon[92908]: pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:32 smithi031 ceph-mon[108156]: pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:32.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:32 smithi031 ceph-mon[111990]: pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:33.281 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:32:33.538 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:32:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:33 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:33.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:33 smithi031 ceph-mon[108156]: from='client.54542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:33.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:33 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:33.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:33 smithi031 ceph-mon[111990]: from='client.54542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:33.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:33 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:33.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:33 smithi114 ceph-mon[92908]: from='client.54542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:34.189 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:32:34.189 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (7m) 2m ago 28m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:32:34.189 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (7m) 12s ago 28m 79.0M - c8b91775d855 f49ca3053983 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (9m) 2m ago 28m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (8m) 12s ago 32m 458M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (18m) 2m ago 34m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (6m) 2m ago 34m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (6m) 12s ago 33m 45.1M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (5m) 2m ago 33m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (8m) 2m ago 28m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (8m) 12s ago 28m 11.0M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (4m) 2m ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (4m) 2m ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (3m) 2m ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:32:34.190 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (2m) 2m ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:32:34.191 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (116s) 12s ago 31m 52.1M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 b07da95fac90 2024-09-04T21:32:34.191 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (82s) 12s ago 30m 47.2M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 289231a20bb1 2024-09-04T21:32:34.191 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (49s) 12s ago 30m 45.1M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 0b93f24d1e0b 2024-09-04T21:32:34.191 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (16s) 12s ago 29m 11.6M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 7ea37b6f827a 2024-09-04T21:32:34.191 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (8m) 12s ago 29m 53.9M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:32:34.191 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (28m) 2m ago 28m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:32:34.191 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (28m) 12s ago 28m 92.5M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:32:34.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:34 smithi114 ceph-mon[92908]: pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:32:34.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:34 smithi031 ceph-mon[108156]: pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:32:34.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:34 smithi031 ceph-mon[111990]: pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-04T21:32:34.912 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-04T21:32:35.163 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:32:35.411 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:35.062768816Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:35.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:35 smithi031 ceph-mon[108156]: from='client.44544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:35.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:35 smithi031 ceph-mon[111990]: from='client.44544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:35.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:35 smithi114 ceph-mon[92908]: from='client.44544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:35.879 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:32:36.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:36 smithi031 ceph-mon[108156]: pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:32:36.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:36 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/3266362415' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:36.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:36 smithi031 ceph-mon[111990]: pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:32:36.557 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:36 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/3266362415' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:36.586 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-04T21:32:36.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:36 smithi114 ceph-mon[92908]: pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-04T21:32:36.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:36 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/3266362415' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:36.836 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:32:37.569 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)" 2024-09-04T21:32:38.099 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:32:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:32:37] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-04T21:32:38.351 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade status' 2024-09-04T21:32:38.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:38.056734644Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:38 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:38 smithi114 ceph-mon[92908]: pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 863 B/s rd, 0 op/s 2024-09-04T21:32:38.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:38 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/622315576' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[108156]: pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 863 B/s rd, 0 op/s 2024-09-04T21:32:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/622315576' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[111990]: pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 863 B/s rd, 0 op/s 2024-09-04T21:32:38.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:38 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/622315576' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:38.606 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:32:39.302 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:32:39.302 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": null, 2024-09-04T21:32:39.303 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": false, 2024-09-04T21:32:39.303 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "", 2024-09-04T21:32:39.303 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:32:39.303 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": null, 2024-09-04T21:32:39.303 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-04T21:32:39.303 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:32:39.303 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:32:39.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:39 smithi031 ceph-mon[108156]: from='client.54566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:39.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:39 smithi031 ceph-mon[108156]: pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:39.906 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:39 smithi031 ceph-mon[111990]: from='client.54566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:39.906 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:39 smithi031 ceph-mon[111990]: pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:39.934 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph health detail' 2024-09-04T21:32:39.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:39 smithi114 ceph-mon[92908]: from='client.54566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:39.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:39 smithi114 ceph-mon[92908]: pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:40.181 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:32:40.888 INFO:teuthology.orchestra.run.smithi031.stdout:HEALTH_OK 2024-09-04T21:32:41.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:40 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/4000785245' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:32:41.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:41.064398477Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:41.204 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:40 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/4000785245' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:32:41.204 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:40 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/4000785245' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-04T21:32:41.578 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.foo' 2024-09-04T21:32:41.830 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:32:42.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:41 smithi114 ceph-mon[92908]: pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:42.234 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:41 smithi031 ceph-mon[108156]: pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:42.234 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:41 smithi031 ceph-mon[111990]: pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:43.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:42 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:43.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:42 smithi114 ceph-mon[92908]: from='client.54578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:43.229 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:42 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:43.229 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:42 smithi031 ceph-mon[108156]: from='client.54578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:43.229 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:42 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:43.229 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:42 smithi031 ceph-mon[111990]: from='client.54578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:44.060 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:44.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:43 smithi031 ceph-mon[108156]: pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:44.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:43 smithi031 ceph-mon[111990]: pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:44.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:43 smithi114 ceph-mon[92908]: pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:44.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:44.05693031Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:44.774 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[111990]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[111990]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[108156]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:45.296 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:45.297 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:45.297 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:45.297 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:45.297 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:45 smithi031 ceph-mon[108156]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:45 smithi114 ceph-mon[92908]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:32:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:45 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:45.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:45 smithi114 ceph-mon[92908]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:32:45.909 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:32:46.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:46.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.217 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:46 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:46.453 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:46 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:46.666 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[111990]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[111990]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mgr 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mon 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all crash 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all osd 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all mds 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[108156]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:32:47.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[108156]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:32:47.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mgr 2024-09-04T21:32:47.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mon 2024-09-04T21:32:47.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all crash 2024-09-04T21:32:47.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all osd 2024-09-04T21:32:47.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all mds 2024-09-04T21:32:47.254 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (8m) 2m ago 29m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (7m) 25s ago 28m 79.0M - c8b91775d855 f49ca3053983 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (9m) 2m ago 28m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (9m) 25s ago 33m 458M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (18m) 2m ago 34m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (6m) 2m ago 34m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (6m) 25s ago 33m 45.1M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (5m) 2m ago 33m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (8m) 2m ago 28m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (8m) 25s ago 28m 11.0M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (4m) 2m ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (4m) 2m ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (3m) 2m ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:32:47.255 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (2m) 2m ago 31m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:32:47.256 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (2m) 25s ago 31m 52.1M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 b07da95fac90 2024-09-04T21:32:47.256 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (95s) 25s ago 30m 47.2M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 289231a20bb1 2024-09-04T21:32:47.256 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (62s) 25s ago 30m 45.1M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 0b93f24d1e0b 2024-09-04T21:32:47.256 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (29s) 25s ago 30m 11.6M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 7ea37b6f827a 2024-09-04T21:32:47.256 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (8m) 25s ago 29m 53.9M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:32:47.256 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (28m) 2m ago 28m - - 19.1.1-259-g91c8a7e5 77770cf7e895 4ca9a5572a62 2024-09-04T21:32:47.256 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (28m) 25s ago 28m 92.5M - 19.1.1-259-g91c8a7e5 77770cf7e895 b8dfeff5d24b 2024-09-04T21:32:47.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:47.057559296Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-mon[92908]: Upgrade: Target is version 19.3.0-4702-gf9fcca52 (squid) 2024-09-04T21:32:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-mon[92908]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, digests ['quay.ceph.io/ceph-ci/ceph@sha256:374fc5b78546dbe9d2be4234bcc40090c95dba2d3680e3e0a530b1ee75f9a0a4'] 2024-09-04T21:32:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mgr 2024-09-04T21:32:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mon 2024-09-04T21:32:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all crash 2024-09-04T21:32:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all osd 2024-09-04T21:32:47.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:47 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all mds 2024-09-04T21:32:47.602 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 8 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:32:47.603 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:32:47.604 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2, 2024-09-04T21:32:47.604 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 13 2024-09-04T21:32:47.604 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:32:47.604 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:32:47.923 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:32:47.923 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:32:47.923 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:32:47.924 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons in service(s) rgw.foo", 2024-09-04T21:32:47.924 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:32:47.924 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/2 daemons upgraded", 2024-09-04T21:32:47.924 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading rgw daemons", 2024-09-04T21:32:47.924 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:32:47.924 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:32:47.924 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:32:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:32:47] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-04T21:32:48.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: from='client.44580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: from='client.54590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:48.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/3872748177' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:48.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:48.217 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: from='client.44580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: from='client.54590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/3872748177' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-04T21:32:48.218 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:48 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:48.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: from='client.44580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: from='client.54590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/3872748177' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:32:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:32:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi031.kbojtn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-04T21:32:48.452 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:48 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:32:49.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:49 smithi031 ceph-mon[108156]: Upgrade: Updating rgw.foo.smithi031.kbojtn (1/2) 2024-09-04T21:32:49.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:49 smithi031 ceph-mon[108156]: Deploying daemon rgw.foo.smithi031.kbojtn on smithi031 2024-09-04T21:32:49.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:49 smithi031 ceph-mon[108156]: from='client.54608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:49.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:49 smithi031 ceph-mon[111990]: Upgrade: Updating rgw.foo.smithi031.kbojtn (1/2) 2024-09-04T21:32:49.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:49 smithi031 ceph-mon[111990]: Deploying daemon rgw.foo.smithi031.kbojtn on smithi031 2024-09-04T21:32:49.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:49 smithi031 ceph-mon[111990]: from='client.54608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:49.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:49 smithi114 ceph-mon[92908]: Upgrade: Updating rgw.foo.smithi031.kbojtn (1/2) 2024-09-04T21:32:49.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:49 smithi114 ceph-mon[92908]: Deploying daemon rgw.foo.smithi031.kbojtn on smithi031 2024-09-04T21:32:49.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:49 smithi114 ceph-mon[92908]: from='client.54608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:32:50.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:50 smithi031 ceph-mon[108156]: pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:50.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:50 smithi031 ceph-mon[111990]: pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:50.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:50 smithi114 ceph-mon[92908]: pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:50.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:50.058260389Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:51 smithi114 ceph-mon[92908]: pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:52.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:51 smithi031 ceph-mon[108156]: pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:52.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:51 smithi031 ceph-mon[111990]: pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:52.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:52.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:52 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:52.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:52 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:32:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:52 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:32:53.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:53.062358499Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:53.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:53 smithi114 ceph-mon[92908]: pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:54.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:53 smithi031 ceph-mon[108156]: pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:54.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:53 smithi031 ceph-mon[111990]: pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:55.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:55 smithi114 ceph-mon[92908]: pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:56.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:55 smithi031 ceph-mon[108156]: pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:56.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:55 smithi031 ceph-mon[111990]: pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:56.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:56.062545305Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:57.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:57 smithi114 ceph-mon[92908]: pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:58.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:57 smithi031 ceph-mon[108156]: pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:58.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:57 smithi031 ceph-mon[111990]: pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:32:58.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:32:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:32:57] "GET /metrics HTTP/1.1" 200 38405 "" "Prometheus/2.51.0" 2024-09-04T21:32:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:32:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:32:59.061188363Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:32:59.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:32:59 smithi114 ceph-mon[92908]: pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:59.976 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:32:59 smithi031 ceph-mon[108156]: pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:32:59.977 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:32:59 smithi031 ceph-mon[111990]: pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:01.678 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:01 smithi031 ceph-mon[108156]: pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:01.678 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:01 smithi031 ceph-mon[111990]: pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:01.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:01 smithi114 ceph-mon[92908]: pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:02.350 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:02.058365148Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:02 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:02.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:02 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:02.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:02 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:02.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:02 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:02.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:02 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:02.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:02 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:03.028 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:02 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:03.028 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:02 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:03.028 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:02 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:04.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[108156]: Upgrade: Updating rgw.foo.smithi114.flyvrr (2/2) 2024-09-04T21:33:04.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:04.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-04T21:33:04.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:04.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[108156]: Deploying daemon rgw.foo.smithi114.flyvrr on smithi114 2024-09-04T21:33:04.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[108156]: pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 85 B/s wr, 42 op/s 2024-09-04T21:33:04.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[111990]: Upgrade: Updating rgw.foo.smithi114.flyvrr (2/2) 2024-09-04T21:33:04.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:04.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-04T21:33:04.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:04.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[111990]: Deploying daemon rgw.foo.smithi114.flyvrr on smithi114 2024-09-04T21:33:04.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:04 smithi031 ceph-mon[111990]: pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 85 B/s wr, 42 op/s 2024-09-04T21:33:04.401 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:04 smithi114 ceph-mon[92908]: Upgrade: Updating rgw.foo.smithi114.flyvrr (2/2) 2024-09-04T21:33:04.402 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:04.402 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi114.flyvrr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-04T21:33:04.402 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:04 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:04.402 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:04 smithi114 ceph-mon[92908]: Deploying daemon rgw.foo.smithi114.flyvrr on smithi114 2024-09-04T21:33:04.402 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:04 smithi114 ceph-mon[92908]: pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 85 B/s wr, 42 op/s 2024-09-04T21:33:05.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:05.064146305Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:05.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:05 smithi114 ceph-mon[92908]: pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 85 B/s wr, 65 op/s 2024-09-04T21:33:06.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:05 smithi031 ceph-mon[108156]: pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 85 B/s wr, 65 op/s 2024-09-04T21:33:06.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:05 smithi031 ceph-mon[111990]: pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 85 B/s wr, 65 op/s 2024-09-04T21:33:07.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:07 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:07.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:07 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:07.621 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:07 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:08.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:33:07] "GET /metrics HTTP/1.1" 200 38385 "" "Prometheus/2.51.0" 2024-09-04T21:33:08.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:08 smithi114 ceph-mon[92908]: pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:08.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:08.056435753Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:08.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:08 smithi031 ceph-mon[108156]: pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:08.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:08 smithi031 ceph-mon[111990]: pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:09.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:09 smithi114 ceph-mon[92908]: pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:10.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:09 smithi031 ceph-mon[108156]: pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:10.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:09 smithi031 ceph-mon[111990]: pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:11.057856723Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:11.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:11 smithi114 ceph-mon[92908]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:12.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:11 smithi031 ceph-mon[108156]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:12.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:11 smithi031 ceph-mon[111990]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:12.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:12 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:12.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:12 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:12.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:12 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:13.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:13 smithi114 ceph-mon[92908]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:14.075 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:13 smithi031 ceph-mon[108156]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:14.076 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:13 smithi031 ceph-mon[111990]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:14.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:14.066076268Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:15.942 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:15 smithi114 ceph-mon[92908]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 43 op/s 2024-09-04T21:33:16.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:15 smithi031 ceph-mon[108156]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 43 op/s 2024-09-04T21:33:16.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:15 smithi031 ceph-mon[111990]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 43 op/s 2024-09-04T21:33:17.414 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:17.060204968Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:17.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:17 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:17.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:17 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:17.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:17 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:17.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:17 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:17.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:17 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:17.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:17 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:17.851 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:33:17] "GET /metrics HTTP/1.1" 200 38385 "" "Prometheus/2.51.0" 2024-09-04T21:33:18.266 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-04T21:33:18.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:18 smithi031 ceph-mon[108156]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2024-09-04T21:33:18.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:18 smithi031 ceph-mon[111990]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2024-09-04T21:33:18.864 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:33:18.864 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (8m) 3m ago 29m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:33:18.864 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (8m) 56s ago 29m 79.0M - c8b91775d855 f49ca3053983 2024-09-04T21:33:18.864 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (9m) 3m ago 28m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:33:18.864 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (9m) 56s ago 33m 458M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:33:18.864 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (18m) 3m ago 35m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:33:18.864 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (6m) 3m ago 35m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (7m) 56s ago 34m 45.1M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (6m) 3m ago 33m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (9m) 3m ago 29m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (9m) 56s ago 29m 11.0M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (5m) 3m ago 33m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (4m) 3m ago 33m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (4m) 3m ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (3m) 3m ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (2m) 56s ago 31m 52.1M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 b07da95fac90 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (2m) 56s ago 31m 47.2M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 289231a20bb1 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (94s) 56s ago 31m 45.1M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 0b93f24d1e0b 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (61s) 56s ago 30m 11.6M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 7ea37b6f827a 2024-09-04T21:33:18.865 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (8m) 56s ago 30m 53.9M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:33:18.866 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 starting - - - - 2024-09-04T21:33:18.866 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 starting - - - - 2024-09-04T21:33:18.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:18 smithi114 ceph-mon[92908]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2024-09-04T21:33:19.223 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:33:19.223 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 3 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 8 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2, 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 2 2024-09-04T21:33:19.224 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-04T21:33:19.225 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-04T21:33:19.225 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.1.1-259-g91c8a7e5 (91c8a7e56f7ba6f8ae8d6d8c0ae8cae96c5619e4) squid (stable)": 2, 2024-09-04T21:33:19.225 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 19.3.0-4702-gf9fcca52 (f9fcca5273b6971f640393d33a94730179073754) squid (dev)": 15 2024-09-04T21:33:19.225 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-04T21:33:19.225 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754", 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons in service(s) rgw.foo", 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/2 daemons upgraded", 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading rgw daemons", 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-04T21:33:19.519 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-04T21:33:19.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:19 smithi031 ceph-mon[111990]: from='client.54656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:19.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:19 smithi031 ceph-mon[111990]: from='client.44661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:19.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:19 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/2776276732' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:19 smithi031 ceph-mon[108156]: from='client.54656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:19 smithi031 ceph-mon[108156]: from='client.44661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:19.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:19 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/2776276732' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:19.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:19 smithi114 ceph-mon[92908]: from='client.54656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:19 smithi114 ceph-mon[92908]: from='client.44661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:19.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:19 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/2776276732' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:20.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:20.063725633Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[111990]: from='client.54668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[111990]: from='client.54680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[111990]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 85 B/s wr, 53 op/s 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[108156]: from='client.54668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[108156]: from='client.54680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[108156]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 85 B/s wr, 53 op/s 2024-09-04T21:33:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:20 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-mon[92908]: from='client.54668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-mon[92908]: from='client.54680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-mon[92908]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 85 B/s wr, 53 op/s 2024-09-04T21:33:20.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:20.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:20 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[108156]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.058 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:21 smithi031 ceph-mon[111990]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:22.146 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:21 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.146 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:21 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.146 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:21 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.146 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:21 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:22.146 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:21 smithi114 ceph-mon[92908]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:22 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:23.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:22 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:23.350 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:22 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:23.351 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:22 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:23.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:22 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:23.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:22 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:23.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:23.063905411Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:24.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:23 smithi114 ceph-mon[92908]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:24.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:24.202 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:23 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:24.282 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:23 smithi031 ceph-mon[108156]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:24.283 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:24.283 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:23 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:24.283 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:23 smithi031 ceph-mon[111990]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:24.283 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:24.283 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:23 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: 2 rgw daemon(s) are 19.1.1-259-g91c8a7e5 != target 19.3.0-4702-gf9fcca52 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all rgw 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi031.kbojtn"} : dispatch 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi031.kbojtn"}]': finished 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi114.flyvrr"} : dispatch 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi114.flyvrr"}]': finished 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nfs 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.602 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.603 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: 2 rgw daemon(s) are 19.1.1-259-g91c8a7e5 != target 19.3.0-4702-gf9fcca52 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all rgw 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi031.kbojtn"} : dispatch 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi031.kbojtn"}]': finished 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi114.flyvrr"} : dispatch 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi114.flyvrr"}]': finished 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.604 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nfs 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: Finalizing container_image settings 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:33:25.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: Finalizing container_image settings 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:33:25.608 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:33:25.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Upgrade: Complete! 2024-09-04T21:33:25.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: Checking dashboard <-> RGW credentials 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:33:25.611 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Upgrade: Complete! 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:33:25.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: Checking dashboard <-> RGW credentials 2024-09-04T21:33:25.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:25 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: 2 rgw daemon(s) are 19.1.1-259-g91c8a7e5 != target 19.3.0-4702-gf9fcca52 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all rgw 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi031.kbojtn"} : dispatch 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi031.kbojtn"}]': finished 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi114.flyvrr"} : dispatch 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi114.flyvrr"}]': finished 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all rbd-mirror 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.703 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all ceph-exporter 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nfs 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: Setting container_image for all nvmeof 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:25.704 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: Finalizing container_image settings 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-04T21:33:25.705 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-04T21:33:25.706 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Upgrade: Complete! 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: Checking dashboard <-> RGW credentials 2024-09-04T21:33:25.707 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:25.708 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-04T21:33:25.708 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-04T21:33:25.708 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:25 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:26.328 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:26.060426908Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:26.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:26 smithi031 ceph-mon[108156]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:26.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:26 smithi031 ceph-mon[111990]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:26.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:26 smithi114 ceph-mon[92908]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:28.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:27 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:33:27] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-04T21:33:28.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:28 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:28.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:28 smithi114 ceph-mon[92908]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:28 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:28.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:28 smithi031 ceph-mon[108156]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:28 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' 2024-09-04T21:33:28.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:28 smithi031 ceph-mon[111990]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-04T21:33:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:29.054073477Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:30.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:30 smithi114 ceph-mon[92908]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 86 op/s 2024-09-04T21:33:30.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:30 smithi031 ceph-mon[108156]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 86 op/s 2024-09-04T21:33:30.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:30 smithi031 ceph-mon[111990]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 86 op/s 2024-09-04T21:33:31.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:31 smithi114 ceph-mon[92908]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 34 op/s 2024-09-04T21:33:32.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:31 smithi031 ceph-mon[108156]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 34 op/s 2024-09-04T21:33:32.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:31 smithi031 ceph-mon[111990]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 34 op/s 2024-09-04T21:33:32.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:32.057074425Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:32.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:32 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:32.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:32 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:32.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:32 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:33.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:33 smithi031 ceph-mon[108156]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-04T21:33:33.851 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:33 smithi031 ceph-mon[111990]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-04T21:33:33.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:33 smithi114 ceph-mon[92908]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-04T21:33:35.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:35.059750143Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:35.904 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:35 smithi114 ceph-mon[92908]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-04T21:33:36.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:35 smithi031 ceph-mon[108156]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-04T21:33:36.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:35 smithi031 ceph-mon[111990]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-04T21:33:37.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:37 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:37.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:37 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:37.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:37 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:38.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:37 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:33:37] "GET /metrics HTTP/1.1" 200 38412 "" "Prometheus/2.51.0" 2024-09-04T21:33:38.451 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:38 smithi114 ceph-mon[92908]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-04T21:33:38.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:38.056168007Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:38.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:38 smithi031 ceph-mon[108156]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-04T21:33:38.600 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:38 smithi031 ceph-mon[111990]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-04T21:33:39.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:39 smithi114 ceph-mon[92908]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-09-04T21:33:40.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:39 smithi031 ceph-mon[108156]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-09-04T21:33:40.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:39 smithi031 ceph-mon[111990]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-09-04T21:33:41.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:41.054147152Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:41.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:41 smithi114 ceph-mon[92908]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:42.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:41 smithi031 ceph-mon[108156]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:42.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:41 smithi031 ceph-mon[111990]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:42.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:42 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:42.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:42 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:42.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:42 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:43.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:43 smithi114 ceph-mon[92908]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:44.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:43 smithi031 ceph-mon[108156]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:44.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:43 smithi031 ceph-mon[111990]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:44.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:44.05216286Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:45.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:45 smithi114 ceph-mon[92908]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:46.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:45 smithi031 ceph-mon[108156]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:46.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:45 smithi031 ceph-mon[111990]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:47.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:47.066530533Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:47.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:47 smithi114 ceph-mon[92908]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:48.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:47 smithi031 ceph-mon[108156]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:48.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:47 smithi031 ceph-mon[111990]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:48.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:47 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:33:47] "GET /metrics HTTP/1.1" 200 38412 "" "Prometheus/2.51.0" 2024-09-04T21:33:49.952 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:49 smithi114 ceph-mon[92908]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:50.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:49 smithi031 ceph-mon[108156]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:50.100 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:49 smithi031 ceph-mon[111990]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:50.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:50.059000434Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:50.588 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph orch ps' 2024-09-04T21:33:50.848 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:33:50.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:50 smithi031 ceph-mon[108156]: from='client.44718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:50.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:50 smithi031 ceph-mon[111990]: from='client.44718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:50.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:50 smithi114 ceph-mon[92908]: from='client.44718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:51.566 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-04T21:33:51.566 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 *:9093,9094 running (9m) 31s ago 30m - - 0.27.0 11f11916f8cd 1f2f6e319ffa 2024-09-04T21:33:51.566 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi114 *:3000 running (8m) 31s ago 29m 79.0M - c8b91775d855 f49ca3053983 2024-09-04T21:33:51.566 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.foo.smithi031.evpjzr smithi031 *:5000 running (10m) 31s ago 29m - - 3.8 77770cf7e895 f2df966fe741 2024-09-04T21:33:51.566 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi114 *:8443,9283,8765 running (10m) 31s ago 34m 458M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 469b8f38357b 2024-09-04T21:33:51.566 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443,9283,8765 running (19m) 31s ago 35m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 b8fe9d19fd71 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (7m) 31s ago 35m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 c22da4b89e33 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi114 running (8m) 31s ago 34m 46.2M 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 01214ed27104 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (7m) 31s ago 34m - 2048M 19.3.0-4702-gf9fcca52 8cfc4091ae56 873833057f48 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 *:9100 running (9m) 31s ago 29m - - 1.7.0 72c9c2088986 997d88fdc2a3 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi114 *:9100 running (9m) 31s ago 29m 11.1M - 1.7.0 72c9c2088986 2234301bac39 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (5m) 31s ago 34m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 a5bce2a12cf0 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (5m) 31s ago 33m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 418e72e92379 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (4m) 31s ago 33m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 162764458bab 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (3m) 31s ago 32m - 2993M 19.3.0-4702-gf9fcca52 8cfc4091ae56 06b061c9248b 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi114 running (3m) 31s ago 32m 57.1M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 b07da95fac90 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi114 running (2m) 31s ago 31m 50.5M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 289231a20bb1 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi114 running (2m) 31s ago 31m 48.2M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 0b93f24d1e0b 2024-09-04T21:33:51.567 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi114 running (94s) 31s ago 31m 52.6M 3248M 19.3.0-4702-gf9fcca52 8cfc4091ae56 7ea37b6f827a 2024-09-04T21:33:51.568 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi114 *:9095 running (9m) 31s ago 30m 53.9M - 2.51.0 1d3b7f56885b c65f054c0cbe 2024-09-04T21:33:51.568 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi031.kbojtn smithi031 *:8000 running (50s) 31s ago 29m - - 19.3.0-4702-gf9fcca52 8cfc4091ae56 bf633f95ba21 2024-09-04T21:33:51.568 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foo.smithi114.flyvrr smithi114 *:8000 running (35s) 31s ago 29m 75.3M - 19.3.0-4702-gf9fcca52 8cfc4091ae56 35879591c3d7 2024-09-04T21:33:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:51 smithi031 ceph-mon[108156]: from='client.44724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:51.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:51 smithi031 ceph-mon[108156]: pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:51.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:51 smithi031 ceph-mon[111990]: from='client.44724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:51.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:51 smithi031 ceph-mon[111990]: pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:51 smithi114 ceph-mon[92908]: from='client.44724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-04T21:33:51.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:51 smithi114 ceph-mon[92908]: pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-04T21:33:52.207 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-04T21:33:52.458 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/mon.a/config 2024-09-04T21:33:52.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:52 smithi031 ceph-mon[108156]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:52.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:52 smithi031 ceph-mon[108156]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:52.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:52 smithi031 ceph-mon[111990]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:52.820 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:52 smithi031 ceph-mon[111990]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:52 smithi114 ceph-mon[92908]: from='mgr.15303 172.21.15.31:0/3479043827' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-04T21:33:52.951 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:52 smithi114 ceph-mon[92908]: from='client.15483 -' entity='client.iscsi.foo.smithi031.evpjzr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-04T21:33:53.181 INFO:teuthology.orchestra.run.smithi031.stdout:false 2024-09-04T21:33:53.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:53.054170687Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:53 smithi031 ceph-mon[108156]: from='client.? 172.21.15.31:0/84273337' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:53.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:53 smithi031 ceph-mon[108156]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:53.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:53 smithi031 ceph-mon[111990]: from='client.? 172.21.15.31:0/84273337' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:53.850 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:53 smithi031 ceph-mon[111990]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:53.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T21:33:53.944 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_f9fcca5273b6971f640393d33a94730179073754/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_f9fcca5273b6971f640393d33a94730179073754/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c \'ceph versions | jq -e \'"\'"\'.rgw | length == 1\'"\'"\'\'' 2024-09-04T21:33:54.354 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=752e339a9045453cbba9f751330c8c27 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_f9fcca5273b6971f640393d33a94730179073754/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_f9fcca5273b6971f640393d33a94730179073754/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c \'ceph versions | jq -e \'"\'"\'.rgw | length == 1\'"\'"\'\'' 2024-09-04T21:33:54.356 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-04T21:33:54.366 INFO:tasks.cephadm:Teardown begin 2024-09-04T21:33:54.366 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-04T21:33:54.370 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:53 smithi114 ceph-mon[92908]: from='client.? 172.21.15.31:0/84273337' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-04T21:33:54.371 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:53 smithi114 ceph-mon[92908]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-04T21:33:54.397 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-04T21:33:54.433 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-04T21:33:54.433 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-04T21:33:54.453 DEBUG:teuthology.orchestra.run.smithi114:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-04T21:33:54.489 INFO:tasks.cephadm:Stopping all daemons... 2024-09-04T21:33:54.490 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-04T21:33:54.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a 2024-09-04T21:33:54.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:54 smithi031 systemd[1]: Stopping Ceph mon.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:33:55.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a[108152]: 2024-09-04T21:33:54.776+0000 7fc955ed8640 -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-09-04T21:33:55.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a[108152]: 2024-09-04T21:33:54.776+0000 7fc955ed8640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-04T21:33:55.100 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:54 smithi031 podman[148144]: 2024-09-04 21:33:54.980964892 +0000 UTC m=+0.306156122 container died c22da4b89e332def5f48b76b7a4865e10515e08c89891fae387e917df351426a (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:33:55.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:54] ENGINE Bus STOPPING 2024-09-04T21:33:55.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:33:55.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:54] ENGINE Bus STOPPED 2024-09-04T21:33:55.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:54] ENGINE Bus STARTING 2024-09-04T21:33:55.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:54] ENGINE Serving on http://:::9283 2024-09-04T21:33:55.101 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:54 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:54] ENGINE Bus STARTED 2024-09-04T21:33:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:55 smithi031 podman[148144]: 2024-09-04 21:33:55.435742528 +0000 UTC m=+0.760933640 container cleanup c22da4b89e332def5f48b76b7a4865e10515e08c89891fae387e917df351426a (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-04T21:33:55.600 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 04 21:33:55 smithi031 bash[148144]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-a 2024-09-04T21:33:55.920 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.a.service' 2024-09-04T21:33:55.967 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:33:55.967 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-04T21:33:55.967 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-09-04T21:33:55.968 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.c 2024-09-04T21:33:56.275 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:56 smithi031 systemd[1]: Stopping Ceph mon.c for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:33:56.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:56.055662369Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:56.544 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c[111984]: 2024-09-04T21:33:56.272+0000 7fb5c80a4640 -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-09-04T21:33:56.544 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c[111984]: 2024-09-04T21:33:56.272+0000 7fb5c80a4640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-09-04T21:33:56.544 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:56 smithi031 podman[148276]: 2024-09-04 21:33:56.396481552 +0000 UTC m=+0.243497049 container died 873833057f48e7818c731bdc31880c502e65c5c8c42340334e7fcccd7aec2b3e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0) 2024-09-04T21:33:56.544 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:56] ENGINE Bus STOPPING 2024-09-04T21:33:56.545 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-04T21:33:56.545 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:56] ENGINE Bus STOPPED 2024-09-04T21:33:56.545 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:56] ENGINE Bus STARTING 2024-09-04T21:33:56.545 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:56] ENGINE Serving on http://:::9283 2024-09-04T21:33:56.546 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:56 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: [04/Sep/2024:21:33:56] ENGINE Bus STARTED 2024-09-04T21:33:57.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:56 smithi031 podman[148276]: 2024-09-04 21:33:56.899333404 +0000 UTC m=+0.746348943 container cleanup 873833057f48e7818c731bdc31880c502e65c5c8c42340334e7fcccd7aec2b3e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-04T21:33:57.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 04 21:33:56 smithi031 bash[148276]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-c 2024-09-04T21:33:57.326 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.c.service' 2024-09-04T21:33:57.361 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:33:57.361 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-09-04T21:33:57.361 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-04T21:33:57.361 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.b 2024-09-04T21:33:57.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:57 smithi114 systemd[1]: Stopping Ceph mon.b for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:33:58.100 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:57 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: ::ffff:172.21.15.114 - - [04/Sep/2024:21:33:57] "GET /metrics HTTP/1.1" 200 38407 "" "Prometheus/2.51.0" 2024-09-04T21:33:58.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b[92904]: 2024-09-04T21:33:57.908+0000 7f282ccae640 -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-09-04T21:33:58.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b[92904]: 2024-09-04T21:33:57.908+0000 7f282ccae640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-09-04T21:33:58.201 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:58 smithi114 podman[121380]: 2024-09-04 21:33:58.103023142 +0000 UTC m=+0.541308076 container died 01214ed271049e74bafe0d45600ce77cf18a090a5568af74c63b234c2be36719 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:33:58.701 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:58 smithi114 podman[121380]: 2024-09-04 21:33:58.466354009 +0000 UTC m=+0.904638942 container cleanup 01214ed271049e74bafe0d45600ce77cf18a090a5568af74c63b234c2be36719 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:33:58.702 INFO:journalctl@ceph.mon.b.smithi114.stdout:Sep 04 21:33:58 smithi114 bash[121380]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mon-b 2024-09-04T21:33:58.900 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mon.b.service' 2024-09-04T21:33:58.945 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:33:58.945 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-04T21:33:58.945 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-04T21:33:58.946 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y 2024-09-04T21:33:59.254 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:58 smithi031 systemd[1]: Stopping Ceph mgr.y for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:33:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:33:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:33:59.0545154Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:33:59.580 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:59 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:33:59.252+0000 7fb8866a8640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.y -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-09-04T21:33:59.581 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:59 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y[83482]: 2024-09-04T21:33:59.252+0000 7fb8866a8640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-04T21:33:59.581 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:59 smithi031 podman[148408]: 2024-09-04 21:33:59.28539151 +0000 UTC m=+0.143727737 container died b8fe9d19fd7167b0495d6e044114ecf8f910c49dc7f172ea327d5b5a4cd0a601 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-04T21:33:59.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:59 smithi031 podman[148408]: 2024-09-04 21:33:59.762655628 +0000 UTC m=+0.620991842 container cleanup b8fe9d19fd7167b0495d6e044114ecf8f910c49dc7f172ea327d5b5a4cd0a601 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-04T21:33:59.850 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 04 21:33:59 smithi031 bash[148408]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-y 2024-09-04T21:34:00.210 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.y.service' 2024-09-04T21:34:00.245 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:00.246 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-04T21:34:00.246 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-04T21:34:00.246 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x 2024-09-04T21:34:00.586 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:00 smithi114 systemd[1]: Stopping Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:00.856 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:00 smithi114 podman[121502]: 2024-09-04 21:34:00.585430771 +0000 UTC m=+0.140476337 container died 469b8f38357bf750839e04ce15d63804775f28906da5be9a9b99fa97014e0238 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-04T21:34:01.106 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:00 smithi114 podman[121502]: 2024-09-04 21:34:00.92087836 +0000 UTC m=+0.475923909 container cleanup 469b8f38357bf750839e04ce15d63804775f28906da5be9a9b99fa97014e0238 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-04T21:34:01.106 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:00 smithi114 bash[121502]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x 2024-09-04T21:34:01.357 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service' 2024-09-04T21:34:01.378 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:01 smithi114 podman[121516]: 2024-09-04 21:34:01.105532329 +0000 UTC m=+0.519938947 container remove 469b8f38357bf750839e04ce15d63804775f28906da5be9a9b99fa97014e0238 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-mgr-x, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-04T21:34:01.379 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:01 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:34:01.379 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:01 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-04T21:34:01.379 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:01 smithi114 systemd[1]: Stopped Ceph mgr.x for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:34:01.379 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Sep 04 21:34:01 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@mgr.x.service: Consumed 7.177s CPU time. 2024-09-04T21:34:01.391 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:01.391 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-04T21:34:01.391 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-04T21:34:01.391 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.0 2024-09-04T21:34:01.702 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:01 smithi031 systemd[1]: Stopping Ceph osd.0 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:02.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[117968]: 2024-09-04T21:34:01.700+0000 7faf9eed6640 -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-09-04T21:34:02.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[117968]: 2024-09-04T21:34:01.700+0000 7faf9eed6640 -1 osd.0 151 *** Got signal Terminated *** 2024-09-04T21:34:02.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:01 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0[117968]: 2024-09-04T21:34:01.700+0000 7faf9eed6640 -1 osd.0 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:02.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:02.052674742Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:05.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:05.054692539Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:07.350 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:07 smithi031 podman[148528]: 2024-09-04 21:34:07.088198542 +0000 UTC m=+5.505430746 container died a5bce2a12cf017655fdb3c0567201b60bd52f0b24bf2a7eb61c1e58d97406903 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-04T21:34:07.820 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:07 smithi031 podman[148528]: 2024-09-04 21:34:07.633822152 +0000 UTC m=+6.051054404 container cleanup a5bce2a12cf017655fdb3c0567201b60bd52f0b24bf2a7eb61c1e58d97406903 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-04T21:34:07.820 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:07 smithi031 bash[148528]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0 2024-09-04T21:34:08.100 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:07 smithi031 podman[148544]: 2024-09-04 21:34:07.818381584 +0000 UTC m=+0.720294716 container remove a5bce2a12cf017655fdb3c0567201b60bd52f0b24bf2a7eb61c1e58d97406903 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-04T21:34:08.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:08.057426348Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:08.548 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:08 smithi031 podman[148633]: 2024-09-04 21:34:08.151978453 +0000 UTC m=+0.016150439 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:34:08.548 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:08 smithi031 podman[148633]: 2024-09-04 21:34:08.252396493 +0000 UTC m=+0.116568467 container create a7508c1d18bb1e19c957c344669b0aa6f05c705c9e9c2622848f22629d2c020e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2) 2024-09-04T21:34:08.548 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:08 smithi031 podman[148633]: 2024-09-04 21:34:08.463303106 +0000 UTC m=+0.327475080 container init a7508c1d18bb1e19c957c344669b0aa6f05c705c9e9c2622848f22629d2c020e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:34:08.548 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:08 smithi031 podman[148633]: 2024-09-04 21:34:08.466522023 +0000 UTC m=+0.330694005 container start a7508c1d18bb1e19c957c344669b0aa6f05c705c9e9c2622848f22629d2c020e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:34:08.548 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:08 smithi031 podman[148633]: 2024-09-04 21:34:08.546562661 +0000 UTC m=+0.410734648 container attach a7508c1d18bb1e19c957c344669b0aa6f05c705c9e9c2622848f22629d2c020e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-04T21:34:08.850 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 04 21:34:08 smithi031 podman[148633]: 2024-09-04 21:34:08.665321301 +0000 UTC m=+0.529493284 container died a7508c1d18bb1e19c957c344669b0aa6f05c705c9e9c2622848f22629d2c020e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=) 2024-09-04T21:34:09.331 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.0.service' 2024-09-04T21:34:09.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:09.376 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-04T21:34:09.377 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-04T21:34:09.377 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.1 2024-09-04T21:34:09.600 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:09 smithi031 systemd[1]: Stopping Ceph osd.1 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:10.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[122702]: 2024-09-04T21:34:09.759+0000 7fc25e95d640 -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-09-04T21:34:10.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[122702]: 2024-09-04T21:34:09.759+0000 7fc25e95d640 -1 osd.1 151 *** Got signal Terminated *** 2024-09-04T21:34:10.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:09 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1[122702]: 2024-09-04T21:34:09.759+0000 7fc25e95d640 -1 osd.1 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:11.055114953Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:14.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:14.0552514Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:15.579 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:15 smithi031 podman[148738]: 2024-09-04 21:34:15.294637978 +0000 UTC m=+5.632209840 container died 418e72e923795786abf16e0415b79a19d6477dd201ecd8cc2a7a42fb70fe13b7 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-04T21:34:15.850 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:15 smithi031 podman[148738]: 2024-09-04 21:34:15.8011226 +0000 UTC m=+6.138694459 container cleanup 418e72e923795786abf16e0415b79a19d6477dd201ecd8cc2a7a42fb70fe13b7 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True) 2024-09-04T21:34:15.850 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:15 smithi031 bash[148738]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1 2024-09-04T21:34:16.473 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:16 smithi031 podman[148753]: 2024-09-04 21:34:16.116385406 +0000 UTC m=+0.812469636 container remove 418e72e923795786abf16e0415b79a19d6477dd201ecd8cc2a7a42fb70fe13b7 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:34:16.773 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:16 smithi031 podman[148844]: 2024-09-04 21:34:16.375184817 +0000 UTC m=+0.015956974 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:34:16.773 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:16 smithi031 podman[148844]: 2024-09-04 21:34:16.478147368 +0000 UTC m=+0.118919524 container create f8c454afb1615025a724a55947c4582b5c4b18d33c3c47380bee6548d035cb74 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True) 2024-09-04T21:34:16.774 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:16 smithi031 podman[148844]: 2024-09-04 21:34:16.697694819 +0000 UTC m=+0.338466976 container init f8c454afb1615025a724a55947c4582b5c4b18d33c3c47380bee6548d035cb74 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True) 2024-09-04T21:34:16.774 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:16 smithi031 podman[148844]: 2024-09-04 21:34:16.701159131 +0000 UTC m=+0.341931282 container start f8c454afb1615025a724a55947c4582b5c4b18d33c3c47380bee6548d035cb74 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-04T21:34:16.774 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:16 smithi031 podman[148844]: 2024-09-04 21:34:16.772481912 +0000 UTC m=+0.413254073 container attach f8c454afb1615025a724a55947c4582b5c4b18d33c3c47380bee6548d035cb74 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-04T21:34:17.100 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 04 21:34:16 smithi031 podman[148844]: 2024-09-04 21:34:16.895484341 +0000 UTC m=+0.536256496 container died f8c454afb1615025a724a55947c4582b5c4b18d33c3c47380bee6548d035cb74 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-04T21:34:17.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:17.063154388Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:17.571 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.1.service' 2024-09-04T21:34:17.612 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:17.612 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-04T21:34:17.612 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-04T21:34:17.612 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.2 2024-09-04T21:34:17.823 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:17 smithi031 systemd[1]: Stopping Ceph osd.2 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:18.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[129180]: 2024-09-04T21:34:17.986+0000 7fa37813f640 -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-09-04T21:34:18.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[129180]: 2024-09-04T21:34:17.986+0000 7fa37813f640 -1 osd.2 151 *** Got signal Terminated *** 2024-09-04T21:34:18.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:17 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2[129180]: 2024-09-04T21:34:17.986+0000 7fa37813f640 -1 osd.2 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:20.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:20.057830101Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:23.06486757Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:23.581 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:23 smithi031 podman[148948]: 2024-09-04 21:34:23.307223425 +0000 UTC m=+5.441466848 container died 162764458bab96f4c3e127dca1460d215e9f4281a2b9a2d3eaf7ca09452bf7e9 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:34:23.849 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:23 smithi031 podman[148948]: 2024-09-04 21:34:23.728798729 +0000 UTC m=+5.863042144 container cleanup 162764458bab96f4c3e127dca1460d215e9f4281a2b9a2d3eaf7ca09452bf7e9 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-04T21:34:23.850 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:23 smithi031 bash[148948]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2 2024-09-04T21:34:24.349 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:23 smithi031 podman[148975]: 2024-09-04 21:34:23.955205256 +0000 UTC m=+0.641431293 container remove 162764458bab96f4c3e127dca1460d215e9f4281a2b9a2d3eaf7ca09452bf7e9 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:34:24.734 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:24 smithi031 podman[149065]: 2024-09-04 21:34:24.313350818 +0000 UTC m=+0.016258068 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:34:24.734 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:24 smithi031 podman[149065]: 2024-09-04 21:34:24.422594972 +0000 UTC m=+0.125502213 container create 7db14953b8c7ea37621b31e681d19bb98768f9d236d03e81046f7f25b23d7a8b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-04T21:34:24.735 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:24 smithi031 podman[149065]: 2024-09-04 21:34:24.633033652 +0000 UTC m=+0.335940888 container init 7db14953b8c7ea37621b31e681d19bb98768f9d236d03e81046f7f25b23d7a8b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-04T21:34:24.735 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:24 smithi031 podman[149065]: 2024-09-04 21:34:24.636323343 +0000 UTC m=+0.339230579 container start 7db14953b8c7ea37621b31e681d19bb98768f9d236d03e81046f7f25b23d7a8b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-04T21:34:24.735 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:24 smithi031 podman[149065]: 2024-09-04 21:34:24.733107256 +0000 UTC m=+0.436014501 container attach 7db14953b8c7ea37621b31e681d19bb98768f9d236d03e81046f7f25b23d7a8b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-04T21:34:25.100 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 04 21:34:24 smithi031 podman[149065]: 2024-09-04 21:34:24.830030883 +0000 UTC m=+0.532938131 container died 7db14953b8c7ea37621b31e681d19bb98768f9d236d03e81046f7f25b23d7a8b (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True) 2024-09-04T21:34:25.516 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.2.service' 2024-09-04T21:34:25.558 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:25.558 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-04T21:34:25.559 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-04T21:34:25.559 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.3 2024-09-04T21:34:25.849 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:25 smithi031 systemd[1]: Stopping Ceph osd.3 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:25.951 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:34:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:34:25.668Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=nfs msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:34:25.951 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:34:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:34:25.669Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:34:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:34:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:34:25.672Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:34:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:34:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:34:25.672Z caller=refresh.go:90 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:34:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:34:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:34:25.673Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:34:25.952 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:34:25 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:34:25.673Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.31:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.31:8765: connect: connection refused" 2024-09-04T21:34:26.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[135568]: 2024-09-04T21:34:25.883+0000 7fb3eeaf8640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -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-09-04T21:34:26.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[135568]: 2024-09-04T21:34:25.883+0000 7fb3eeaf8640 -1 osd.3 151 *** Got signal Terminated *** 2024-09-04T21:34:26.350 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:25 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[135568]: 2024-09-04T21:34:25.883+0000 7fb3eeaf8640 -1 osd.3 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:26.056782195Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:27.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:27 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:27.871+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:27.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:27 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:27.685+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:28.951 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:28 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:28.915+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:28.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:28 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:28.685+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:29.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:29.247+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:29.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:29.051767615Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:29.930 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:29.673+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:29.930 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:29.853+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:30.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:29.929+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:30.645 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:30 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:30.245+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:30.897 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:30 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:30.644+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:31.099 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:30 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3[135568]: 2024-09-04T21:34:30.804+0000 7fb3e7105640 -1 osd.3 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:05.034909+0000 front 2024-09-04T21:34:05.034829+0000 (oldest deadline 2024-09-04T21:34:30.334982+0000) 2024-09-04T21:34:31.201 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:30 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:30.895+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:31.202 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:30 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:30.935+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:31.549 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:31 smithi031 podman[149166]: 2024-09-04 21:34:31.289429411 +0000 UTC m=+5.508295894 container died 06b061c9248bcb7b9140bdfae6b65c6dfac01174c2ef047e234b568f4a20806d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-04T21:34:31.614 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:31 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:31.269+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:31.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:31 smithi031 podman[149166]: 2024-09-04 21:34:31.647069447 +0000 UTC m=+5.865935931 container cleanup 06b061c9248bcb7b9140bdfae6b65c6dfac01174c2ef047e234b568f4a20806d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:34:31.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:31 smithi031 bash[149166]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3 2024-09-04T21:34:31.871 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:31 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:31.612+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:32.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:31 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:31.911+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:32.202 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:32.051977374Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:32.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:31 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:31.870+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:32.244 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:31 smithi031 podman[149181]: 2024-09-04 21:34:31.931472957 +0000 UTC m=+0.640539543 container remove 06b061c9248bcb7b9140bdfae6b65c6dfac01174c2ef047e234b568f4a20806d (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-04T21:34:32.560 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:32 smithi031 podman[149270]: 2024-09-04 21:34:32.14638295 +0000 UTC m=+0.015897431 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:34:32.561 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:32 smithi031 podman[149270]: 2024-09-04 21:34:32.257169115 +0000 UTC m=+0.126683627 container create d816924f2a0fe822df3a7aad914209b66375458b27bffbebcc7087a13c7e5929 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-04T21:34:32.561 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:32 smithi031 podman[149270]: 2024-09-04 21:34:32.476053851 +0000 UTC m=+0.345568321 container init d816924f2a0fe822df3a7aad914209b66375458b27bffbebcc7087a13c7e5929 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-04T21:34:32.561 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:32 smithi031 podman[149270]: 2024-09-04 21:34:32.47944214 +0000 UTC m=+0.348956623 container start d816924f2a0fe822df3a7aad914209b66375458b27bffbebcc7087a13c7e5929 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-04T21:34:32.561 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:32 smithi031 podman[149270]: 2024-09-04 21:34:32.559216375 +0000 UTC m=+0.428730853 container attach d816924f2a0fe822df3a7aad914209b66375458b27bffbebcc7087a13c7e5929 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:34:32.648 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:32.244+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:32.850 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:32 smithi031 podman[149270]: 2024-09-04 21:34:32.674879774 +0000 UTC m=+0.544394245 container died d816924f2a0fe822df3a7aad914209b66375458b27bffbebcc7087a13c7e5929 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0) 2024-09-04T21:34:32.951 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:32.876+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:32.952 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:32.875+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:32.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:32.647+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:33.216 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 04 21:34:33 smithi031 podman[149293]: 2024-09-04 21:34:33.212511809 +0000 UTC m=+0.528963175 container remove d816924f2a0fe822df3a7aad914209b66375458b27bffbebcc7087a13c7e5929 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-3-deactivate, ceph=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-04T21:34:33.236 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.3.service' 2024-09-04T21:34:33.277 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:33.277 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-04T21:34:33.278 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-04T21:34:33.278 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.4 2024-09-04T21:34:33.583 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:33 smithi114 systemd[1]: Stopping Ceph osd.4 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:33.584 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:33.243+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:33.896 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:33.671+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:33.897 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:33.581+0000 7f76ba708640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -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-09-04T21:34:33.897 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:33.581+0000 7f76ba708640 -1 osd.4 151 *** Got signal Terminated *** 2024-09-04T21:34:33.897 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:33.581+0000 7f76ba708640 -1 osd.4 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:34.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:33.894+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:34.201 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:33 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:33.925+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:34.644 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:34.249+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:34.904 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:34.641+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:35.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:34.925+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:35.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:34 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:34.902+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:35.202 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:35.056248433Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:35.610 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:35.202+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:35.939 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:35.608+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:36.201 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:36.155+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:36.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:35.937+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:36.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:35.946+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:36.900 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:36.622+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:37.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:36.898+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:37.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:36.923+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:37.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:37 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:37.137+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:37.906 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:37 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:37.619+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:38.201 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:37 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4[97967]: 2024-09-04T21:34:37.904+0000 7f76b2d15640 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.743815+0000 front 2024-09-04T21:34:01.743922+0000 (oldest deadline 2024-09-04T21:34:27.643659+0000) 2024-09-04T21:34:38.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:37 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:37.964+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:38.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:38.124+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:38.202 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:38.052504278Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:38.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:38.593+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:39.351 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:39.106+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:39.351 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:39 smithi114 podman[121625]: 2024-09-04 21:34:39.07102772 +0000 UTC m=+5.594379361 container died b07da95fac90389fb4a158a4619a3228bd32a1c78a342d9b9e512d366f326154 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-04T21:34:39.351 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:38.959+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:39.352 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:38 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:38.959+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:39.701 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:39 smithi114 podman[121625]: 2024-09-04 21:34:39.448474116 +0000 UTC m=+5.971825744 container cleanup b07da95fac90389fb4a158a4619a3228bd32a1c78a342d9b9e512d366f326154 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-04T21:34:39.701 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:39 smithi114 bash[121625]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4 2024-09-04T21:34:39.702 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:39.575+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:40.062 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:39 smithi114 podman[121641]: 2024-09-04 21:34:39.719967352 +0000 UTC m=+0.641639369 container remove b07da95fac90389fb4a158a4619a3228bd32a1c78a342d9b9e512d366f326154 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:34:40.062 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:39.932+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:40.062 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:39 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:39.932+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:40.329 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:40 smithi114 podman[121728]: 2024-09-04 21:34:39.973078632 +0000 UTC m=+0.015950989 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:34:40.330 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:40 smithi114 podman[121728]: 2024-09-04 21:34:40.075675191 +0000 UTC m=+0.118547538 container create 9ed7f493907bcb0ceb5ab3558e3073d4df1a38fa4ddd7050fc704460797f90a4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD) 2024-09-04T21:34:40.330 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:40 smithi114 podman[121728]: 2024-09-04 21:34:40.328414679 +0000 UTC m=+0.371287026 container init 9ed7f493907bcb0ceb5ab3558e3073d4df1a38fa4ddd7050fc704460797f90a4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-04T21:34:40.330 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:40 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:40.060+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:40.330 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:40 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:40.060+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:40.590 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:40 smithi114 podman[121728]: 2024-09-04 21:34:40.332039284 +0000 UTC m=+0.374911632 container start 9ed7f493907bcb0ceb5ab3558e3073d4df1a38fa4ddd7050fc704460797f90a4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-09-04T21:34:40.590 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:40 smithi114 podman[121728]: 2024-09-04 21:34:40.420144639 +0000 UTC m=+0.463017006 container attach 9ed7f493907bcb0ceb5ab3558e3073d4df1a38fa4ddd7050fc704460797f90a4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:34:40.590 INFO:journalctl@ceph.osd.4.smithi114.stdout:Sep 04 21:34:40 smithi114 podman[121728]: 2024-09-04 21:34:40.515378124 +0000 UTC m=+0.558250472 container died 9ed7f493907bcb0ceb5ab3558e3073d4df1a38fa4ddd7050fc704460797f90a4 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-04T21:34:40.941 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:40 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:40.588+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:40.941 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:40 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:40.588+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:41.201 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:41.053791079Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:41.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:40 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:40.939+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:41.202 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:40 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:40.939+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:41.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:41.042+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:41.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:41.042+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:41.275 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.4.service' 2024-09-04T21:34:41.317 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:41.317 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-04T21:34:41.317 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-04T21:34:41.317 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.5 2024-09-04T21:34:41.520 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:41 smithi114 systemd[1]: Stopping Ceph osd.5 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:41.940 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:41.579+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:41.940 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:41.579+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:41.941 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:41.669+0000 7f0365847640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -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-09-04T21:34:41.941 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:41.669+0000 7f0365847640 -1 osd.5 151 *** Got signal Terminated *** 2024-09-04T21:34:41.941 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:41.669+0000 7f0365847640 -1 osd.5 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:41.941 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:41.938+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:41.941 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:41 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:41.938+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:42.201 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:42.025+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:42.201 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:42.025+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:42.928 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:42.585+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:42.928 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:42.585+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:43.201 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:42.926+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:43.201 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:42 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:42.926+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:43.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:43.024+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:43.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:43.024+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:43.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:43.623+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:43.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:43.623+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:44.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:44.055765701Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:44.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:43.952+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:44.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:43 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:43.952+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:44.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:44.034+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:44.453 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:44.034+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:44.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:44.586+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:44.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:44.586+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:45.451 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:44.986+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:45.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:44 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:44.986+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:45.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:45.044+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:45.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:45.044+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:45.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:45.044+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:45.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:45.623+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:45.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:45.623+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:45.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:45.623+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:46.451 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:45.997+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:03.255931+0000 front 2024-09-04T21:34:03.256032+0000 (oldest deadline 2024-09-04T21:34:29.155745+0000) 2024-09-04T21:34:46.451 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:45 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5[102492]: 2024-09-04T21:34:45.997+0000 7f035de54640 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:14.257689+0000 front 2024-09-04T21:34:14.257676+0000 (oldest deadline 2024-09-04T21:34:38.357467+0000) 2024-09-04T21:34:46.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:46 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:46.043+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:46.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:46 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:46.043+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:46.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:46 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:46.043+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:46.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:46 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:46.616+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:46.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:46 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:46.616+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:46.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:46 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:46.616+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:47.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:47.060556608Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:47.452 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:47 smithi114 podman[121831]: 2024-09-04 21:34:47.196246967 +0000 UTC m=+5.641718238 container died 289231a20bb1e7bbb1764f3df5b33adde012dfc0dd0c217bb9fa37deb7ec8344 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-04T21:34:47.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:47.070+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:47.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:47.070+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:47.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:47.070+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:47.888 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:47 smithi114 podman[121831]: 2024-09-04 21:34:47.59391137 +0000 UTC m=+6.039382651 container cleanup 289231a20bb1e7bbb1764f3df5b33adde012dfc0dd0c217bb9fa37deb7ec8344 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-04T21:34:47.888 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:47 smithi114 bash[121831]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5 2024-09-04T21:34:47.889 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:47.577+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:47.889 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:47.577+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:47.889 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:47 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:47.577+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:48.201 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:47 smithi114 podman[121858]: 2024-09-04 21:34:47.887195318 +0000 UTC m=+0.683396884 container remove 289231a20bb1e7bbb1764f3df5b33adde012dfc0dd0c217bb9fa37deb7ec8344 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-04T21:34:48.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:48.082+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:48.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:48.082+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:48.202 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:48.082+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:48.525 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:48 smithi114 podman[121945]: 2024-09-04 21:34:48.115766138 +0000 UTC m=+0.016183139 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:34:48.525 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:48 smithi114 podman[121945]: 2024-09-04 21:34:48.221304175 +0000 UTC m=+0.121721160 container create 30c410d25883f010e96328c95aae71837cfc415f577b22c9ac34d418aab46a33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-04T21:34:48.525 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:48 smithi114 podman[121945]: 2024-09-04 21:34:48.440943433 +0000 UTC m=+0.341360432 container init 30c410d25883f010e96328c95aae71837cfc415f577b22c9ac34d418aab46a33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-04T21:34:48.525 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:48 smithi114 podman[121945]: 2024-09-04 21:34:48.444323763 +0000 UTC m=+0.344740756 container start 30c410d25883f010e96328c95aae71837cfc415f577b22c9ac34d418aab46a33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-04T21:34:48.525 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:48 smithi114 podman[121945]: 2024-09-04 21:34:48.523834963 +0000 UTC m=+0.424251961 container attach 30c410d25883f010e96328c95aae71837cfc415f577b22c9ac34d418aab46a33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:34:48.936 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:48.562+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:48.937 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:48.562+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:48.937 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:48 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:48.562+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:48.937 INFO:journalctl@ceph.osd.5.smithi114.stdout:Sep 04 21:34:48 smithi114 podman[121945]: 2024-09-04 21:34:48.635563603 +0000 UTC m=+0.535980591 container died 30c410d25883f010e96328c95aae71837cfc415f577b22c9ac34d418aab46a33 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-04T21:34:49.187 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:49.059+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:49.187 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:49.059+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:49.187 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:49.059+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:49.208 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.5.service' 2024-09-04T21:34:49.248 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:49.248 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-04T21:34:49.248 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-04T21:34:49.249 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.6 2024-09-04T21:34:49.451 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:49 smithi114 systemd[1]: Stopping Ceph osd.6 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:49.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:49.563+0000 7faf1665a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -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-09-04T21:34:49.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:49.563+0000 7faf1665a640 -1 osd.6 151 *** Got signal Terminated *** 2024-09-04T21:34:49.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:49.563+0000 7faf1665a640 -1 osd.6 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:49.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:49.604+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:49.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:49.604+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:49.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:49 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:49.604+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:50.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:50.053900753Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:50.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:50.072+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:50.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:50.072+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:50.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:50.072+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:50.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:50.580+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:50.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:50.580+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:50.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:50 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:50.580+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:51.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:51 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:51.120+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:51.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:51 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:51.120+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:51.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:51 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:51.120+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:51.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:51 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:51.630+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:51.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:51 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:51.630+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:51.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:51 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:51.630+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:52.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:52.096+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:52.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:52.096+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:52.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:52.096+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:52.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:52.096+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:52.453 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:52.096+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:34:52.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:52.615+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:52.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:52.615+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:52.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:52 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:52.615+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:53.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:53.052544011Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:53.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:53.114+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:53.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:53.114+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:53.453 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:53.114+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:53.453 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:53.114+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:53.453 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:53.114+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:34:53.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:53.632+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:01.879212+0000 front 2024-09-04T21:34:01.879290+0000 (oldest deadline 2024-09-04T21:34:27.179110+0000) 2024-09-04T21:34:53.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:53.632+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:11.180784+0000 front 2024-09-04T21:34:11.180671+0000 (oldest deadline 2024-09-04T21:34:39.981086+0000) 2024-09-04T21:34:53.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:53.632+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:19.981507+0000 front 2024-09-04T21:34:19.981633+0000 (oldest deadline 2024-09-04T21:34:45.281376+0000) 2024-09-04T21:34:53.952 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:53 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6[107460]: 2024-09-04T21:34:53.632+0000 7faf12c6f640 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:28.782375+0000 front 2024-09-04T21:34:28.782356+0000 (oldest deadline 2024-09-04T21:34:52.882270+0000) 2024-09-04T21:34:54.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:54.080+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:54.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:54.080+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:54.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:54.080+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:54.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:54.080+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:54.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:54 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:54.080+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:34:55.358 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:55 smithi114 podman[122046]: 2024-09-04 21:34:55.064998605 +0000 UTC m=+5.600234649 container died 0b93f24d1e0bda818eb6579cc6ec1c2c825941c7e54abecbab20ec1aca841791 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True) 2024-09-04T21:34:55.358 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:55 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:55.068+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:55.359 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:55 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:55.068+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:55.359 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:55 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:55.068+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:55.359 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:55 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:55.068+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:55.359 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:55 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:55.068+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:34:55.690 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:55 smithi114 podman[122046]: 2024-09-04 21:34:55.438568805 +0000 UTC m=+5.973804855 container cleanup 0b93f24d1e0bda818eb6579cc6ec1c2c825941c7e54abecbab20ec1aca841791 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-04T21:34:55.691 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:55 smithi114 bash[122046]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6 2024-09-04T21:34:55.951 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:55 smithi114 podman[122060]: 2024-09-04 21:34:55.68956985 +0000 UTC m=+0.616305389 container remove 0b93f24d1e0bda818eb6579cc6ec1c2c825941c7e54abecbab20ec1aca841791 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-04T21:34:56.327 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:56.052262793Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:56.327 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:56.099+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:56.327 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:56.099+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:56.327 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:56.099+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:56.328 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:56.099+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:56.328 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:56 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:56.099+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:34:56.328 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:56 smithi114 podman[122150]: 2024-09-04 21:34:55.911830322 +0000 UTC m=+0.016276970 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:34:56.328 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:56 smithi114 podman[122150]: 2024-09-04 21:34:56.032164245 +0000 UTC m=+0.136610927 container create 7e3282f1bcc7dd5146ed43f1cb608ab6eb982f73cd2b8c73ad17066884e7bb59 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, ceph=True) 2024-09-04T21:34:56.328 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:56 smithi114 podman[122150]: 2024-09-04 21:34:56.251271844 +0000 UTC m=+0.355718480 container init 7e3282f1bcc7dd5146ed43f1cb608ab6eb982f73cd2b8c73ad17066884e7bb59 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:34:56.328 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:56 smithi114 podman[122150]: 2024-09-04 21:34:56.255433043 +0000 UTC m=+0.359879680 container start 7e3282f1bcc7dd5146ed43f1cb608ab6eb982f73cd2b8c73ad17066884e7bb59 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-04T21:34:56.329 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:56 smithi114 podman[122150]: 2024-09-04 21:34:56.326002787 +0000 UTC m=+0.430449424 container attach 7e3282f1bcc7dd5146ed43f1cb608ab6eb982f73cd2b8c73ad17066884e7bb59 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-04T21:34:56.701 INFO:journalctl@ceph.osd.6.smithi114.stdout:Sep 04 21:34:56 smithi114 podman[122150]: 2024-09-04 21:34:56.448059504 +0000 UTC m=+0.552506217 container died 7e3282f1bcc7dd5146ed43f1cb608ab6eb982f73cd2b8c73ad17066884e7bb59 (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-04T21:34:57.026 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.6.service' 2024-09-04T21:34:57.065 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:34:57.065 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-04T21:34:57.065 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-04T21:34:57.065 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.7 2024-09-04T21:34:57.394 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.096+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:57.395 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.096+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:57.395 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.096+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:57.395 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.097+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:57.395 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.097+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:34:57.395 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 systemd[1]: Stopping Ceph osd.7 for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:34:57.701 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.392+0000 7f85880b7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -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-09-04T21:34:57.701 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.392+0000 7f85880b7640 -1 osd.7 151 *** Got signal Terminated *** 2024-09-04T21:34:57.701 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:57 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:57.392+0000 7f85880b7640 -1 osd.7 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-04T21:34:58.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:58 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:58.128+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:58.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:58 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:58.128+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:58.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:58 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:58.128+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:58.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:58 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:58.128+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:58.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:58 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:58.128+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:34:59.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:34:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:34:59.057259191Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:34:59.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:59.161+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:34:59.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:59.161+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:34:59.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:59.161+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:34:59.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:59.161+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:34:59.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:34:59 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:34:59.161+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:35:00.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:00.183+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:35:00.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:00.183+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:35:00.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:00.183+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:35:00.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:00.183+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:35:00.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:00 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:00.183+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:35:01.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:01.188+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:35:01.564 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:01.188+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:35:01.564 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:01.188+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:35:01.565 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:01.188+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:35:01.565 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:01 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:01.188+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:35:02.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:02.056270467Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:02.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:02.207+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-04T21:34:04.066125+0000 front 2024-09-04T21:34:04.066198+0000 (oldest deadline 2024-09-04T21:34:28.766006+0000) 2024-09-04T21:35:02.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:02.207+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-04T21:34:13.967360+0000 front 2024-09-04T21:34:13.967391+0000 (oldest deadline 2024-09-04T21:34:39.867238+0000) 2024-09-04T21:35:02.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:02.207+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-04T21:34:22.068701+0000 front 2024-09-04T21:34:22.068656+0000 (oldest deadline 2024-09-04T21:34:44.968604+0000) 2024-09-04T21:35:02.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:02.207+0000 7f85806c4640 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-04T21:34:30.269458+0000 front 2024-09-04T21:34:30.269500+0000 (oldest deadline 2024-09-04T21:34:51.369378+0000) 2024-09-04T21:35:02.452 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:02 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7[112270]: 2024-09-04T21:35:02.208+0000 7f85806c4640 -1 osd.7 151 get_health_metrics reporting 6 slow ops, oldest is osd_op(client.34525.0:14 2.8 2:14752302:::realms.751f136b-fadf-4e23-9c68-ea9fab23ea7a.control:head [watch ping cookie 94581316871168] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-09-04T21:35:03.138 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:02 smithi114 podman[122253]: 2024-09-04 21:35:02.847525146 +0000 UTC m=+5.559659397 container died 7ea37b6f827a8b38d23edd844bb93be8646d848881bc9ea3401073edb473ccaf (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:35:03.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:03 smithi114 podman[122253]: 2024-09-04 21:35:03.250924535 +0000 UTC m=+5.963058774 container cleanup 7ea37b6f827a8b38d23edd844bb93be8646d848881bc9ea3401073edb473ccaf (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:35:03.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:03 smithi114 bash[122253]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7 2024-09-04T21:35:03.801 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:03 smithi114 podman[122268]: 2024-09-04 21:35:03.477132928 +0000 UTC m=+0.623782962 container remove 7ea37b6f827a8b38d23edd844bb93be8646d848881bc9ea3401073edb473ccaf (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-04T21:35:04.073 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:03 smithi114 podman[122357]: 2024-09-04 21:35:03.703299381 +0000 UTC m=+0.016439302 image pull 8cfc4091ae56805dc996b79454b33c79a65ee7969bcd5271ddcb97094fdd169c quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754 2024-09-04T21:35:04.073 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:03 smithi114 podman[122357]: 2024-09-04 21:35:03.803073307 +0000 UTC m=+0.116213223 container create 606219d3acbfe4468d65f464d06a45738381eb4290a5f5f40baf7328dd01413e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-04T21:35:04.073 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:04 smithi114 podman[122357]: 2024-09-04 21:35:04.005481276 +0000 UTC m=+0.318621197 container init 606219d3acbfe4468d65f464d06a45738381eb4290a5f5f40baf7328dd01413e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5) 2024-09-04T21:35:04.074 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:04 smithi114 podman[122357]: 2024-09-04 21:35:04.00879959 +0000 UTC m=+0.321939512 container start 606219d3acbfe4468d65f464d06a45738381eb4290a5f5f40baf7328dd01413e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-04T21:35:04.074 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:04 smithi114 podman[122357]: 2024-09-04 21:35:04.072168653 +0000 UTC m=+0.385308569 container attach 606219d3acbfe4468d65f464d06a45738381eb4290a5f5f40baf7328dd01413e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-04T21:35:04.451 INFO:journalctl@ceph.osd.7.smithi114.stdout:Sep 04 21:35:04 smithi114 podman[122357]: 2024-09-04 21:35:04.191731055 +0000 UTC m=+0.504870972 container died 606219d3acbfe4468d65f464d06a45738381eb4290a5f5f40baf7328dd01413e (image=quay.ceph.io/ceph-ci/ceph:f9fcca5273b6971f640393d33a94730179073754, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-04-1323-f9fcca5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2) 2024-09-04T21:35:04.772 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@osd.7.service' 2024-09-04T21:35:04.809 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:35:04.809 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-04T21:35:04.810 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-04T21:35:04.810 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a 2024-09-04T21:35:05.055 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:04 smithi114 systemd[1]: Stopping Ceph prometheus.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:35:05.438 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:05.054295482Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:05.438 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=main.go:964 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:35:05.438 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=main.go:988 level=info msg="Stopping scrape discovery manager..." 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=main.go:1002 level=info msg="Stopping notify discovery manager..." 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=main.go:984 level=info msg="Scrape discovery manager stopped" 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=main.go:998 level=info msg="Notify discovery manager stopped" 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=manager.go:177 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=manager.go:187 level=info component="rule manager" msg="Rule manager stopped" 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=main.go:1039 level=info msg="Stopping scrape manager..." 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.162Z caller=main.go:1031 level=info msg="Scrape manager stopped" 2024-09-04T21:35:05.439 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.166Z caller=notifier.go:618 level=info component=notifier msg="Stopping notification manager..." 2024-09-04T21:35:05.440 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.166Z caller=main.go:1261 level=info msg="Notifier manager stopped" 2024-09-04T21:35:05.440 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a[84150]: ts=2024-09-04T21:35:05.166Z caller=main.go:1273 level=info msg="See you next time!" 2024-09-04T21:35:05.440 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 podman[122458]: 2024-09-04 21:35:05.172724913 +0000 UTC m=+0.144314323 container died c65f054c0cbe67cfb6c5f6610534150e132a1c4ed2d1c9f7231771a3a122c1ba (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:05.701 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 podman[122458]: 2024-09-04 21:35:05.545145674 +0000 UTC m=+0.516735089 container cleanup c65f054c0cbe67cfb6c5f6610534150e132a1c4ed2d1c9f7231771a3a122c1ba (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:05.701 INFO:journalctl@ceph.prometheus.a.smithi114.stdout:Sep 04 21:35:05 smithi114 bash[122458]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-prometheus-a 2024-09-04T21:35:05.961 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-34153714-6b00-11ef-bcd6-c7b262605968@prometheus.a.service' 2024-09-04T21:35:05.994 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-04T21:35:05.994 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-04T21:35:05.994 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34153714-6b00-11ef-bcd6-c7b262605968 --force --keep-logs 2024-09-04T21:35:06.201 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:35:07.850 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:07 smithi031 systemd[1]: Stopping Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:35:08.314 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:07 smithi031 ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a[101161]: ts=2024-09-04T21:35:07.987Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-04T21:35:08.314 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:08 smithi031 podman[149717]: 2024-09-04 21:35:08.027747162 +0000 UTC m=+0.144170993 container died 1f2f6e319ffab3e7189016b7bb821470f63e0dc3a99dd347454e1fa39f03d257 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:08.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=cleanup t=2024-09-04T21:35:08.00882061Z level=info msg="Completed cleanup jobs" duration=2.609916ms 2024-09-04T21:35:08.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:08.063844612Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:08.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=plugins.update.checker t=2024-09-04T21:35:08.144217896Z level=info msg="Update check succeeded" duration=58.561693ms 2024-09-04T21:35:08.452 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:08 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=grafana.update.checker t=2024-09-04T21:35:08.15466628Z level=info msg="Update check succeeded" duration=66.601265ms 2024-09-04T21:35:08.599 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:08 smithi031 podman[149717]: 2024-09-04 21:35:08.495380876 +0000 UTC m=+0.611804709 container cleanup 1f2f6e319ffab3e7189016b7bb821470f63e0dc3a99dd347454e1fa39f03d257 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:08.600 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:08 smithi031 bash[149717]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a 2024-09-04T21:35:09.074 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:08 smithi031 podman[149729]: 2024-09-04 21:35:08.813612832 +0000 UTC m=+0.776068438 container remove 1f2f6e319ffab3e7189016b7bb821470f63e0dc3a99dd347454e1fa39f03d257 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:09.075 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:08 smithi031 podman[149729]: 2024-09-04 21:35:08.880751309 +0000 UTC m=+0.843206869 volume remove a37f0bab250581f0b15ca5f54aed6e7ab01c7bde66f8a304a8905cc0f7eb392b 2024-09-04T21:35:09.350 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:09 smithi031 systemd[1]: Stopping Ceph node-exporter.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:35:09.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:09 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-04T21:35:09.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:09 smithi031 systemd[1]: Stopped Ceph alertmanager.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:35:09.350 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 04 21:35:09 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@alertmanager.a.service: Consumed 1.312s CPU time. 2024-09-04T21:35:09.850 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:09 smithi031 podman[149843]: 2024-09-04 21:35:09.527593954 +0000 UTC m=+0.105816351 container died 997d88fdc2a36c38b7815ce852b61f8a8ece61478a300458f3b8508f7e636f56 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:10.310 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:09 smithi031 podman[149843]: 2024-09-04 21:35:09.98299016 +0000 UTC m=+0.561212556 container cleanup 997d88fdc2a36c38b7815ce852b61f8a8ece61478a300458f3b8508f7e636f56 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:10.310 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:09 smithi031 bash[149843]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a 2024-09-04T21:35:10.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:10 smithi031 podman[149856]: 2024-09-04 21:35:10.309114445 +0000 UTC m=+0.783551623 container remove 997d88fdc2a36c38b7815ce852b61f8a8ece61478a300458f3b8508f7e636f56 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-04T21:35:10.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:10 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:35:10.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:10 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-04T21:35:10.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:10 smithi031 systemd[1]: Stopped Ceph node-exporter.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:35:10.600 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 04 21:35:10 smithi031 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.a.service: Consumed 2.935s CPU time. 2024-09-04T21:35:11.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:11 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:11.059466894Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:14.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:14 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:14.058933227Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:17.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:17 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:17.059091189Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:20.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:20 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:20.056628736Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:23.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:23 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:23.062386218Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:26.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:26 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:26.061985673Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:29.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:29 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:29.054518781Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:32.451 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:32 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:32.054821866Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:34.894 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34153714-6b00-11ef-bcd6-c7b262605968 --force --keep-logs 2024-09-04T21:35:35.105 INFO:teuthology.orchestra.run.smithi114.stdout:Deleting cluster with fsid: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:35:35.184 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:35 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-04T21:35:35.066724669Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-04T21:35:36.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:36 smithi114 systemd[1]: Stopping Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:35:37.058 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=server t=2024-09-04T21:35:36.781846801Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-04T21:35:37.059 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=ticker t=2024-09-04T21:35:36.782022881Z level=info msg=stopped last_tick=2024-09-04T21:35:30Z 2024-09-04T21:35:37.059 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=tracing t=2024-09-04T21:35:36.78204831Z level=info msg="Closing tracing" 2024-09-04T21:35:37.059 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:36 smithi114 ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a[89105]: logger=grafana-apiserver t=2024-09-04T21:35:36.78208528Z level=info msg="StorageObjectCountTracker pruner is exiting" 2024-09-04T21:35:37.059 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:36 smithi114 podman[122923]: 2024-09-04 21:35:36.792102493 +0000 UTC m=+0.130967741 container died f49ca3053983dd732f6162bbfd8334ea35e8cd0d2e0018f8cb429c34f179141a (image=quay.io/ceph/grafana:10.4.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:35:37.409 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:37 smithi114 podman[122923]: 2024-09-04 21:35:37.222979939 +0000 UTC m=+0.561845234 container cleanup f49ca3053983dd732f6162bbfd8334ea35e8cd0d2e0018f8cb429c34f179141a (image=quay.io/ceph/grafana:10.4.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:35:37.409 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:37 smithi114 bash[122923]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a 2024-09-04T21:35:37.701 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:37 smithi114 podman[122936]: 2024-09-04 21:35:37.407566366 +0000 UTC m=+0.616791260 container remove f49ca3053983dd732f6162bbfd8334ea35e8cd0d2e0018f8cb429c34f179141a (image=quay.io/ceph/grafana:10.4.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-04T21:35:37.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:37 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@grafana.a.service: Deactivated successfully. 2024-09-04T21:35:37.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:37 smithi114 systemd[1]: Stopped Ceph grafana.a for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:35:37.702 INFO:journalctl@ceph.grafana.a.smithi114.stdout:Sep 04 21:35:37 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@grafana.a.service: Consumed 8.156s CPU time. 2024-09-04T21:35:38.097 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:37 smithi114 systemd[1]: Stopping Ceph node-exporter.b for 34153714-6b00-11ef-bcd6-c7b262605968... 2024-09-04T21:35:38.405 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 podman[123048]: 2024-09-04 21:35:38.096126321 +0000 UTC m=+0.129604468 container died 2234301bac397d4ceb1bbc652320368d30deae9bb44153ff14fea281f40bb447 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:35:38.406 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 podman[123048]: 2024-09-04 21:35:38.401951751 +0000 UTC m=+0.435429892 container cleanup 2234301bac397d4ceb1bbc652320368d30deae9bb44153ff14fea281f40bb447 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:35:38.701 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 bash[123048]: ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b 2024-09-04T21:35:38.701 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 podman[123061]: 2024-09-04 21:35:38.619790033 +0000 UTC m=+0.527476123 container remove 2234301bac397d4ceb1bbc652320368d30deae9bb44153ff14fea281f40bb447 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-34153714-6b00-11ef-bcd6-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-04T21:35:38.701 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-04T21:35:39.201 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-04T21:35:39.202 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 systemd[1]: Stopped Ceph node-exporter.b for 34153714-6b00-11ef-bcd6-c7b262605968. 2024-09-04T21:35:39.202 INFO:journalctl@ceph.node-exporter.b.smithi114.stdout:Sep 04 21:35:38 smithi114 systemd[1]: ceph-34153714-6b00-11ef-bcd6-c7b262605968@node-exporter.b.service: Consumed 2.793s CPU time. 2024-09-04T21:35:50.737 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-04T21:35:50.770 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-04T21:35:50.797 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-04T21:35:50.799 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727/remote/smithi031/crash 2024-09-04T21:35:50.800 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/crash -- . 2024-09-04T21:35:50.857 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/crash: Cannot open: No such file or directory 2024-09-04T21:35:50.857 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-09-04T21:35:50.859 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727/remote/smithi114/crash 2024-09-04T21:35:50.859 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/crash -- . 2024-09-04T21:35:50.895 INFO:teuthology.orchestra.run.smithi114.stderr:tar: /var/lib/ceph/34153714-6b00-11ef-bcd6-c7b262605968/crash: Cannot open: No such file or directory 2024-09-04T21:35:50.896 INFO:teuthology.orchestra.run.smithi114.stderr:tar: Error is not recoverable: exiting now 2024-09-04T21:35:50.897 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-04T21:35:50.897 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | egrep -v CEPHADM_AGENT_DOWN | head -n 1 2024-09-04T21:35:50.929 INFO:tasks.cephadm:Compressing logs... 2024-09-04T21:35:50.929 DEBUG:teuthology.orchestra.run.smithi031:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-04T21:35:50.971 DEBUG:teuthology.orchestra.run.smithi114:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-04T21:35:50.996 INFO:teuthology.orchestra.run.smithi114.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.7.log 2024-09-04T21:35:50.996 INFO:teuthology.orchestra.run.smithi114.stderr:: No such file or directory 2024-09-04T21:35:50.996 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-volume.log 2024-09-04T21:35:50.997 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.4.log 2024-09-04T21:35:50.997 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.7.log: /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.audit.log 2024-09-04T21:35:50.997 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.cephadm.log 2024-09-04T21:35:51.000 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.6.log 2024-09-04T21:35:51.000 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.audit.log: /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.5.log 2024-09-04T21:35:51.000 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.log 2024-09-04T21:35:51.004 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-04T21:35:51.004 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.0.log 2024-09-04T21:35:51.004 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/tcmu-runner.log 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.1.log 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-volume.log 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr: 63.1% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/tcmu-runner.log.gz 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-client.rgw.foo.smithi031.kbojtn.log 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.audit.log 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-client.rgw.foo.smithi031.kbojtn.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.c.log 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr: 77.4% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-client.rgw.foo.smithi031.kbojtn.log.gz 2024-09-04T21:35:51.005 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.cephadm.log 2024-09-04T21:35:51.006 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.a.log 2024-09-04T21:35:51.006 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.2.log 2024-09-04T21:35:51.006 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mgr.y.log 2024-09-04T21:35:51.006 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.2.log: 92.2% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.cephadm.log.gz 2024-09-04T21:35:51.006 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.log 2024-09-04T21:35:51.007 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.5.log: 86.2% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.cephadm.log.gz 2024-09-04T21:35:51.007 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mgr.x.log 2024-09-04T21:35:51.007 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-client.rgw.foo.smithi114.flyvrr.log 2024-09-04T21:35:51.008 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.log: /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mgr.x.log: 89.1% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.log.gz 2024-09-04T21:35:51.008 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.b.log 2024-09-04T21:35:51.008 INFO:teuthology.orchestra.run.smithi114.stderr: 91.0%/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-client.rgw.foo.smithi114.flyvrr.log: -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.audit.log.gz 2024-09-04T21:35:51.008 INFO:teuthology.orchestra.run.smithi114.stderr: 77.0% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-client.rgw.foo.smithi114.flyvrr.log.gz 2024-09-04T21:35:51.008 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-04T21:35:51.011 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mgr.y.log: 94.3% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.audit.log.gz 2024-09-04T21:35:51.011 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.3.log 2024-09-04T21:35:51.018 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 91.1% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-volume.log.gz 2024-09-04T21:35:51.019 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.log: 94.0% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph.log.gz 2024-09-04T21:35:51.019 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-04T21:35:51.021 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.3.log: 91.2% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-volume.log.gz 2024-09-04T21:35:51.030 INFO:teuthology.orchestra.run.smithi114.stderr: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-04T21:35:51.038 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: 92.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-04T21:35:51.125 INFO:teuthology.orchestra.run.smithi114.stderr: 89.8% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mgr.x.log.gz 2024-09-04T21:35:51.458 INFO:teuthology.orchestra.run.smithi031.stderr: 89.7% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mgr.y.log.gz 2024-09-04T21:35:51.671 INFO:teuthology.orchestra.run.smithi114.stderr: 92.6% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.b.log.gz 2024-09-04T21:35:51.770 INFO:teuthology.orchestra.run.smithi031.stderr: 92.3% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.c.log.gz 2024-09-04T21:35:52.381 INFO:teuthology.orchestra.run.smithi031.stderr: 91.1% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-mon.a.log.gz 2024-09-04T21:35:52.435 INFO:teuthology.orchestra.run.smithi114.stderr: 93.2% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.6.log.gz 2024-09-04T21:35:52.823 INFO:teuthology.orchestra.run.smithi031.stderr: 93.3% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.2.log.gz 2024-09-04T21:35:52.837 INFO:teuthology.orchestra.run.smithi114.stderr: 93.3% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.5.log.gz 2024-09-04T21:35:52.884 INFO:teuthology.orchestra.run.smithi114.stderr: 93.5% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.7.log.gz 2024-09-04T21:35:52.974 INFO:teuthology.orchestra.run.smithi031.stderr: 93.4% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.0.log.gz 2024-09-04T21:35:53.168 INFO:teuthology.orchestra.run.smithi114.stderr: 93.5% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.4.log.gz 2024-09-04T21:35:53.170 INFO:teuthology.orchestra.run.smithi114.stderr: 2024-09-04T21:35:53.170 INFO:teuthology.orchestra.run.smithi114.stderr:real 0m2.185s 2024-09-04T21:35:53.170 INFO:teuthology.orchestra.run.smithi114.stderr:user 0m7.906s 2024-09-04T21:35:53.171 INFO:teuthology.orchestra.run.smithi114.stderr:sys 0m0.300s 2024-09-04T21:35:53.332 INFO:teuthology.orchestra.run.smithi031.stderr: 93.4% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.3.log.gz 2024-09-04T21:35:53.406 INFO:teuthology.orchestra.run.smithi031.stderr: 93.4% -- replaced with /var/log/ceph/34153714-6b00-11ef-bcd6-c7b262605968/ceph-osd.1.log.gz 2024-09-04T21:35:53.408 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-04T21:35:53.408 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m2.423s 2024-09-04T21:35:53.408 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m10.793s 2024-09-04T21:35:53.409 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.393s 2024-09-04T21:35:53.409 INFO:tasks.cephadm:Archiving logs... 2024-09-04T21:35:53.409 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727/remote/smithi031/log 2024-09-04T21:35:53.410 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-04T21:35:54.804 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727/remote/smithi114/log 2024-09-04T21:35:54.805 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-04T21:35:55.961 INFO:tasks.cephadm:Removing cluster... 2024-09-04T21:35:55.961 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34153714-6b00-11ef-bcd6-c7b262605968 --force 2024-09-04T21:35:56.170 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:35:56.298 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34153714-6b00-11ef-bcd6-c7b262605968 --force 2024-09-04T21:35:56.501 INFO:teuthology.orchestra.run.smithi114.stdout:Deleting cluster with fsid: 34153714-6b00-11ef-bcd6-c7b262605968 2024-09-04T21:35:56.628 INFO:tasks.cephadm:Removing cephadm ... 2024-09-04T21:35:56.628 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-04T21:35:56.644 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-04T21:35:56.660 INFO:tasks.cephadm:Teardown complete 2024-09-04T21:35:56.660 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-04T21:35:56.669 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-04T21:35:56.669 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-04T21:35:56.687 DEBUG:teuthology.orchestra.run.smithi114:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-04T21:35:56.698 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-09-04T21:35:56.703 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-04T21:35:56.703 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-09-04T21:35:56.703 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv01.front.sepia.ceph.com 3 6 377 15 -6638ns[-7353ns] +/- 36ms 2024-09-04T21:35:56.704 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 16 -85us[ -85us] +/- 65ms 2024-09-04T21:35:56.704 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 12 +125us[ +125us] +/- 78ms 2024-09-04T21:35:56.704 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T21:35:56.713 INFO:teuthology.orchestra.run.smithi114.stderr:bash: line 1: ntpq: command not found 2024-09-04T21:35:56.717 INFO:teuthology.orchestra.run.smithi114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-04T21:35:56.717 INFO:teuthology.orchestra.run.smithi114.stdout:=============================================================================== 2024-09-04T21:35:56.717 INFO:teuthology.orchestra.run.smithi114.stdout:^* hv01.front.sepia.ceph.com 3 7 377 13 +25us[ +24us] +/- 36ms 2024-09-04T21:35:56.717 INFO:teuthology.orchestra.run.smithi114.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 12 -102us[ -102us] +/- 65ms 2024-09-04T21:35:56.717 INFO:teuthology.orchestra.run.smithi114.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 +117us[ +117us] +/- 78ms 2024-09-04T21:35:56.718 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-04T21:35:56.719 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-04T21:35:56.727 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-04T21:35:56.728 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-04T21:35:56.752 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-04T21:35:56.838 DEBUG:teuthology.orchestra.run.smithi114:> 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-09-04T21:35:56.911 DEBUG:teuthology.orchestra.run.smithi031:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-04T21:35:56.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T21:35:56.940 DEBUG:teuthology.orchestra.run.smithi114:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-04T21:35:56.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T21:35:56.968 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-04T21:35:56.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-04T21:35:57.020 INFO:teuthology.task.internal:Duration was 2565.873118 seconds 2024-09-04T21:35:57.021 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-04T21:35:57.053 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-04T21:35:57.053 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-04T21:35:57.056 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-04T21:35:57.091 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-04T21:35:57.094 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-04T21:35:57.484 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-04T21:35:57.485 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-09-04T21:35:57.485 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-04T21:35:57.508 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi114.front.sepia.ceph.com 2024-09-04T21:35:57.508 DEBUG:teuthology.orchestra.run.smithi114:> 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-09-04T21:35:57.547 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-04T21:35:57.548 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-04T21:35:57.550 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-04T21:35:57.614 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-04T21:35:57.614 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-04T21:35:57.616 DEBUG:teuthology.orchestra.run.smithi114:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-04T21:35:58.063 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-04T21:35:58.076 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-04T21:35:58.076 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-04T21:35:58.101 DEBUG:teuthology.orchestra.run.smithi114:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-04T21:35:58.126 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-04T21:35:58.136 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-04T21:35:58.144 DEBUG:teuthology.orchestra.run.smithi114:> 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-09-04T21:35:58.164 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-09-04T21:35:58.189 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = core 2024-09-04T21:35:58.209 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-04T21:35:58.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T21:35:58.241 DEBUG:teuthology.orchestra.run.smithi114:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-04T21:35:58.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-04T21:35:58.264 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-04T21:35:58.273 INFO:teuthology.task.internal:Transferring archived files... 2024-09-04T21:35:58.274 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727/remote/smithi031 2024-09-04T21:35:58.274 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-04T21:35:58.323 DEBUG:teuthology.misc:Transferring archived files from smithi114:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-04_20:28:00-orch:cephadm-wip-guits-main-2024-09-04-1323-distro-default-smithi/7889727/remote/smithi114 2024-09-04T21:35:58.324 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-04T21:35:58.362 INFO:teuthology.task.internal:Removing archive directory... 2024-09-04T21:35:58.363 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-04T21:35:58.365 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-04T21:35:58.411 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-04T21:35:58.420 INFO:teuthology.task.internal:Not uploading archives. 2024-09-04T21:35:58.420 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-04T21:35:58.454 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-04T21:35:58.454 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-04T21:35:58.456 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-04T21:35:58.469 INFO:teuthology.orchestra.run.smithi031.stdout: 262217 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 4 21:35 /home/ubuntu/cephtest 2024-09-04T21:35:58.471 INFO:teuthology.orchestra.run.smithi114.stdout: 262217 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 4 21:35 /home/ubuntu/cephtest 2024-09-04T21:35:58.472 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-04T21:35:58.487 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-04T21:35:58.556 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-centos_9.stream-squid 2-repo_digest/repo_digest 3-upgrade/staggered 4-wait 5-upgrade-ls agent/off mon_election/classic} duration: 2565.8731179237366 failure_reason: 'Command failed on smithi031 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 34153714-6b00-11ef-bcd6-c7b262605968 -e sha1=f9fcca5273b6971f640393d33a94730179073754 -- bash -c \''ceph versions | jq -e \''"\''"\''.rgw | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=752e339a9045453cbba9f751330c8c27 status: fail success: false 2024-09-04T21:35:58.557 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-04T21:35:58.640 INFO:teuthology.run:FAIL